Roberto Verzola <[EMAIL PROTECTED]> writes: > I used lsof as you suggested and got the ff, when the busy problem arose > again. Does this mean I have to kill 'console' and 'bash'? > > [EMAIL PROTECTED]:/media/usb/ext3$ lsof | grep /ext3 > lsof: WARNING: can't stat() ext3 file system /dev/.static/dev > Output information may be incomplete. > konsole 10543 rverzola cwd DIR 8,1 4096 > 1 /media/usb/ext3 > bash 10544 rverzola cwd DIR 8,1 4096 > 1 /media/usb/ext3 > lsof 10549 rverzola cwd DIR 8,1 4096 > 1 /media/usb/ext3 > lsof 10550 rverzola cwd DIR 8,1 4096 > 1 /media/usb/ext3 > grep 10551 rverzola cwd DIR 8,1 4096 > 1 /media/usb/ext3 > [EMAIL PROTECTED]:/media/usb/ext3$ umount /media/usb/ext3 > umount: /media/usb/ext3: device is busy > umount: /media/usb/ext3: device is busy > [EMAIL PROTECTED]:/media/usb/ext3$
DUDE. You're unmounting on the same directory as the device. Of *course* eject/umount/etc. will complain! :) Just cd to the parent *then* eject. :) -- JM Ibanez Senior Software Engineer Orange & Bronze Software Labs, Ltd. Co. [EMAIL PROTECTED] http://software.orangeandbronze.com/ _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

