First page Back Continue Last page Overview

 

tar to Unformatted Floppies

 
  • Floppies can be used like tape drives

    • Low level format required
    • File system not needed
    • Use tar to write to the floppy
    • /dev/fd0 is the destination
    • Floppy cannot be mounted
  • Example:

    • tar czvf /dev/fd0 mydir