On 29 January 2012 23:39, 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
should be defaults , not default > > 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? nah, it will make next to no difference for you http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Power_Management_Guide/Relatime.html -- Firerat Talented, Witty And Thoughtful .. is how most describe me. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
