Aller au contenu principal

An external optical drive by Apple, essentially a rebranding of the MacBook Air SuperDrive.

20 questions Voir tout

usb disc drive problems?

I wanted to run a game on my computer tonight but my computer is not picking up my disc! I cant eject my disc because it wont show on my screen! please help urgently answer would be much appreciated !

Répondu ! Afficher la réponse J'ai le même problème

Cette question est-elle utile ?

Indice 11
Ajouter un commentaire

10 Réponses

Solution retenue

Try restarting the system and press the C key to get it to read the disk which it will fail and kick out. Otherwise you'll need to open up the drive to pull the disk out. Click on the drive image to the right it will lead you to the iFixIt guide on how to open the drive up.

Cette réponse est-elle utile ?

Indice 4

4 commentaires:

thank you so much!!! that really helped me!

par

@anon, if it helped, why the downvote? Downvotes are usually reserved for wrong a malicious answers :-)

par

the drive icon is not showing on computer? so its not opening?

par

Go under Finder, to the left of the Apple in the upper left hand corner to Preferences. Click on general > CDs DVDs, and iPods. See if the icons shows up on the desktop.

par

Ajouter un commentaire

to make the superdrive work on the Macs marked with No from the above listing:

From the Terminal app open a session locate & do the following

sudo pico /Library/Preferences/SystemConfiguration/com.apple.Boot.plist

enter your password"

this opens:'''

<?xml version=”1.0″ encoding=”UTF-8″?>

<!DOCTYPE plist PUBLIC “-//Apple//DTD PLIST 1.0//EN” “http://www.apple.com/DTDs/PropertyList-1...>

<plist version=”1.0″>

<dict>

<key>Kernel Flags</key>

<string></string>

</dict>

</plist>

now add mbasd=1 between the <string><string>

should look like this:

<?xml version=”1.0″ encoding=”UTF-8″?>

<!DOCTYPE plist PUBLIC “-//Apple//DTD PLIST 1.0//EN” “http://www.apple.com/DTDs/PropertyList-1...>

<plist version=”1.0″>

<dict>

<key>Kernel Flags</key>

<string>mbasd=1</string>

</dict>

</plist>

save and reboot

Two commands allow you to save the current text in Pico (for the novice) being edited. The CTRL-X and CTRL-O commands save the contents of the editor. The former command exits the editor after saving, while the latter command allows for continued editing after saving.

works on 10.8.5, should work from 10.6, works in 10.9.3, latest Maverics may 17 2014

Cette réponse est-elle utile ?

Indice 4

3 commentaires:

Worked for me on MacBook Pro 5,3 (Mid 2009) running OSX 10.6

Thanks so much!!!

par

can seem to get cursor to get me to enter mbsad=1 in between the string thread? it just defaults to the top of the code <?xml, etc..etc..

par

I followed the instructions, but didn't see how to save the edited file!

par

Ajouter un commentaire

This drive is only compatable with these machines:

http://support.apple.com/kb/HT5630

Apple Product Compatible

MacBook Air Computers

MacBook Air (11-inch and 13-inch, Mid 2012) Yes

MacBook Air (11-inch and 13-inch, Early 2012) Yes

MacBook Air (11-inch and 13-inch, Mid 2011) Yes

MacBook Air (11-inch and 13-inch, Late 2010) Yes

MacBook Air (Mid 2009) Yes

MacBook Air (Late 2008) Yes

MacBook Air Yes

MacBook Pro Computers

MacBook Pro (Retina, 15-inch, Early 2013)

Yes

MacBook Pro (Retina, 13-inch, Early 2013)

Yes

MacBook Pro (Retina, 13-inch, Late 2012)

Yes

MacBook Pro (Retina, Mid 2012) Yes

MacBook Pro (13-inch and 15-inch, Mid 2012) No

MacBook Pro (13-inch, 15-inch, and 17-inch, Late 2011) No

MacBook Pro (13-inch, 15-inch, and 17-inch, Early 2011) No

MacBook Pro (13-inch, 15-inch, and 17-inch, Mid 2010) No

MacBook Pro (13-inch, 15-inch, and 17-inch, Mid 2009) No

Mac mini Computers

Mac mini (Late 2012) Yes

Mac mini (Mid 2011) Yes

Mac mini (Mid 2010) Yes

Mac mini (Late 2009) Yes

Mac mini (Early 2009) Yes

Mac mini (Mid 2007) No

Mac mini (Intel) No

Mac mini No

iMac Computers

iMac (21.5-inch and 27-inch, Late 2012) Yes

iMac (21.5-inch, Late 2011) No

iMac (21.5-inch and 27-inch, Mid 2011) No

iMac (21.5-inch and 27-inch, Mid 2010) No

iMac (20-inch, Mid 2009) No

iMac (21.5-inch and 27-inch, Late 2009) No

iMac (Early 2009) No

iMac (24-inch, Early 2009) No

iMac (20-inch and 24-inch, Early 2008) No

iMac (20-inch and 24-inch, Mid 2007) No

Notes:

MacBook and MacPro computers are not compatible with either the Apple USB SuperDrive or the MacBook Air SuperDrive.

Cette réponse est-elle utile ?

Indice 2

4 commentaires:

it has been working up until now so i already have a compatible device

par

funny, we had the same thing happen in May with ours as well. It's not recognized on any machine tried it on 3 of them from the list.

par

I have been advised by Apple Care that the Apple USB SuperDrive will not work on any mac products newer than 2012.

par

Well Barb go to the link I posted directly from Apple and see for yourself. Who you going to believe? Apple or Apple Care or me?

par

Ajouter un commentaire

You have to write

mbasd=1

between <string></string>

so it's gonna be like

<string>mbasd=1</string>

Cette réponse est-elle utile ?

Indice 1
Ajouter un commentaire

I have this :

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1...>

<plist version="1.0">

<dict>

<key>Kernel</key>

<string>mach_kernel</string>

<key>Kernel Flags</key>

<string></string>

</dict>

</plist>

So where should I type the code ??? I am really bad at it stuff and it is already a miracle that I have found where I have to type the code so please help !

Cette réponse est-elle utile ?

Indice 0
Ajouter un commentaire

Do the previous instructions not cause a problem with kext signing in the more recent versions of OS X e.g. 10.10.3 where Apple's restrictions mean that any unauthorised kernel edits are blocked and the system will inevitably fail to boot? i.e. is the 'hack' still current?

Sorry, last poster / anon but without this info it would be possible to follow these instructions and screw up the system for the sake of a Superdrive.

Cette réponse est-elle utile ?

Indice 0

4 commentaires:

Yes! Good point. If you altered the file you will have an issue with Yosemite as kext files now need to be signed. Which is a good thing! Except when you hack the OS to make something work :-{

par

I have tested this command with Mac OS X.12 (Sierra), the latest Mac OS X so far. It works. Just edit the file and you should be able to use the drive :

<string>mbasd=1</string>

Thanks.

par

I've tried modifying this file but system doesn't let me save with same name in Terminal. I've disabled System Integrity Protection (SIP) but I still can't save this file. Any suggestions. I have Sierra OS and MacBook Pro12,1 13" Retina Display. Superdrive works if I reboot my Mac, but not if I just connect it. Always has to be rebooted to fully function.

par

Same problem here with 10.12.6. It won't let me save the edited file.

par

Ajouter un commentaire

i connect my usb super drive with my macbook air but it does not show on my screen and don't know how to work. not showing any options.

Cette réponse est-elle utile ?

Indice 0

1 commentaire:

i am experiencing the same thing

par

Ajouter un commentaire

Hi there,

I have tested this command with Mac OS X.12 (Sierra), the latest Mac OS X so far. It works. Just edit the file and you should be able to use the drive :

<string>mbasd=1</string>

Thanks.

Cette réponse est-elle utile ?

Indice 0

1 commentaire:

With 10.12.6 Iʻm having trouble saving the file after editing. It is accepting my passwords ok but the failure occurs with the Save.

Pico tells me:

"Error writing /Library/Preferences/SystemConfiguration/com.apple.Boot.plist"

I tried also with BBedit and when I try to Save it errors out with:

"This file could not be opened for writing, probably because it is in use by another application (MacOS Error code: -54)"

par

Ajouter un commentaire

The is ridiculous! Is there any explanation of *why* Apple decided to do this? If they didn't, they might actually *gasp* sell *more* of the "Superdrives" (how many people remember that as a drive that could handle 400K, 800K, *and* 1.4MB disks?)? Okay, probably not, since the Apple one probably costs at least 20% more than a comparable drive.. But still..

Cette réponse est-elle utile ?

Indice 0
Ajouter un commentaire

High Sierra:

Boot in Safe mode. Then open Terminal and disable SIP

csrutil disable

Then type:

sudo pico /Library/Preferences/SystemConfiguration/com.apple.Boot.plist

add value “mbasd=1” to string <string></string>

at end it need to look like this:

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1...>

<plist version="1.0">

<dict>

        <key>Kernel Flags</key>

        <string>mbasd=1</string>

</dict>

</plist>

Save plist CTRL+O hit Enter and then CTRL+X

Enable SIP

csrutil enable

and reboot in normal mode


Why Apple dissable External DVD/CD Roms i don’t cnow - i think this is stupid and without a reason…

Cette réponse est-elle utile ?

Indice 0

1 commentaire:

got : “ csrutil: failed to modify system integrity configuration. This tool need to be executed from the Recovery OS”

par

Ajouter un commentaire

Ajouter une réponse

anon sera éternellement reconnaissant.
Nombre de vues :

Dernières 24 heures : 1

7 derniers jours : 8

30 derniers jours : 31

Total : 59,859