Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

benji888

macrumors 68000
Original poster
Sep 27, 2006
1,890
410
United States
I have a friend is having trouble with the optical drive on their Win laptop, I thought I'd just copy it to a USB thumb for him...seems simple enough...yet, I put the thing in my Mac and (of course) it only shows the Mac formatted session. I can't seem to use Disk Utility to restore the CD Rom to a USB thumb. :confused: :(

So, I'm sure there has to be a way to do this via Terminal app, yet, a search can't find this either.

I've formatted the USB thumb with 1 WinFAT partition.

Now I just need to copy the (seemingly) ISO 9660 CD ROM to the USB thumb...or at least be able to access the Win contents and copy those.

Please don't suggest purchasing an app, thanks. :) (I used to own Toast, more than a few OS X versions ago, but too old).

• Sorry if this is a stupid post, then, please show me where I can find more on Terminal app commands and how to use them. I've used it for other things, but, seems like there is no manual or how-to place anywhere, just for specific things.

Thanks! :)
 
Use FAT32 instead and it will work.

Or try something like this:
http://code.google.com/p/macfuse/
Seriously? That setting in Apple's Disk Utility app IS FAT32 :rolleyes:

I'm not sure about that "MacFuse" it looks pretty old. But, as I said, I have no problem using Terminal...I just need to know what terms to use.

Is there some kind of manual or guide for Terminal app terms and such?
 

Attachments

  • Screen Shot 2013-12-20 at 10.23.01 PM.png
    Screen Shot 2013-12-20 at 10.23.01 PM.png
    78.3 KB · Views: 116
That's not the problem. ...Perhaps the way I described it?

Disk utility won't let me use an optical disk as a source for a restore.

Copy the Optical Disc to a Volume image to your Mac then copy that Image to the Flash Drive, or burn it to the Disk.
 
Copy the Optical Disc to a Volume image to your Mac then copy that Image to the Flash Drive, or burn it to the Disk.
Still, that would only copy the Mac session, not the entire disk.

What I need is access to the entire disk. Mac OS X hides windows sessions on these types of discs...likewise, put it in a win machine and they only see the win session. But, I'm guessing there is a way to do this with the Terminal app
 
thanks, but, not sure if that will help. I decided it'd be faster to go see a computer repair friend that mostly works with win PCs. They put the DVD in their win computer and copied the win files to my USB flash drive. As I thought, the win session showed on their computer and not the mac session.

I would still like to learn how, if possible, I could have done this on my mac via terminal, if someone knows how.
 
I haven't tried this but I suspect that it'll work:

"diskutil list" to find the disk number (eg. /dev/disk2).
"dd if=/dev/rdiskx of=file.img bs=1m" to save it to a file.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.