I went through the guides I could find to add a drive and it sort of worked but after a reboot I lost one.
Can someone please give me some idea's of what I did wrong here.
So I have:
Disk /dev/sda: 18.2 TiB, 19999998607360 bytes, 39062497280 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 65536 bytes / 327680 bytes
Disklabel type: gpt
Disk identifier: F1BF1E7F-252A-42FB-AEF8-292DD5F820BD
Device Start End Sectors Size Type
/dev/sda1 2048 1048578047 1048576000 500G Linux filesystem
/dev/sda2 1048578048 39062497246 38013919199 17.7T Linux filesystem
Disk /dev/sdb: 29.8 GiB, 31949914112 bytes, 62402176 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: FC775497-BBD3-4F09-B150-F5C5E259BD52
Device Start End Sectors Size Type
/dev/sdb1 2048 4095 2048 1M BIOS boot
/dev/sdb2 4096 528383 524288 256M EFI System
/dev/sdb3 528384 62402142 61873759 29.5G Linux LVM
sdb is where proxmox is installed.
sda is a Raid5 volume where I want wall my VM's to run on.
I created a smaller 500Gb partition sda1 for just storing all the ISO files.
sda2 is the rest of the volume for the containers and its working as intended, however I added sda1 as a "directory" to storage pointing directly to /dev/sda1 and it worked until a reboot.
I'm pretty sure I need to add sda1 (and maybe sda2) somewhere to fstab to be mounted properly and then change the ISO storage directory t the new mount point but I cannot find enough info to figure this one out.
Right now this is what I see when I click on the iso content tab:
mkdir /dev/sda1: File exists at /usr/share/perl5/PVE/Storage/DirPlugin.pm line 106. (500)
Can someone please give me some idea's of what I did wrong here.
So I have:
Disk /dev/sda: 18.2 TiB, 19999998607360 bytes, 39062497280 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 65536 bytes / 327680 bytes
Disklabel type: gpt
Disk identifier: F1BF1E7F-252A-42FB-AEF8-292DD5F820BD
Device Start End Sectors Size Type
/dev/sda1 2048 1048578047 1048576000 500G Linux filesystem
/dev/sda2 1048578048 39062497246 38013919199 17.7T Linux filesystem
Disk /dev/sdb: 29.8 GiB, 31949914112 bytes, 62402176 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: FC775497-BBD3-4F09-B150-F5C5E259BD52
Device Start End Sectors Size Type
/dev/sdb1 2048 4095 2048 1M BIOS boot
/dev/sdb2 4096 528383 524288 256M EFI System
/dev/sdb3 528384 62402142 61873759 29.5G Linux LVM
sdb is where proxmox is installed.
sda is a Raid5 volume where I want wall my VM's to run on.
I created a smaller 500Gb partition sda1 for just storing all the ISO files.
sda2 is the rest of the volume for the containers and its working as intended, however I added sda1 as a "directory" to storage pointing directly to /dev/sda1 and it worked until a reboot.
I'm pretty sure I need to add sda1 (and maybe sda2) somewhere to fstab to be mounted properly and then change the ISO storage directory t the new mount point but I cannot find enough info to figure this one out.
Right now this is what I see when I click on the iso content tab:
mkdir /dev/sda1: File exists at /usr/share/perl5/PVE/Storage/DirPlugin.pm line 106. (500)