User:User7

From Redump Wiki

(Difference between revisions)
Jump to: navigation, search
Line 16: Line 16:
* CD to redumper app, a simple example is dropping the redumper binary into the Downloads director - ```cd Downloads```
* CD to redumper app, a simple example is dropping the redumper binary into the Downloads director - ```cd Downloads```
* Insert a disc.
* Insert a disc.
-
* Find out what the "disk" number is with ```diskutil list```
+
* Find out what the "disk" number is with '''diskutil list'''
-
* Unmount the disc with ```diskutil unmountDisk /dev/disk[#]```
+
* Unmount the disc with '''diskutil unmountDisk /dev/disk[#]'''
-
* Dump the disc with ```./redumper --drive=disk[#]```
+
* Dump the disc with '''./redumper --drive=disk[#]'''

Revision as of 17:55, 29 July 2023

A list of Optical Disc Drive compatibility for dumping each format of disc:

Redumper mac guide in progress

  • Establish redumper premissions (every time you udpate to a new version): double click on redumper and open in Terminal, now quit
  • CD to redumper app, a simple example is dropping the redumper binary into the Downloads director - ```cd Downloads```
  • Insert a disc.
  • Find out what the "disk" number is with diskutil list
  • Unmount the disc with diskutil unmountDisk /dev/disk[#]
  • Dump the disc with ./redumper --drive=disk[#]
Personal tools