PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Fat Partitionen lassen sich nicht mounten



Horusab
11.04.05, 10:13
Hi

Ich kann keine einzige FAT Partition mounten :(
Nich mal der USB Stick funktioniert.



root@paddy3000 horus # mount -t vfat /dev/hda1 /mnt/windows/
mount: Falscher Dateisystemtyp, ungültige Optionen, der
,,Superblock" von /dev/hda1 ist beschädigt oder es sind
zu viele Dateisysteme eingehängt


Die Festplatte funktioniert bestens (Windows lässt sich ohne Probleme booten).

Meistens hängen diese Probleme mit der Fstab zusammen, hier ist sie:


# /etc/fstab: static file system information.
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.14 2003/10/13 20:03:38 azarah Exp $
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency). It's safe to drop the noatime options if you want and to
# switch between notail and tail freely.

# <fs> <mountpoint> <type> <opts> <dump/pass>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
#/dev/BOOT /boot ext2 noauto,noatime 1 1
/dev/hda6 / xfs noatime 0 0
/dev/hda7 none swap sw 0 0
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
/dev/fd0 /mnt/floppy auto noauto 0 0
/dev/hda1 /mnt/windows vfat rw 0 0



# NOTE: The next line is critical for boot!
/dev/hda6 /proc proc defaults 0 0

# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
# use almost no memory if not populated with files)
# Adding the following line to /etc/fstab should take care of this:

none /dev/shm tmpfs defaults 0 0


Ein Kollege hat mir erzählt, es könnte noch am Kernel liegen.
Ich habe alles was im Native Language Support war und Windows drin stand in den Kernel kompiliert.
Der Rest ist modular vorhanden.

Vielen Dank jetzt schon
Gruss
horusab

Tomek
11.04.05, 10:18
Was sagen denn folgende Befehle:

modprobe vfat
cat /proc/filesystems

carnil
11.04.05, 12:02
Hallo

Vielleicht hilft dir dieser Link weiter: http://kerneltrap.org/node/3751

MfG carnil

Horusab
11.04.05, 13:43
Hi

Vielen Dank carnil, es funktioniert :)

Hatte im Native Language Support genau das eine nicht aktiviert :)

Gruss & thx
horusab