> From: Michael Havens <[email protected]>
> Date: Sat, 2 Aug 2014 15:08:53 -0700
> To: LFS Support List <[email protected]>
> Subject: Re: [lfs-support] Please, teach me how to fix problems.
>
> > >
        .
        .
> > > It was mentioned that I might want to restart at the beginning of chapter
> > > 6. Please, what do I need to rm -rf to do that?
> >
> >
> > Careful: you've likely still got stuff from host-sys bind-mounted under
> > the "${LFS}" dir.
> >
> >
> > Do, initially:
> > --
> > * Exit from chroot.
> >
> > * Then, what do you get from:
> >   $ echo $LFS
> >
> > * Then, what do you get from:
> >   $ mount
> >
> > * And what do you get from:
> >   $ ls -ladF "${LFS}/*"
> >
> > --
> >
        .
        .
> root@debian:/home/lfs# echo $LFS
> /mnt/lfs

> root:/home/lfs# mount
> /dev/sda6 on /mnt/lfs type ext4
> (rw,relatime,user_xattr,barrier=1,data=ordered)
> udev on /mnt/lfs/dev type devtmpfs
> (rw,relatime,size=10240k,nr_inodes=118545,mode=755)
> /dev/sda6 on /sources type ext4
> (rw,relatime,user_xattr,barrier=1,data=ordered)

> root:/home/lfs#  ls -ladF "${LFS}/*"
> ls: cannot access /mnt/lfs/*: No such file or directory
> root:/home/lfs#
>


My bad re the quoting: do:
$ ls -laF /mnt/lfs/


Then do:
$ umount -v $LFS/dev


Are you able to post your replies at the point in the email where the
questions are being asked?



akh





--
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to