View previous topic :: View next topic |
Author |
Message |
mildi Tux's lil' helper
Joined: 24 Jan 2005 Posts: 121
|
Posted: Sat Oct 01, 2005 2:53 pm Post subject: Problem mit meiner Neuer 160GB platte und FAT32 (gelöst) |
|
|
hi leute ich hab mir eine neue Samsung 160GB Festplatte gekauft.
ich wollt die jetzt in mein bestehendes System einbinden und als Fat32 formatieren weil ich auch mit meinen noch bestehenden WinSystem Daten austauschen will.
ich hab die Platte mit fdisk in 3 partitionen unterteilt
in eine 100GB
40GB
20GB
die 20GB konnt ich unter Xp als Fat32 formatieren und unter linux auch ganz leicht einbinden und beschreiben
Doch bei den anderen zwei hab ich ein problem, beim versuch sie zu mounten kommt bei beiden folgende Fehlermeldung
Code: | mount: wrong fs type, bad option, bad superblock on /dev/hdb2/3,
missing codepage or other error
in some cases useful info is found in syslog - try dmesg / tail or so
|
hat einer von euch einen guten Tipp fpr mich
MfG mildi
Last edited by mildi on Sat Oct 01, 2005 4:56 pm; edited 1 time in total |
|
Back to top |
|
|
Louisdor Veteran
Joined: 14 Dec 2003 Posts: 1231 Location: im Brandenburgischen
|
Posted: Sat Oct 01, 2005 3:40 pm Post subject: Re: Problem mit meiner Neuer 160GB platte und FAT32 |
|
|
mildi wrote: | [...]
Doch bei den anderen zwei hab ich ein problem, beim versuch sie zu mounten kommt bei beiden folgende Fehlermeldung
Code: | mount: wrong fs type, bad option, bad superblock on /dev/hdb2/3,
missing codepage or other error
in some cases useful info is found in syslog - try dmesg / tail or so
|
hat einer von euch einen guten Tipp für mich | Hast Du sie denn in die /etc/fstab (zeig mal) eingetragen und wie hast Du versucht sie zu mounten?
Du kannst ja auch mal versuchen sie mit 'auto' zu mounten, z.B. so: Code: | mount -t auto /dev/hdb2 /mnt/hdb2 |
Ciao,
aleX! _________________ "Ich bin ich."
Last edited by Louisdor on Sat Oct 01, 2005 3:42 pm; edited 1 time in total |
|
Back to top |
|
|
Cabal2002 n00b
Joined: 22 Dec 2004 Posts: 72 Location: Germany
|
Posted: Sat Oct 01, 2005 3:41 pm Post subject: |
|
|
Hi
das gleiche Problem habe ich hier auch. Für Partitionen größer als 32GB bietet XP Fat32 als Filesystem gar nicht erst an. Da bleibt nur noch NTFS. Theoretisch soll Fat32 aber wohl bis zu 2TB funktionieren mit dem Nachteil das die Cluster dann 32KB groß sind.
Gruss Carsten _________________ Close the world, txEn eht nepO. |
|
Back to top |
|
|
mildi Tux's lil' helper
Joined: 24 Jan 2005 Posts: 121
|
Posted: Sat Oct 01, 2005 3:52 pm Post subject: Re: Problem mit meiner Neuer 160GB platte und FAT32 |
|
|
hir ist meien fstab
/dev/hdb1 /mnt/Media vfat rw,user,umask=000 0 0
/dev/hdb2 /mnt/Downloads vfat rw,user,umask=000 0 0
/dev/hdb3 /mnt/Sonstiges vfat rw,user,umask=000 0 0
/dev/hdb3 ist die 20GB platte und kann gemoutet werden die anderen zwei nicht
mit mount -t auto /dev/hdb2 /mnt/Downloads kommt folgende Meldung
Code: | mount: Sie musse den Dateisytemtyp angeben |
MfG mildi |
|
Back to top |
|
|
Genone Retired Dev
Joined: 14 Mar 2003 Posts: 9625 Location: beyond the rim
|
Posted: Sat Oct 01, 2005 3:58 pm Post subject: |
|
|
schonmal probiert die Partitionen unter Linux zu formatieren? |
|
Back to top |
|
|
mildi Tux's lil' helper
Joined: 24 Jan 2005 Posts: 121
|
Posted: Sat Oct 01, 2005 4:02 pm Post subject: |
|
|
Genone wrote: | schonmal probiert die Partitionen unter Linux zu formatieren? |
wie mach ich das |
|
Back to top |
|
|
Genone Retired Dev
Joined: 14 Mar 2003 Posts: 9625 Location: beyond the rim
|
Posted: Sat Oct 01, 2005 4:16 pm Post subject: |
|
|
Code: | emerge dosfstools
mkfs.vfat /dev/foo |
|
|
Back to top |
|
|
mildi Tux's lil' helper
Joined: 24 Jan 2005 Posts: 121
|
Posted: Sat Oct 01, 2005 4:56 pm Post subject: |
|
|
danke für denn tip hat alles wunderbar geklappt.
MfG mildi |
|
Back to top |
|
|
|