scratch

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
scratch [2017/03/11 20:33] adminscratch [2017/04/27 23:11] admin
Line 46: Line 46:
  
  
 +====== Floppy auf 720 kB formatieren (USB-Laufwerk) ======
 +Von https://unix.stackexchange.com/questions/219533/how-to-format-720k-fat-ie-ms-dos-floppy-on-linux-using-usb-floppy-drive
 +und https://fitzcarraldoblog.wordpress.com/2017/01/17/using-an-external-usb-3-5-inch-floppy-disk-drive-in-linux/
  
 +''
 +$ sudo ufiformat -f 720 -v /dev/xxx
 +''
  
 +Danach mit mkfs.msdos Filesystem erstellen oder per dd beschreiben.
 +
 +''
 +$ sudo mkfs.msdos -I /dev/xxx
 +''
  
  
  • scratch.txt
  • Last modified: 2019/03/10 13:03
  • by admin