Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Device not ready
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
Newprogger
Tux's lil' helper
Tux's lil' helper


Joined: 07 Aug 2005
Posts: 102

PostPosted: Fri Sep 30, 2005 6:22 pm    Post subject: Device not ready Reply with quote

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
View user's profile Send private message
smg
Veteran
Veteran


Joined: 13 Aug 2004
Posts: 1402
Location: /home/stephan

PostPosted: Fri Sep 30, 2005 8:41 pm    Post subject: Reply with quote

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
View user's profile Send private message
Newprogger
Tux's lil' helper
Tux's lil' helper


Joined: 07 Aug 2005
Posts: 102

PostPosted: Sun Oct 02, 2005 9:03 am    Post subject: Reply with quote

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
View user's profile Send private message
STiGMaTa_ch
Veteran
Veteran


Joined: 28 Dec 2004
Posts: 1686
Location: Rüti ZH / Schweiz

PostPosted: Sun Oct 02, 2005 11:15 am    Post subject: Reply with quote

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
View user's profile Send private message
mrsteven
Veteran
Veteran


Joined: 04 Jul 2003
Posts: 1939

PostPosted: Sun Oct 02, 2005 11:53 am    Post subject: Reply with quote

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
View user's profile Send private message
Newprogger
Tux's lil' helper
Tux's lil' helper


Joined: 07 Aug 2005
Posts: 102

PostPosted: Wed Oct 12, 2005 12:44 pm    Post subject: Reply with quote

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
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