My old external HDD ran out of space, so I got a nice shiny 4tb drive. I wiped it clean and changed the file system to ext4. I performed a copy of all the old data to the new drive.
I updated my FSTAB to look like this (yes, I know its commented out right now. Ignore that and assume that each of the UUID lines are un-commented):
====================== fstab =================== qiE9Dtax
# rootfs is not mounted in fstab as we do it via initramfs. Uncomment for remount (slower boot)#/dev/vero-nand/root / ext4 defaults,noatime 0 0
# 760GB WD Drive
#UUID=D61E-3752 /mnt/hdd vfat rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0111,dmask=0000,allow_utime=0022,codepage=437,iocharset=ascii,shortname=mixed,showexec,utf8,errors=remount-ro,uhelper=udisks
# 4TB WD Drive
#UUID=d2c55b12-def9-4cb4-bb6e-eacdb8e35761 /mnt/hdd2 ext4 rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0111,dmask=0000,allow_utime=0022,codepage=437,iocharset=ascii,shortname=mixed,showexec,utf8,errors=remount-ro,uhelper=udisks
The drives mount just fine with a “mount -a” command, but on reboot it goes into failure mode (File System Failure, i think?). I have to uncomment the last line (new hard drive) to get it to boot correctly.
Any idea what could be causing the problem?