Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [DE] FAT32 auf 1GB USB  (Read 1692 times)

Hackschj

  • Guest
[DE] FAT32 auf 1GB USB
« on: 2011/06/13, 14:13:35 »
Hallo

mir ist da was aufgefallen, ich wolle einen 1GB USB Stick  formatieren. Eigentlich mit einen kleinen einfachen Befehl:
 
Code: [Select]
mkfs.vfat /dev/sdc1
Aber das klappte nicht, da kam die Fehlermeldung:
Code: [Select]
mkfs.vfat 3.0.9 (31 Jan 2010)
WARNING: Not enough clusters for a 32 bit FAT!
mkfs.vfat: Attempting to create a too large file system

 Also FAT32 nach Partionsgröße gewählt, aber die Größe passt nicht, oder so!
 Aber in der man mkdosfs steht ausdrücklich, es wird automatisch gewählt!
Code: [Select]
-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, 16 and 32 bit,
whatever fits better for the file system size.


Ich hab es damit hinbekommen, das FAT32 auf dem USB Stick ist, aber glaub nicht das es so richtig ist:
Code: [Select]
mkfs.vfat /dev/sdc1 -S 2048 -s 1