View previous topic :: View next topic |
Author |
Message |
Newprogger Tux's lil' helper
Joined: 07 Aug 2005 Posts: 102
|
Posted: Fri Sep 30, 2005 6:22 pm Post subject: Device not ready |
|
|
Hallo,
ich hab jetzt hier einen Gentoo Rechner mit KDE. Alles läuft richtig, aber als ich mal auf die Konsole 12 (mit STRG + ALT + F12) gegangen bin, um zu gucken was syslog-ng so sagt, habe ich gemerkt, dass jede 1-2 Sekunden die folgende Meldung kommt:
Code: |
Sep 30 20:17:47 hannes Device not ready. Make sure there is a disc in the drive.
|
Also habe ich unter der Konsole 12 den ganzen Bildschirm mit der gleichen Fehlermeldung (nur mit einer anderen Uhrzeit). Weiß jemand was das soll?? Versucht er ein Laufwerk zu mounten?? Wie finde ich heraus welches Laufwerk???
Danke schon mal für die Antworten,
MfG
Newprogger |
|
Back to top |
|
|
smg Veteran
Joined: 13 Aug 2004 Posts: 1402 Location: /home/stephan
|
Posted: Fri Sep 30, 2005 8:41 pm Post subject: |
|
|
Könntest du mal deine /etc/fstab posten?
Danke. _________________ GnuPG-Key-ID: 0xF8C275D4
Fingerprint: 5B6F 134A 189B A24D 342B 0961 8D4B 0230 F8C2 75D4
Code: | perl -WTe '($")=$/;print qq(@{[reverse('0'..'100')]}$/BOOM!$/);' |
|
|
Back to top |
|
|
Newprogger Tux's lil' helper
Joined: 07 Aug 2005 Posts: 102
|
Posted: Sun Oct 02, 2005 9:03 am Post subject: |
|
|
Meine fstab:
Code: |
# This file is edited by fstab-sync - see 'man fstab-sync' for details
# /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/hda1 /boot ext2 defaults,noatime 1 2
/dev/hda3 / ext3 noatime 0 1
/dev/hda2 none swap sw 0 0
/dev/sda1 /hannes ext3 noatime,user 0 1
none /proc proc defaults 0 0
none /dev/shm tmpfs nodev,nosuid,noexec 0 0
#/dev/cdroms/cdrom0 /mnt/cdrom auto noauto,user 0 0
/dev/fd0 /mnt/floppy auto noauto,user 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
/dev/sr0 /media/cdrecorder auto user,exec,noauto,managed 0 0
/dev/hdb /media/cdrom auto user,exec,noauto,managed 0 0
|
|
|
Back to top |
|
|
STiGMaTa_ch Veteran
Joined: 28 Dec 2004 Posts: 1686 Location: Rüti ZH / Schweiz
|
Posted: Sun Oct 02, 2005 11:15 am Post subject: |
|
|
So wie ich das sehe, versucht dein System /dev/sda1 auf /hannes zu mounten, aber das geht nicht weil /hannes nicht bereit ist.
Quote: | /dev/sda1 /hannes ext3 noatime,user 0 1 |
Gibt es bei dir überhaupt ein Verzeichnis /hannes? Wenn nein, anlegen.
Lieber Gruss
STiGMaTa |
|
Back to top |
|
|
mrsteven Veteran
Joined: 04 Jul 2003 Posts: 1939
|
Posted: Sun Oct 02, 2005 11:53 am Post subject: |
|
|
sda ist eine USB-Platte, oder? Dann fehlt die Option noauto in der fstab. Ansonsten: Benutzt du ivman oder einen anderen Automounter? Falls ja, schalte den mal ab. |
|
Back to top |
|
|
Newprogger Tux's lil' helper
Joined: 07 Aug 2005 Posts: 102
|
Posted: Wed Oct 12, 2005 12:44 pm Post subject: |
|
|
1) sda ist eine SCSI-Platte
2) bei mount /dev/sda1 /hannes
kommt Fehler:
allready mounted
bei umount /dev/sda1
kommt Fehler:
hannes is busy
3) ivman, hald und dbus deaktiviert, der Fehler ist behoben.
Jetzt habe ich noch die Frage, ob und wie ich den automounter doch laufen lassen kann.
bis hierher aber schon mal herzlichen Dank |
|
Back to top |
|
|
|