I'm on Mac OS X, have a DVD in the DVD-drive and can look at it in the Finder. I'd like to try to create an iso of it by using the dd command. But to do that I need to know what device to use as an input. How can I find what device my DVD-drive is?
| ||||
|
feedback
|
|
Put a disk into the drive, wait until OS X mounts it, and then type the following command in the Terminal:
In my case, the drive is located at You can use
| ||||
|
feedback
|
|
Finally found a way. Not sure if it is the best, but it works anyways:
c",) | |||||
feedback
|
|
Start Utilites, Disk Util. Click the drive or partition on the left, then the blue i/info icon in the toolbar. The disk identifier is the name to be used after /dev/ | |||
feedback
|