Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Mac OS X > CDs not automatically mounting unless forced

CDs not automatically mounting unless forced
Thread Tools
Clinically Insane
Join Date: Mar 2001
Location: yes
Status: Offline
Reply With Quote
Feb 15, 2004, 09:48 PM
 
Hello,

Here is a tough one:

CDs and DVDs are not automatically mounting. If I do a "disktool -m disk1" in the terminal, the CD/DVD will mount, but the DVD player won't play DVDs that were mounted this way. The CDs and DVDs are visible within Disk Utility, which means that the hardware is detecting the media, it just won't mount it like it usually does.

I've repaired permissions, haven't run fsck yet. I've recently reinstalled the OS. This is some strange voodoo.

Any ideas?
     
Posting Junkie
Join Date: Dec 2000
Status: Offline
Reply With Quote
Feb 16, 2004, 05:38 PM
 
NSString *toolName;

if (floor(NSAppKitVersionNumber) <= NSAppKitVersionNumber10_2)
{
// OS is Jaguar or earlier
toolName = @"autodiskmount";
}
else
{
// OS is Panther or later
toolName = @"diskarbitrationd";
}

NSLog(@"Could you run ps -acx in the Terminal and see if %@ is running?",toolName);

Ticking sound coming from a .pkg package? Don't let the .bom go off! Inspect it first with Pacifist. Macworld - five mice!
     
Clinically Insane
Join Date: Mar 2001
Location: yes
Status: Offline
Reply With Quote
Feb 16, 2004, 05:51 PM
 
I found the answer to my problem... if you log in as another user, it will correct the problem - even after logging back in as the original user. Very strange, but effective (especially with Fast User Switching).

What does that code do Charles?
     
Clinically Insane
Join Date: Mar 2001
Location: yes
Status: Offline
Reply With Quote
Feb 16, 2004, 09:58 PM
 
I found the answer to my problem... if you log in as another user, it will correct the problem - even after logging back in as the original user. Very strange, but effective (especially with Fast User Switching).

What does that code do Charles?
     
Posting Junkie
Join Date: Dec 2000
Status: Offline
Reply With Quote
Feb 16, 2004, 10:02 PM
 
Originally posted by besson3c:
What does that code do Charles?
It asks you if you could fire up the Terminal and see if a certain process is running when this problem occurs, and post the results in here, so I could see if the problem is due to one possible cause. Unfortunately, the name of the process to check for is different depending on whether you're running Panther or not, so I decided to phrase the question in Objective-C. C'mon, it's not that hard to figure out. I even left comments to make it easy.

Basically, it was just my attempt to find a 'cute' way to ask you whether you could check if diskarbitrationd (in Panther) or autodiskmount (earlier OS's) was running. Guess I should have just worded it in plain English... sorry about that.
(Last edited by CharlesS; Feb 16, 2004 at 10:08 PM. )

Ticking sound coming from a .pkg package? Don't let the .bom go off! Inspect it first with Pacifist. Macworld - five mice!
     
Clinically Insane
Join Date: Mar 2001
Location: yes
Status: Offline
Reply With Quote
Feb 16, 2004, 10:11 PM
 
Originally posted by CharlesS:
It asks you if you could fire up the Terminal and see if a certain process is running when this problem occurs, and post the results in here, so I could see if the problem is due to one possible cause. Unfortunately, the name of the process to check for is different depending on whether you're running Panther or not, so I decided to phrase the question in Objective-C. C'mon, it's not that hard to figure out. I even left comments to make it easy.

Basically, it was just my attempt to find a 'cute' way to ask you whether you could check if diskarbitrationd (in Panther) or autodiskmount (earlier OS's) was running. Guess I should have just worded it in plain English... sorry about that.
You caught me at the wrong time I guess... I'm not smart sometimes.
     
Addicted to MacNN
Join Date: Jan 2003
Location: ~/
Status: Offline
Reply With Quote
Feb 16, 2004, 10:24 PM
 
Sounds suspiciously like my problem...
http://forums.macnn.com/showthread.p...hreadid=202186
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 08:49 PM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2