Hallo,
irgendwie sehe ich den Wald vor lauter Bäumen nicht...;-)
(an /dev/sde1 hängt ein USB-Stick der Probleme macht... wollte ihn gerade dismounten um ihn zu formatieren)
Auszug aus messages ... Jan 30 23:06:41 quad kernel: File system has been set read-only Jan 30 23:06:41 quad kernel: invalid access to FAT (entry 0x08013801) Jan 30 23:06:41 quad kernel: FAT: Filesystem panic (dev sde1) ...
Ok, USB will nicht mehr.
Sollte nicht "umount -f" genügen um /dev/sde1 zu deaktivieren?
(Evtl. Zeilenumbrüche) [root@quad /]# mo /dev/sda2 on / type ext3 (rw) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) devpts on /dev/pts type devpts (rw,gid=5,mode=620) /dev/sda5 on /home type ext3 (rw) /dev/sda1 on /boot type ext3 (rw) tmpfs on /dev/shm type tmpfs (rw) /dev/sdb1 on /HD80 type ext4 (rw,noexec,nodev) /dev/sdc1 on /HD160 type ext4 (rw,noexec,nodev) none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw) /dev/sdd1 on /media/USB-Platte type ext3 (rw,noexec,nosuid,nodev) /dev/sde1 on /media/INTENSO type vfat (rw,noexec,nosuid,nodev,shortname=winnt,uid=500)
[root@quad /]# pwd / [root@quad /]# umount /dev/sde1 umount: /media/INTENSO: Das Gerät wird momentan noch benutzt umount: /media/INTENSO: Das Gerät wird momentan noch benutzt
Benutzt ???
[root@quad /]# umount /dev/sdd1 [root@quad /]#
[root@quad /]# mo /dev/sda2 on / type ext3 (rw) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) devpts on /dev/pts type devpts (rw,gid=5,mode=620) /dev/sda5 on /home type ext3 (rw) /dev/sda1 on /boot type ext3 (rw) tmpfs on /dev/shm type tmpfs (rw) /dev/sdb1 on /HD80 type ext4 (rw,noexec,nodev) /dev/sdc1 on /HD160 type ext4 (rw,noexec,nodev) none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw) /dev/sde1 on /media/INTENSO type vfat (rw,noexec,nosuid,nodev,shortname=winnt,uid=500)
[root@quad etc]# uname -a Linux quad.schule.local 2.6.18-194.32.1.el5PAE #1 SMP Wed Jan 5 18:43:13 EST 2011 i686 i686 i386 GNU/Linux [root@quad etc]#
[root@quad etc]# lsusb Bus 005 Device 001: ID 0000:0000 Bus 005 Device 002: ID 046d:08d7 Logitech, Inc. QuickCam Communicate STX Bus 001 Device 001: ID 0000:0000 Bus 001 Device 004: ID 174c:5106 ASMedia Technology Inc. Bus 006 Device 001: ID 0000:0000 Bus 002 Device 002: ID 1307:0165 Transcend Information, Inc. 2GB/4GB Flash Drive Bus 002 Device 001: ID 0000:0000 Bus 003 Device 001: ID 0000:0000 Bus 004 Device 003: ID 046a:0011 Cherry GmbH G83 (RS 6000) Keyboard Bus 004 Device 001: ID 0000:0000 Bus 004 Device 002: ID 046d:c00e Logitech, Inc. M-BJ58/M-BJ69 Optical Wheel Mouse Bus 007 Device 001: ID 0000:0000 Bus 008 Device 001: ID 0000:0000
Wie kann ich ein einzelnes USB-Device deaktivieren. Neustart des PC behebt das Problem, ist aber nicht die Frage.
Vielen Dank und eine schöne Woche Wolfgang
Am 30.01.2011 23:41, schrieb Wolfgang:
Hallo,
irgendwie sehe ich den Wald vor lauter Bäumen nicht...;-)
(an /dev/sde1 hängt ein USB-Stick der Probleme macht... wollte ihn gerade dismounten um ihn zu formatieren)
Auszug aus messages ... Jan 30 23:06:41 quad kernel: File system has been set read-only Jan 30 23:06:41 quad kernel: invalid access to FAT (entry 0x08013801) Jan 30 23:06:41 quad kernel: FAT: Filesystem panic (dev sde1) ...
Ok, USB will nicht mehr.
Ja, fsck angeraten.
Sollte nicht "umount -f" genügen um /dev/sde1 zu deaktivieren?
Das geht nicht immer. Lazy umount versuchen: "umount -l /dev/sde1"
(Evtl. Zeilenumbrüche) [root@quad /]# mo /dev/sda2 on / type ext3 (rw) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) devpts on /dev/pts type devpts (rw,gid=5,mode=620) /dev/sda5 on /home type ext3 (rw) /dev/sda1 on /boot type ext3 (rw) tmpfs on /dev/shm type tmpfs (rw) /dev/sdb1 on /HD80 type ext4 (rw,noexec,nodev) /dev/sdc1 on /HD160 type ext4 (rw,noexec,nodev) none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw) /dev/sdd1 on /media/USB-Platte type ext3 (rw,noexec,nosuid,nodev) /dev/sde1 on /media/INTENSO type vfat (rw,noexec,nosuid,nodev,shortname=winnt,uid=500)
[root@quad /]# pwd / [root@quad /]# umount /dev/sde1 umount: /media/INTENSO: Das Gerät wird momentan noch benutzt umount: /media/INTENSO: Das Gerät wird momentan noch benutzt
Benutzt ???
Mit lsof oder fuser geschaut, welche Prozesse da noch Zugriff begehren?
[ ... ]
Vielen Dank und eine schöne Woche Wolfgang
Alexander