I installed raspbian using the installer method and manually partitioned so I could have / on an external usb hard drive (SOOO much faster..!)
everything is working perfectly, although I'm getting these two annoying messages during boot
Tue Jun 26 21:17:07 2012: mount: you must specify the filesystem type
Tue Jun 26 21:17:07 2012: [....] Cannot check root file system because it is not mounted read-only. [FAIL] failed!
I'm not sure of the origin of the first one, but the second one is the real concern.
This concerns me because I would prefer that the filesystem receive it's periodic checkup during boot, and this implies that this wont be happening.
I've tried modifying the cmdline.txt to specify the root filesystem be read only without success.
I've verified that the fstab is correct, although It seems the problem cant be to do with this anyway, as the messages relating to mounting from fstab come later in the boot. for completeness, here it is:
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda3 during installation
UUID=3a8a8526-2352-4759-b308-7670aa4e0897 / ext4 noatime,errors=remount-ro 0 1
# /boot/ was on /dev/mmcblk0p1 during installation
/dev/mmcblk0p1 /boot/ vfat utf8 0 0
# swap was on /dev/sda2 during installation
UUID=cc391e4d-2bb0-4118-9bc3-bc55d5e1f319 none swap sw 0 0
I'm sure I'll figure this out eventually, but I'm hoping someone else has already seen and fixed this one?
Is anyone else using an external hard drive for / and NOT getting this? If so I'd like to know what ive done differently.
cheers for any help.