mkdosfs schlägt fehl

DeeDee0815

DeeDee0815

Doppel-As
Hallo,

auf meinem Festplatten USB-Stick kann ich offenbar keine FAT32-Partition erstellen.

Code:
deedee0815@genotix:~$ sudo fdisk /dev/sdb
Password:

Command (m for help): p

Disk /dev/sdb: 1463 MB, 1463648256 bytes
46 heads, 61 sectors/track, 1018 cylinders
Units = cylinders of 2806 * 512 = 1436672 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1        1018     1428223+  83  Linux

Command (m for help): d
Selected partition 1

Command (m for help): p

Disk /dev/sdb: 1463 MB, 1463648256 bytes
46 heads, 61 sectors/track, 1018 cylinders
Units = cylinders of 2806 * 512 = 1436672 bytes

   Device Boot      Start         End      Blocks   Id  System

Command (m for help): n
Command action
   e   extended
   p   primary partition (1-4)
p
Partition number (1-4): 1
First cylinder (1-1018, default 1): 
Using default value 1
Last cylinder or +size or +sizeM or +sizeK (1-1018, default 1018): 
Using default value 1018

Command (m for help): p

Disk /dev/sdb: 1463 MB, 1463648256 bytes
46 heads, 61 sectors/track, 1018 cylinders
Units = cylinders of 2806 * 512 = 1436672 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1        1018     1428223+  83  Linux

Command (m for help): w
The partition table has been altered!

Calling ioctl() to re-read partition table.

WARNING: Re-reading the partition table failed with error 16: Device or resource busy.
The kernel still uses the old table.
The new table will be used at the next reboot.
Syncing disks.
deedee0815@genotix:~$ sudo umount /media/disk
deedee0815@genotix:~$ sudo mkdosfs /dev/sdb1
mkdosfs 2.11 (12 Mar 2005)
deedee0815@genotix:~$ sudo fdisk -l

Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1               1        1463    11751516   83  Linux
/dev/sda2            1464        1587      996030   82  Linux swap / Solaris
/dev/sda3            1588       14593   104470695   83  Linux

Disk /dev/sdb: 1463 MB, 1463648256 bytes
46 heads, 61 sectors/track, 1018 cylinders
Units = cylinders of 2806 * 512 = 1436672 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1               1        1018     1428223+  83  Linux
deedee0815@genotix:~$

Das ist jetzt aber nur nachgestellt: Am Anfang war es natürlich kein Linux-Native Dateisystem sondern ein W95/FAT32.

Was mache ich falsch? Warum bekomme ich kein FAT32. An der fehlenden Option -F 32 liegt es übrigens nicht. Das habe ich schon getestet.

MfG
DeeDee0815
 
fat32

Hallo


Hast du das hier gemacht ?

mkfs.vfat -F 32 /dev/sda1


mfg
schwedenmann
 
Ne so geht's auch nicht. Es wird ja auch was auf den Stick geschrieben, man sollte meinen, das Dateisystem wird erstellt. Doch fdisk -l liefert für diese Partition immernoch ein "Linux" als System zurück...

MfG
DeeDee0815
 

Ähnliche Themen

[gelöst] 2.HDD unter Freebsd partitionieren

SSD auf einen (geringfügig) kleineren USB-Stick wiederherstellen

FUSE -> Dateisystem Typ ermitteln

Neue Partition unter openSUSE 12.2 erstellen

Software RAID 1 verkleinern

Zurück
Oben