Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
It sounds like there are open files - which partition are you trying to umount? Regardless, it's probably easier to boot your system with either your install CD, a LiveCD or the SystemRescueCd (http://www.sysresccd.org/Main_Page).
It sounds like there are open files - which partition are you trying to umount? Regardless, it's probably easier to boot your system with either your install CD, a LiveCD or the SystemRescueCd (http://www.sysresccd.org/Main_Page).
Why are we booting from a rescue CD ot unmount a partition?
You can use lsof to find out what is using the parition. Something like this should start you in the right direction
Code:
lsof | grep <mountpoint>
# <mountpoint> is where this partition is mounted
Why are we booting from a rescue CD ot unmount a partition?
Because if the unmounted partition contains the commands he needs to run, he can't do anything. If the partition doesn't contain any required files then there's no problem.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.