Code: Alles auswählen
[root@localhost root]# fdisk -l
Festplatte /dev/hdd: 255 Köpfe, 63 Sektoren, 1245 Zylinder
Einheiten: Zylinder mit 16065 * 512 Bytes
Gerät boot. Anfang Ende Blöcke Id Dateisystemtyp
/dev/hdd1 * 1 13 104391 83 Linux
[root@localhost root]# fdisk -l
Festplatte /dev/hdd: 255 Köpfe, 63 Sektoren, 1245 Zylinder
Einheiten: Zylinder mit 16065 * 512 Bytes
Gerät boot. Anfang Ende Blöcke Id Dateisystemtyp
/dev/hdd1 * 1 13 104391 83 Linux
/dev/hdd2 14 1180 9373927+ 83 Linux
/dev/hdd3 1181 1245 522112+ 82 Linux Swap
Festplatte /dev/hda: 8 Köpfe, 16 Sektoren, 500 Zylinder
Einheiten: Zylinder mit 128 * 512 Bytes
Gerät boot. Anfang Ende Blöcke Id Dateisystemtyp
/dev/hda1 29 500 30208 83 Linux
/dev/hda2 1 17 1080 83 Linux
/dev/hda3 18 28 704 83 Linux
Partition table entries are not in disk order
[root@localhost root]# mount /dev/hda1 /mnt/
mount: Falscher Dateisystemtyp, ungültige Optionen, der
»Superblock« von /dev/hda1 ist beschädigt oder es sind
zu viele Dateisysteme eingehängt
[root@localhost root]# fsck /dev/hda1
fsck 1.27 (8-Mar-2002)
e2fsck 1.27 (8-Mar-2002)
fsck.ext2: Filesystem has unsupported feature(s) while trying to open /dev/hda1
The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device>
[root@localhost root]#
eigentlich gibts nicht mehr viel dazu zusagen, aber evt hat ja jemand noch nen Tip und weis was mit der Partition nicht stimmt. Besten Dank.
Die anderen(hda2, hda3 ) lassen sich nähmlich betens mounten!