On Sun, 29 Jan 2012 18:39:29 -0500 Alain Toussaint <[email protected]> wrote:
> 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 defaults. The word is defaults. It has an `s' at the end. > 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? There will always be problems of one sort or another. Almost always these problems can be solved. Andy -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
