On Thu, 15 Mar 2012 16:09:16 +0000 gdsi <[email protected]> wrote: > Hello. > I had reached to LFS-7.1 ch.6.13, all were ok. On next day after > performing all needed mount's and chroot I received: > root:/# echo $LFS > /mnt/lfs > root:/# mount -v -t ext3 /dev/sda10 $LFS > bash: mount: command not found > root:/# > > If I do not do chroot the mount executed well: > > [root@shpd-92-101-169-151 user]# mount -v -t ext3 /dev/sda10 $LFS > mount: /dev/sda10 already mounted or /mnt/lfs busy > mount: according to mtab, /dev/sda10 is already mounted on /mnt/lfs > > Why?
Did you forget to install util-linux? If /bin/mount does exist, what do you get when you run from your host system: ldd /mnt/lfs/bin/mount and from chroot: ldd /bin/mount Andy -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
