Hello everyone,
I just started building up LFS-SVN (my distro is very recent) and I've
set up /etc/fstab with default options such like this:
/dev/sda3 /mnt/lfs ext4 default 0 1
/dev/sda1 /mnt/lfs/boot ext3 default 0 1
/dev/sda4 /mnt/lfs/home ext4 noatime 0 1
but the partitions didn't mount with these option
EXT4-fs (sda3): Unrecognized mount option "default" or missing value
EXT4-fs (sda3): Unrecognized mount option "default" or missing value
so I modified /etc/fstab to have the option relatime:
/dev/sda3 /mnt/lfs ext4 relatime 0 1
/dev/sda1 /mnt/lfs/boot ext3 relatime 0 1
/dev/sda4 /mnt/lfs/home ext4 noatime 0 1
and now, it does mount fine but should I anticipate problems later on
when building LFS?
Thanks
Alain
--
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page