I have 2 additional hard drives. a 2tb drive, and a 1tb drive. My ubuntu/amahi is installed on a 250gb drive.
So I created a partition on each drive using the full disk using gparted.
I ran hda-dismount and copied out the text, but it gave me this (lets say its the 2 tb drive and i removed uuid and just typed driveinfo here to save time)
sdb5 UUID=(driveinfo) then /var/hda/files/drives/drive6 ext4 defaults 1 2
So i added the following to fstab:
UUID=(driveinfo) then /var/hda/files ext4 defaults 1 2
Then ran mount -a
On the dash, I get drive 6 and a

What am i doing wrong?