Theodore Papamarkou wrote: > The problem though is that I rebooted the system several times without > remounting it manually or automatically through /etc/fstab. > If that's one of the mistakes I made, then I will have to do go through all > the chapters of the book from the beginning, right...?
Not necessarily. The file are probably in /mnt/lfs on /dev/sda1. Just mount sda3 somewhere else: mount /dev/sda3 /media mv -a /mnt/lfs/* /media umount /media mount /dev/sda3 /mnt/lfs And you should be OK to go from there. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
