Re: LFS 6.1.1: umount: /mnt/lfs: device is busy

2006-08-12 Thread Lai Zit Seng
Just to add, another useful command to determine what's holding on to the mount point is to use the fuser command. E.g. $ fuser -m /mnt/lfs Regards, .lzs -- http://thinkingfarm.com/~lzs/ Brandon Peirce wrote: > On Sat, 12 Aug 2006 12:41:45 +0300, Angel Tsankov wrote: >>> Also, if you forgot to

Re: LFS 6.1.1: umount: /mnt/lfs: device is busy

2006-08-12 Thread Brandon Peirce
On Sat, 12 Aug 2006 12:41:45 +0300, Angel Tsankov wrote: Also, if you forgot to unmount anything while chrooted, that would do it too. I have not mounted anything other than the following devices (during populating /dev): mount -nvt tmpfs none /dev mount -vt devpts -o gid=4,mode=620 none /de

Re: LFS 6.1.1: umount: /mnt/lfs: device is busy

2006-08-12 Thread Angel Tsankov
On Sat, Aug 12, 2006 at 03:06:55PM +0300, Angel Tsankov wrote: A couple of seconds after `umount /$LFS` failed I issued the same command again and it succeeded. Seriously, could any of the previous umount commands not have completed even though it has finished? I've

Re: LFS 6.1.1: umount: /mnt/lfs: device is busy

2006-08-12 Thread kriss
Ken Moffat a écrit : On Sat, Aug 12, 2006 at 03:06:55PM +0300, Angel Tsankov wrote: A couple of seconds after `umount /$LFS` failed I issued the same command again and it succeeded. Seriously, could any of the previous umount commands not have completed even though it has f

Re: LFS 6.1.1: umount: /mnt/lfs: device is busy

2006-08-12 Thread Ken Moffat
On Sat, Aug 12, 2006 at 03:06:55PM +0300, Angel Tsankov wrote: > > A couple of seconds after `umount /$LFS` failed I issued the same > command again and it succeeded. > Seriously, could any of the previous umount commands not have completed > even though it has finished? I've see

Re: LFS 6.1.1: umount: /mnt/lfs: device is busy

2006-08-12 Thread kriss
Angel Tsankov a écrit : Angel Tsankov a écrit : Angel Tsankov a écrit : Angel Tsankov wrote: >>> Why can't I unmount /$LFS? And one more thing to mention: A couple of seconds after `umount /$LFS` failed I issued the same command again and it succeeded. you said you can't and after you s

Re: LFS 6.1.1: umount: /mnt/lfs: device is busy

2006-08-12 Thread Angel Tsankov
Angel Tsankov a écrit : Angel Tsankov a écrit : Angel Tsankov wrote: >>> Why can't I unmount /$LFS? And one more thing to mention: A couple of seconds after `umount /$LFS` failed I issued the same command again and it succeeded. you said you can't and after you say you can ! Can you te

Re: LFS 6.1.1: umount: /mnt/lfs: device is busy

2006-08-12 Thread kriss
Angel Tsankov a écrit : Angel Tsankov a écrit : Angel Tsankov wrote: >>> Why can't I unmount /$LFS? And one more thing to mention: A couple of seconds after `umount /$LFS` failed I issued the same command again and it succeeded. you said you can't and after you say you can ! Can you te

Re: LFS 6.1.1: umount: /mnt/lfs: device is busy

2006-08-12 Thread Angel Tsankov
Angel Tsankov a écrit : Angel Tsankov wrote: >>> Why can't I unmount /$LFS? And one more thing to mention: A couple of seconds after `umount /$LFS` failed I issued the same command again and it succeeded. you said you can't and after you say you can ! Can you tell why this happens? -

Re: LFS 6.1.1: umount: /mnt/lfs: device is busy

2006-08-12 Thread kriss
Angel Tsankov a écrit : Angel Tsankov wrote: >>> Why can't I unmount /$LFS? And one more thing to mention: A couple of seconds after `umount /$LFS` failed I issued the same command again and it succeeded. you said you can't and after you say you can ! joker -- http://linuxfromscratch.org

Re: LFS 6.1.1: umount: /mnt/lfs: device is busy

2006-08-12 Thread Angel Tsankov
Couple of possibilities You are in one of the directories or subdirectories (use pwd to find out what directory you are in) you have a window from the host open in one of the directories. If you are in the su enviroment for building that would cause it to be locked up as well. Angel Tsankov