Code: Select all
****************************************************************
Ignoring /dev/sda1 - already in /etc/fstab or mounted
****************************************************************
Mounted /dev/sdb1 as '/var/hda/files/drives/sdb1' (read-write)
You may want your system to mount it every time you boot.
To do so, add this line VERY CAREFULLY to /etc/fstab and reboot:
UUID=F8FC641EFC63D582 /var/hda/files/drives/sdb1 ext4 defaults 1 2
****************************************************************
Mounted /dev/sdc1 as '/var/hda/files/drives/sdc1' (read-write)
You may want your system to mount it every time you boot.
To do so, add this line VERY CAREFULLY to /etc/fstab and reboot:
UUID=959b66d4-533c-411f-a5e6-ad33b4a54621 /var/hda/files/drives/sdc1 ext4 defaults 1 2
****************************************************************
All Linux, Windows and Mac partitions on non-removable disks have been mounted
I check the disks in the dash board and everything looked great. I wanted to add them to the storage pool, so I followed that guide in the wiki. when I added the uuid lines to the fstab file, and then run "mount -a" I get this message "mount: special device UUID=F8FC641EFC63D582 does not exist"
I'd also like to mention that these are identical drives, and when I ran mkfs.ext3 on sdc, it only took 10 minutes or so, sdb took 2 days to complete, maybe the drive is failing? but then why does it mount ok when I run hda-diskmount?
Anybody know what is going on with this?