Umount Command Not Working
- Forums
- Linux
- Umount Command Not Working
i am trying to unmount my cd-rom drive but for some reason i cant. i was moving some files and i am finished doing that but when i send the umount command its giving me an error. what can i do. [3337], Last Updated: Mon Jun 24, 2024
Seler
Thu May 06, 2010
1 Comments
542 Visits
i am trying to unmount my CD-ROM drive but for some reason i cant. i was moving some files and i am finished doing that but when i send the umount command its giving me an error. what can i do.. this is driving me crazy
so to find out which files are preventing you from unmounting your filesystem (CDROM) send the lsof ( lsof - list open files)
you are most like are going to get a big list so to narrow down you list, use the grep utility to show only the files in the CDROM, you can use this command for example
lsof | grep mnt
hope that helps
https://www.webune.com/forums/20100506cxgz.html