Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Open up the terminal in BitCurator 
  2. Navigate to the folder where you want the extracted files to end up (you need to b

  3. Construct the command you'll use to extract the files.
    1. The first time(s) we run the command we will use the "t" option to only print to the terminal what files would be extracted by the command to make sure everything looks correct. 
    2. The "b" option is then use to force the extraction of all files.
    3. The final option is the "f" to specify the image file
       

       

       .
      Code Block
      languagebash
      #Elements of the command
      /path/to/tapeutils/read20 -t -b -f /path/to/tape/image.tap
        
       
    4. Replace the t in the command with an x in order to extract the file

...