Hi Steve, Started again as advised. Steps performed as follows;
$ su Password: # ls /mnt/lfs/ lost+found # umount /mnt/lfs # export LFS=/mnt/lfs # echo $LFS /mnt/lfs # mkdir -p $LFS # mount /dev/hda6 $LFS # mkdir $LFS/sources # chmod a+wt $LFS/sources All went through without complaint # ls -al $LFS/sources total 12 drwxrwxrwt 2 root root 4096 Jun 27 22:02 . drwxr-xr-x 4 root root 4096 Jun 27 22:02 . So far so good. Now I'm prepared to download all packages listed on 3.2. All Packages http://www.sg.linuxfromscratch.org/lfs/view/6.0/chapter03/packages.html and all patches listed on 3.3. Needed Patches http://www.sg.linuxfromscratch.org/lfs/view/6.0/chapter03/patches.html to /mnt/lfs/sources/ If I did anything wrong, please advise me. TIA B.R. Stephen --- steve crosby <[EMAIL PROTECTED]> wrote: > On 6/27/05, Stephen Liu <[EMAIL PROTECTED]> wrote: > > Hi Steve, > > > > - snip - > > > <snip> > > > > > # echo $LFS > > Empty printout > > > > # echo LFS > > LFS > > > > Whether to remove following entry from /etc/fstab > > /dev/hda6 /mnt/lfs ext3 defaults 1 2 > > > > and restart from > > 2.4. Mounting the New Partition > > > http://www.sg.linuxfromscratch.org/lfs/view/6.0/chapter02/mounting.html > > > > Sort of. Just unmount the existing LFS partition > (umount /mnt/lfs) and > start again from Chapter 2.4 - pay particular > attention to this > command > > export LFS=/mnt/lfs > > you should then do a > > echo $LFS > > and expect to get > > /mnt/lfs > > as the output. If not, let us know, otherwise you > should be able to > continue the commands in sequence. > > -- - > Steve Crosby -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
