PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : kann windowsplatte nicht mounten



bimirob
29.03.03, 18:35
Hi Leute,
ich hab ein kleines Problem. Ich kann mine windowsplatte(fat32) nicht mounten. Ich benutze Red Hat 8. Hab schon alles versucht aber es klappt einfach nicht

1. Hab ein verzeichnis erstellt welches auch in /mnt angezeigt wird (win_c und win_d)
2.
[root@localhost bimirob]# mount -t vfat/dev/hda1 /mnt/win_c
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options].
For many more details, say man 8 mount .
[root@localhost bimirob]#

aber nichts tut sich. Was mach ich denn falsch?
Ich hoffe ihr könnt mir helfen!

derRichard
29.03.03, 18:37
Original geschrieben von bimirob
Hi Leute,
ich hab ein kleines Problem. Ich kann mine windowsplatte(fat32) nicht mounten. Ich benutze Red Hat 8. Hab schon alles versucht aber es klappt einfach nicht

1. Hab ein verzeichnis erstellt welches auch in /mnt angezeigt wird (win_c und win_d)
2.
[root@localhost bimirob]# mount -t vfat/dev/hda1 /mnt/win_c
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options].
For many more details, say man 8 mount .
[root@localhost bimirob]#

aber nichts tut sich. Was mach ich denn falsch?
Ich hoffe ihr könnt mir helfen!
hallo!

du hast einen tippfehler drinn.
teste mal: mount -t vfat /dev/hda1 /mnt/win_c

//richard

towo2099
29.03.03, 18:38
mount -t vfat/dev/hda1 /mnt/win_c

So wird dat auch nix!

mount -t vfat /dev/hda1 /mnt/win_c könnte schon eher funzen.

bimirob
29.03.03, 18:50
Alles klar.
Danke,aber da wär ich wohl noch dran verzweifelt.

Nächste Frage die zweite Platte wo auch Linux drauf ist lässt sich nicht mouten

[root@localhost bimirob]# mount -t vfat /dev/hda2 /mnt/win_d
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?)
[root@localhost bimirob]#

Wie krieg ich denn raus wie die partitionen heissen?

mario88
29.03.03, 19:05
wo auch Linux drauf ist

Wenn da auch Linux drauf ist wieso dann vfat als Dateisystem ????

bimirob
29.03.03, 19:54
Recht hast du. kann ja gar nicht sein.
Also: Ich hab in windows mit Partition magic die 40er Platte geteilt. Eine Primäre und eine erweiterte Partition. Linux ist auf der erweiterten auf der auch das fat dateisystem drauf ist.

mario88
29.03.03, 20:10
Wenn du da drauf Linux installiert hast, kann ja kein FAT-Dateisystem drauf sein.

melody lee
29.03.03, 20:12
Linux ist auf der erweiterten auf der auch das fat dateisystem drauf ist. Das halte ich für einen Irrtum. Was sagt denn "cfdisk /dev/hda2", als root ausgeführt?

bimirob
30.03.03, 10:32
Ist schon alles klar. Mein Fehler. War nicht hda2 sondern hda5. Wer lesen kann ist klar im vorteil.
Danke für alle antworten.