Linux mount Problem

Gast #1434517
Lesenswert?

Hi,

ich versuche eine Partition zu mounten, die Zeile in fstab
/dev/hdxy /media/mount ext3 rw,user,noauto,exec,utf8 0 0

# mount /media/mount
mount: wrong fs type, bad option, bad superblock on /dev/hdxy

Während
# mount /dev/hdxy /media/mount

funktioniert:
# mount
...
/dev/hdxy on /media/mount type ext3 (rw)


fsck -> e2fsck hat irgendwas repariert und ohne größere fehler 
abgeschlossen (0 bad blocks)
Gast #1434536
Lesenswert?

> ich versuche eine Partition zu mounten, die Zeile in fstab
> /dev/hdxy /media/mount ext3 rw,user,noauto,exec,utf8 0 0
>
> # mount /media/mount
> mount: wrong fs type, bad option, bad superblock on /dev/hdxy
>
> Während
> # mount /dev/hdxy /media/mount
>
> funktioniert:

Na dann würd ich die Fehlermeldung mal genau lesen:-) und anschließend 
die Optionen in der fstab anpassen - unsbesonder utf8 kommt mir spanisch 
vor, das hat auf ext3 nämlich laut Manpage nix verloren. Die Optionen 
kannst übrigens auch per -o an den mount mitgeben und damit 
rauspfriemeln, an welcher es scheitert. Könntest auch noch in dmesg, 
/var/log/messages oder /var/log/syslog kucken, da stehen i.d.R. 
ausführlichere Meldungen:-)</RTFM>

Antwort schreiben

Bitte melde dich an, um einen Beitrag zu schreiben.

oder

Mit Google-Account einloggen

Die Registrierung ist kostenlos und dauert nur eine Minute.

Jetzt registrieren