USB STICK Löschen

Thilo Six T.Six at gmx.de
Mit Jan 16 18:55:56 GMT 2008


Matthias Böttcher wrote the following on 16.01.2008 18:49

</snip>


> das Kommando mkfs.vfat formatiert eine Partition mit dem
> Dateisystem vfat (FAT32)!
> 
> sudo umount /dev/sdb1
> sudo mkfs.vfat -n NAME /dev/sdb1

Nur kleine Ergänzung:
Wenn es wirklich ein FAT32 werden soll dann:

sudo mkfs.vfat -F 32 -n NAME /dev/sdb1
                ^^^^


<-----------  man mkfs.vfat  ------------
-F
FAT-size Specifies the type of file allocation tables used (12, 16 or 32
bit). If nothing is specified, mkdosfs will automatically select between 12
and 16 bit, whatever fits better for the file system size. 32 bit FAT (FAT32
format) must (still) be selected explicitly if you want it.
--------------------------------------------->

> NAME ersetzt Du durch einen Namen deiner Wahl mit max. 11 Zeichen aus [0-9A-Z].
> Stick entfernen und neu einstecken und er sollte unter /media/NAME
> gemountet werden.
> 
> Gruß!
> Matthias Böttcher


-- 
bye Thilo

key: 0x4A411E09