跳转到主内容

苹果的外置光驱,本质上是MacBook Air SuperDrive的重塑。

35 个问题 查看全部

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 !

已回答! 显示答案 我也有这个问题

这是一个好问题吗?

得分 11
添加一条评论

10个答案

已选择的解决方案

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.

这个答案有帮助吗?

得分 4

4条评论:

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

完成的

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

完成的

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

完成的

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.

完成的

添加一条评论

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

这个答案有帮助吗?

得分 4

3条评论:

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

Thanks so much!!!

完成的

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..

完成的

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

完成的

添加一条评论

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.

这个答案有帮助吗?

得分 2

4条评论:

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

完成的

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.

完成的

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

完成的

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?

完成的

添加一条评论

You have to write

mbasd=1

between <string></string>

so it's gonna be like

<string>mbasd=1</string>

这个答案有帮助吗?

得分 1
添加一条评论

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 !

这个答案有帮助吗?

得分 0
添加一条评论

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.

这个答案有帮助吗?

得分 0

4条评论:

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 :-{

完成的

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.

完成的

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.

完成的

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

完成的

添加一条评论

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.

这个答案有帮助吗?

得分 0

1条评论:

i am experiencing the same thing

完成的

添加一条评论

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.

这个答案有帮助吗?

得分 0

1条评论:

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)"

完成的

添加一条评论

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..

这个答案有帮助吗?

得分 0
添加一条评论

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…

这个答案有帮助吗?

得分 0

1条评论:

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

完成的

添加一条评论

添加你的答案

anon 将永远感激不已
浏览统计数据:

过去 24 小时: 6

过去 7 天: 18

过去 30 天: 62

总计 59,305