Debajit Adhikary wrote:
How could I safely remove a USB drive attached on the fly to my Linux system?
As of now, I cannot seem to unmount it because it is not listed in /etc/fstab (that's the error message I get).
Nothing seems to give... ... clearly I'm missing something obvious here?
Some process has file open from that dir. or a process sitting in it. Exit all such processes and unmount the drive. You can use lsof to find the culprit.
And you need to look into /etc/mnttab..
Shridhar
-- ______________________________________________________________________ Pune GNU/Linux Users Group Mailing List: ([EMAIL PROTECTED]) List Information: http://plug.org.in/mailing-list/listinfo/plug-mail Send 'help' to [EMAIL PROTECTED] for mailing instructions.