I found this CD burning software called X-CD-Roast that I installed and runs (yipee!) in X11. It all seems to work fine, except for the fact that when I put in a CD-ROM to burn, as soon as the Finder reads the CD this X-CD-Roast program no longer has control over that drive.
So, what I need to do is kill the Auto Disk Mount feature in OSX so the finder won't read the CD-ROMS and I can use them in this UNIX app (I'm getting all this from this app's Read-Me).
What it says I have to do is this:
ps -ax lfgrep autodiskmount
sudo kill -STOP <pid>
My problem is I can't tell which pid number to use. Here's a screenshot:
http://homepage.mac.com/scottmackey/.Pictures/misc/cd-roast.jpg
So, what I need to do is kill the Auto Disk Mount feature in OSX so the finder won't read the CD-ROMS and I can use them in this UNIX app (I'm getting all this from this app's Read-Me).
What it says I have to do is this:
ps -ax lfgrep autodiskmount
sudo kill -STOP <pid>
My problem is I can't tell which pid number to use. Here's a screenshot:
http://homepage.mac.com/scottmackey/.Pictures/misc/cd-roast.jpg