Probleme beim Mounten

Turley

Member
Hi, ich habe folgendes Problem: Ich bekomme meine Fat-Partition nicht gemountet.
Ich habe FreeBSD 5.2

sysinstall sagt mir das die Partition ad0s2 ist, wenn ich fdisk ad0s2 eingebe kommt folgendes:

turley# fdisk ad0s2
******* Working on device /dev/ad0s2 *******
parameters extracted from in-core disklabel are:
cylinders=121890 heads=16 sectors/track=63 (1008 blks/cyl)

Figures below won't work with BIOS for partitions not in cyl 1
parameters to be used for BIOS calculations are:
cylinders=121890 heads=16 sectors/track=63 (1008 blks/cyl)

Media sector size is 512
Warning: BIOS sector numbering starts with sector 1
Information from DOS bootblock is:
The data for partition 1 is:
sysid 11 (0x0b),(DOS or Windows 95 with 32 bit FAT)
start 63, size 40933557 (19987 Meg), flag 0
beg: cyl 1/ head 1/ sector 1;
end: cyl 1023/ head 254/ sector 63
The data for partition 2 is:
sysid 5 (0x05),(Extended DOS)
start 40933620, size 81931500 (40005 Meg), flag 0
beg: cyl 1023/ head 0/ sector 1;
end: cyl 1023/ head 254/ sector 63
The data for partition 3 is:
<UNUSED>
The data for partition 4 is:
<UNUSED>

Aber wenn ich eingebe:
turley# mount -t msdosfs /dev/ad0s2 /mnt
msdosfs: /dev/ad0s2: Invalid argument

ohne das msdosfs:
turley# mount /dev/ad0s2 /mnt
mount: /dev/ad0s2 on /mnt: incorrect super block

Im Kernel scheint das msdos "modul" zu sein
turley# kldstat -v|grep msdosfs
286 msdosfs

Ich habe nullahnung was ich sonst noch machen kann, bin dankbar für jede Hilfe.
 
Dann bekomm ich die selbe Meldung :(

turley# mount -t msdos /dev/ad0s2 /mnt
msdosfs: /dev/ad0s2: Invalid argument
 
Code:
The data for partition 2 is:
sysid 5 (0x05),(Extended DOS)

Das sieht für mich so aus, das ad0s2 eine erweiterte Partition (im DOS/Windows Sprachgebrauch) ist.

Was gibt dir ein
Code:
ls ad0*
in /dev aus?

Gruß Rookie
 
Zurück
Oben