Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's 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.
When I put in a CD, I can use it fine.... but somehow Libranet won't let me eject it... I have to restart it before I can eject it... also when I try to unmount the device it says that resource is busy.... Any ideas?
"The resource is busy" means that some process is pointing to the device. You have to make sure no process or program is using any file from the cd.
Here in my suse, when it was 9.0, I found out that a preloaded instance of konqueror would prevent me from unmouting cd's. So, I killed those instances and I could unmount.
eject worked! hmmm and it showed me what the problem is, only I still don't know how to fix it... It seems that my CD ROM drive won't simply eject if it is still mounted, so I have to unmount it first before it will eject by pressing the eject button.... Is this normal? Why doesn't it unmount the device when I press the eject button?
Yes it is normal. When a CD is mounted the drive is locked and the eject button does not work. Before the unmount command will work you need to close any application that is accessing the drive including file browsers and console windows (make sure the current working directory is other then the CDROM drive).
The mount command attaches the file system i.e the data on the CD to the big file tree. The unmount command well detach the files system.
ahhhh I see, so I guess I don't have any problem. It's just that my friends use my PC too and they aren't really used to Linux and I thought that they will complain about the CDROM not ejecting... But screw them.. LOL i kid... hehe thanks for the help guys
Originally posted by pablowablo ahhhh I see, so I guess I don't have any problem. It's just that my friends use my PC too and they aren't really used to Linux and I thought that they will complain about the CDROM not ejecting... But screw them.. LOL i kid... hehe thanks for the help guys
you should be able to use the chmod command to adjust the permissions of the cdrom, so that any user can umount it.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.