View previous topic :: View next topic |
Author |
Message |
janosch n00b
Joined: 06 Jul 2003 Posts: 35
|
Posted: Sun Mar 21, 2004 12:37 pm Post subject: Remounting renaming filesystem readonly--> Error |
|
|
HI!
Ich habe mir mal testweise den kernel 2.6.4 instaliert .Soweit so gut jetzt sind mir aber ein paar Fehler aufgefallen die beim alte kernel (2.4.22-xfs)nicht auftreten.
Also beim hochfahren wird automatich eine Windows Partition gemountet dies bricht allerdings mit einer Fehlermeldung ab. "Filesystem nicht bekannnt oder so änlich". Wenn ich die Partition jedoch von Hand mounte funktioniert es ohne Probleme.
Beim runterfahren bekomme ich bei Folgender aktion einen fehler (es werde die zwei roten ausrufezeichen angezeigt):" Remounting renaming filesystem redonly" anschliesend werde ich aufgefordert CONTROL-D zu drücken oder das root passwort einzugeben.
Woran kann das leigen?
mfg janosch
P.S. Hier meine fstab:
Code: |
# /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/hda3 / reiserfs notail,noatime 0 0
/dev/hda4 none swap sw 0 0
/dev/hda2 /win auto 0 0
#/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
#/dev/fd0 /mnt/floppy auto noauto 0 0
# NOTE: The next line is critical for boot!
none /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
|
|
|
Back to top |
|
|
spitzwegerich l33t
Joined: 04 Mar 2003 Posts: 697 Location: Lower Bavaria, Central Europe
|
Posted: Sun Mar 21, 2004 1:10 pm Post subject: |
|
|
vielleicht solltest du den Dateisystem-Typ bei /dev/hda2 hinter /win mit angeben. _________________ "Work is the curse of the drinking classes."
-Oskar Wilde |
|
Back to top |
|
|
janosch n00b
Joined: 06 Jul 2003 Posts: 35
|
Posted: Sun Mar 21, 2004 1:38 pm Post subject: |
|
|
Das hab ich auch schon gemacht . Ich hab vfat genommen da es eine fat32 Partition ist ploß hat es damit auch nicht gefunzt
mfg janosch |
|
Back to top |
|
|
Gekko l33t
Joined: 29 Oct 2002 Posts: 773
|
Posted: Sun Mar 21, 2004 1:44 pm Post subject: |
|
|
Dann würde ich mal empfehlen fat32 für eine fat32-partition und nicht vfat zu nehmen... |
|
Back to top |
|
|
janosch n00b
Joined: 06 Jul 2003 Posts: 35
|
Posted: Sun Mar 21, 2004 1:55 pm Post subject: |
|
|
warum ??
von Hand läst sich die Partition ja mit folgendem Befehl mounten: "mount -t vfat /dev/hda2 /win" so geht es alerdings nicht :"mount -t fat32 /dev/hda2 /win"
mfg janosch |
|
Back to top |
|
|
DerMojo Guru
Joined: 14 Aug 2003 Posts: 395 Location: Germany
|
Posted: Sun Mar 21, 2004 5:32 pm Post subject: |
|
|
Hi!
Du hast für die Windows-Partition in der fstab keine Optionen angegeben, versuch mal "defaults" oder was dir auch immer beliebt.
Könnte helfen...
MfG
Daniel _________________ To err is human, to forgive, beyond the scope of the Operating System. |
|
Back to top |
|
|
|