PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : 2. windows partition mounten



CaptainKoma
28.08.03, 21:07
Hi,
ich weiss dass diese thema schon öfter hier drin war im forum hab auch schonmal bei nem anderen beitrag gepostet aber eit ner woche keine antwort bekommen.
tut mir leid aber ich brauche wirklich rat. ich komm auch gleich mal zum punkt

also mein problem:
ich hab meine festplatte mehrfach partitioniert :
hda1: NTFS mit windows drauf
hda2(?) hab ich auch als NTFS formatiert und meine daten ud downloads zu specihern wenn ich unter windows arbeite

hda3 swap
hda4 ext3 -> linux partition (redhat 9.0 shrike - kernel 2.4.20-20.9)

hda1 hab ich mittlerweile geschafft zu mounten, aber hda2 will nich und ich kenn mich halt auch nich so gut aus, ich krieg folgende fehlermeldung:
#mount /dev/hda2 /mnt/Festplatte_D -t ntfs

mount: Falscher Dateisystemtyp, ungültige Optionen, der
»Superblock« von /dev/hda2 ist beschädigt oder es sind
zu viele Dateisysteme eingehängt
(aren't you trying to mount an extended partition,
instead of some logical partition inside?)

also so wie ich das verstehe hab ich meine festplatte zu vogelwild partitioniert. wenn ich hda2 als fat32 laufen lasse würde das dann gehen oder was kann ich sonst machen, bzw. wo liegt der fehler. und dass die festplatte beschädigt ist glaub ich nicht.

würde mcih sehr freuen wenn ihr mir helfen könnt. ich hoffe ihr habt etwas nachsicht mit einem linux newb.

danke und mfg
CaptainKoma

Leberwurstsaft
28.08.03, 21:17
hda2(?) hab ich auch als NTFS formatiert
Wieso ist da ein Fragezeichen ? Weißt du nicht ob es sich um die zweite Partition handelt ? Handelt es sich wirklich um ein ntfs-Filesystem ? Überprüf das mal mit fdisk.

Der Gestreifte
28.08.03, 21:20
(aren't you trying to mount an extended partition,
instead of some logical partition inside?) Oder probier' es direkt mit hda5.

CaptainKoma
28.08.03, 21:24
mhm so einfach geht das also... hda5 musste ich tippen

aber kann man mir mal erklären warum dass hda5 ist und nicht hda2 ??
was is dann hda2 oder gibt es das gar nicht?

danke für eure schnelle hilfe

Der Gestreifte
28.08.03, 21:27
Hard disks are organized in a more complex way than floppy disks. They
contain several data areas called partitions. Up to four so-called primary
partitions can exist on an MS-DOS hard disk. If more partitions are needed,
one primary partition is used as an extended partition that contains
several logical partitions.

The first sector of each hard disk contains a partition table, and an
extended partition and _each_ logical partition contains a partition table
too.

+--------------------------------------------+
| Partition table /dev/hda |
| +------------------------------------------|
| | Partition 1 /dev/hda1 |
| | |
| |------------------------------------------|
| | Partition 2 /dev/hda2 |
| | |
+--------------------------------------------+

The entire disk can be accessed as /dev/hda, /dev/hdb, /dev/sda, etc. The
primary partitions are /dev/hda1 ... /dev/hda4.

+--------------------------------------------+
| Partition table /dev/hda |
| +------------------------------------------|
| | Partition 1 /dev/hda1 |
| | |
| |------------------------------------------|
| | Partition 2 /dev/hda2 |
| | |
| |------------------------------------------|
| | Extended partition /dev/hda3 |
| | +----------------------------------------|
| | | Extended partition table |
| | |----------------------------------------|
| | | Partition 3 /dev/hda5 |
| | | |
| | |----------------------------------------|
| | | Extended partition table |
| | |----------------------------------------|
| | | Partition 4 /dev/hda6 |
| | | |
+--------------------------------------------+

This hard disk has two primary partitions and an extended partition that
contains two logical partitions. They are accessed as /dev/hda5 ...

hda5 liegt (immer) auf einer erweiterten Partition.
Unter /usr/share/doc/lilo/Manual* kannst Du es etwas ausführlicher haben.

towo2099
28.08.03, 21:28
hda2 ==> erweiterte Partition ==> nicht mountbar
hda5 ==> erstes logisches Laufwerk in der erweiterten Partition hda2

ein /sbin/fdisk -l hätte Dir das verraten!

CaptainKoma
28.08.03, 21:39
ok danke werds mir merken