Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Fehler in fstab
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
flammenflitzer
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 3541
Location: Berlin

PostPosted: Tue Nov 25, 2003 9:30 pm    Post subject: Fehler in fstab Reply with quote

Hallo
Bei mir erscheint unter KDE die Ausgabe [mntent]: line 13 in /etc/fstab is bad bzw. wenn ich floppy anklicke Could not mount device.
The reported error was:
[mntent]: line 13 in /etc/fstab is bad
mount: block device /dev/fd0 is write-protected, mounting read-only
mount: you must specify the filesystem type
Ich finde aber keinen Fehler. Die fstab ist so, wie ich sie unter RedHat auch hatte.
# /etc/fstab: static file system information.
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.13 2003/07/17 19:55:18 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/hda1 /boot ext2 noatime 1 1
/dev/hda3 / xfs noatime, -o notail 0 0
/dev/hda2 none swap sw 0 0
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
/dev/cdroms/cdrom1 /mnt/cdrom1 iso9660 noauto 0 0
/dev/hdb1 /mnt/windowsc ntfs noauto 0 0
/dev/hdb5 /mnt/windowsd ntfs noauto 0 0
/dev/hdb6 /mnt/windowse ntfs noauto 0 0
/dev/fd0 /mnt/floppy auto rw,user,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
Kann mir da jemand helfen?
Danke
MfG
:?:
Back to top
View user's profile Send private message
steveb
Advocate
Advocate


Joined: 18 Sep 2002
Posts: 4564

PostPosted: Wed Nov 26, 2003 12:37 am    Post subject: Re: Fehler in fstab Reply with quote

flammenflitzer wrote:
Hallo
Bei mir erscheint unter KDE die Ausgabe [mntent]: line 13 in /etc/fstab is bad bzw. wenn ich floppy anklicke Could not mount device.
The reported error was:
[mntent]: line 13 in /etc/fstab is bad
mount: block device /dev/fd0 is write-protected, mounting read-only
mount: you must specify the filesystem type
Ich finde aber keinen Fehler. Die fstab ist so, wie ich sie unter RedHat auch hatte.
# /etc/fstab: static file system information.
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.13 2003/07/17 19:55:18 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/hda1 /boot ext2 noatime 1 1
/dev/hda3 / xfs noatime, -o notail 0 0
/dev/hda2 none swap sw 0 0
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
/dev/cdroms/cdrom1 /mnt/cdrom1 iso9660 noauto 0 0
/dev/hdb1 /mnt/windowsc ntfs noauto 0 0
/dev/hdb5 /mnt/windowsd ntfs noauto 0 0
/dev/hdb6 /mnt/windowse ntfs noauto 0 0
/dev/fd0 /mnt/floppy auto rw,user,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
Kann mir da jemand helfen?
Danke
MfG
:?:


sollte die linie 13 nicht:
Code:
/dev/hda3 / xfs noatime,notail 0 0
sein? anstelle von:
Code:
/dev/hda3 / xfs noatime, -o notail 0 0


gruss

SteveB
Back to top
View user's profile Send private message
tacki
Guru
Guru


Joined: 29 Jun 2002
Posts: 418
Location: Germany

PostPosted: Wed Nov 26, 2003 9:18 am    Post subject: Reply with quote

wegen dem floppy-problem: hast du im kernel die filesystems dafür aktiviert?
Back to top
View user's profile Send private message
flammenflitzer
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 3541
Location: Berlin

PostPosted: Wed Nov 26, 2003 5:46 pm    Post subject: Reply with quote

Die filesysteme für floppy sollten eigentlich i.O.. sein. Der Kernel wurde automatisch mit genkernel kompilliert. Werde aber am Wochenende noch einmal von Hand kompillieren.
Meine hda3 ist mit reiserfs angelegt. Kann es sein, das der Eintrag xfs falsch ist?
Danke
MfG
Back to top
View user's profile Send private message
steveb
Advocate
Advocate


Joined: 18 Sep 2002
Posts: 4564

PostPosted: Wed Nov 26, 2003 6:05 pm    Post subject: Reply with quote

flammenflitzer wrote:
Die filesysteme für floppy sollten eigentlich i.O.. sein. Der Kernel wurde automatisch mit genkernel kompilliert. Werde aber am Wochenende noch einmal von Hand kompillieren.
Meine hda3 ist mit reiserfs angelegt. Kann es sein, das der Eintrag xfs falsch ist?
Danke
MfG


ja! wenn hda3 ein reiserfs system ist, dann musst du definitiv den eintrag xfs durch reiserfs ersetzen.

gruss

SteveB
Back to top
View user's profile Send private message
flammenflitzer
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 3541
Location: Berlin

PostPosted: Wed Nov 26, 2003 7:03 pm    Post subject: Reply with quote

Habe ich schon gemacht. Der Eintrag xfs wurde automatisch generiert.
Danke
Verstehe bloß nicht, das das System bootet mit dem falschen Eintrag.
Back to top
View user's profile Send private message
gordin
Guru
Guru


Joined: 11 Oct 2002
Posts: 300
Location: Germany/WI

PostPosted: Wed Nov 26, 2003 7:33 pm    Post subject: Reply with quote

Das System ist schlauer als man denkt ;-)
Das root-Dateisystem wird ja schon vom Bootloader angesprochen. In die fstab kann der zu dem Zeitpunkt ja noch gar nicht reinschauen... zum Glück!

Zum Eintrag für dein Floppy: trag anstelle von auto mal vfat ein.
Ich denke nicht, dass du in die Verlegenheit kommst ein anderes Dateisystem von Diskette zu mounten. Disketten sind normalerweise mit vfat formatiert.

[edit] Ist deine /boot-Partition den ext2? Evtl. auch hier nochmal nachbessern
Back to top
View user's profile Send private message
flammenflitzer
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 3541
Location: Berlin

PostPosted: Wed Nov 26, 2003 7:45 pm    Post subject: Reply with quote

Habe ich schon probiert.
Back to top
View user's profile Send private message
steveb
Advocate
Advocate


Joined: 18 Sep 2002
Posts: 4564

PostPosted: Wed Nov 26, 2003 8:13 pm    Post subject: Reply with quote

probier mal folgenden eintrag:
Code:
/dev/fd0     /mnt/floppy     auto     rw,noauto,users,user,exec,owner     0 0


gruss

SteveB
Back to top
View user's profile Send private message
flammenflitzer
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 3541
Location: Berlin

PostPosted: Wed Nov 26, 2003 9:20 pm    Post subject: Reply with quote

Habe ich gemacht
Could not mount device.
The reported error was:
[mntent]: line 14 in /etc/fstab is bad
[mntent]: line 22 in /etc/fstab is bad
mount: can't find /mnt/floppy in /etc/fstab or /etc/mtab
Bei
/dev/fd0 /mnt/floppy auto rw,user,noauto 0 0
erscheint
/dev/fd0: Input/output error
mount: you must specify the filesystem type
M.E. ist dieser Eintrag korrekt.
Ich werde morgen noch einmal Knoppix starten und dort nachsehen.
Danke
MfG
Back to top
View user's profile Send private message
siliconburner
Guru
Guru


Joined: 02 May 2003
Posts: 300

PostPosted: Thu Nov 27, 2003 5:36 am    Post subject: Reply with quote

hi, bei mir steht folgendes drin, und es funzt ohne prob., egal ob minix vfat etc

/dev/fd0 /mnt/floppy auto noauto,user 0 0
_________________
living in /dev/null
Back to top
View user's profile Send private message
flammenflitzer
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 3541
Location: Berlin

PostPosted: Thu Nov 27, 2003 4:31 pm    Post subject: Reply with quote

Steht bei mir jetzt auch . Trotzdem die Meldung:
mount: you must specify the filesystem type
Habe schon folgende Varianten durch:
/dev/fd0 /mnt/floppy auto rw,user,noauto 0 0
#/dev/fd0 /mnt/floppy auto user,noauto,rw,exec 0 0
#/dev/fd0 /mnt/floppy auto rw,user,noauto 0 0
#/dev/fd0     /mnt/floppy     auto     rw,noauto,users,user,exec,owner      0 0
Back to top
View user's profile Send private message
dertobi123
Retired Dev
Retired Dev


Joined: 19 Nov 2002
Posts: 2679
Location: Oberhausen, Germany

PostPosted: Thu Nov 27, 2003 4:46 pm    Post subject: Reply with quote

Wenn du den Kernel mit genkernel gebaut hast; Modul für das entsprechende Filesystem ist geladen?
_________________
Ganz frisch: Praxisbuch Nagios
Gentoo Linux - Die Metadistribution (2. Auflage)
Back to top
View user's profile Send private message
flammenflitzer
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 3541
Location: Berlin

PostPosted: Thu Nov 27, 2003 4:53 pm    Post subject: Reply with quote

lsmod
floppy 47036 0 (autoclean)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Module Size Used by Not tainted
ntfs 70700 0 (autoclean)
nls_iso8859-1 2780 0 (autoclean)
floppy 47036 0 (autoclean)
hid 12648 0 (unused)
CDCEther 11132 1
acm 5472 0 (unused)
parport_pc 24520 0
parport 22720 0 [parport_pc]
uhci 23216 0 (unused)
via82cxxx_audio 18392 0
soundcore 3364 2 [via82cxxx_audio]
ac97_codec 9800 0 [via82cxxx_audio]
8139too 14152 0
mii 2160 0 [8139too]
usbcore 55488 1 [hid CDCEther acm uhci]
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum