How do you force a Linux process (Java webstart App) to stop locking a Filesystem (CD-ROM) WITHOUT k
- by Blake
In Linux (CentOS 5.4), how do you force a process to stop locking a file system without killing the process?
I am trying to get my Java Webstart Application, running locally, to eject a CD. I do not have this problem if I am just browsing through the files using a JFileChooser, but once I read the contents of a file, I can no longer eject the…