LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   USB drives don't automount (https://www.linuxquestions.org/questions/linux-hardware-18/usb-drives-dont-automount-528590/)

Ashrack 02-13-2007 04:03 AM

USB drives don't automount
 
When I stick the a USB THUMB drive in it doesn't get automounted but I must manually mount it.
This is the log from
Code:

tail -f /var/log/messages/
Code:

Feb 12 14:47:58 tomi kernel: usb 3-3: new full speed USB device using ohci_hcd and address 3
Feb 12 14:47:59 tomi kernel: usb 3-3: configuration #1 chosen from 1 choice
Feb 12 14:47:59 tomi kernel: scsi0 : SCSI emulation for USB Mass Storage devices
Feb 12 14:48:04 tomi kernel: scsi 0:0:0:0: Direct-Access    Sony Eri Memory Stick    0000 PQ: 0 ANSI: 0
Feb 12 14:48:04 tomi kernel: SCSI device sda: 960512 512-byte hdwr sectors (492 MB)
Feb 12 14:48:04 tomi kernel: sda: Write Protect is off
Feb 12 14:48:04 tomi kernel: SCSI device sda: 960512 512-byte hdwr sectors (492 MB)
Feb 12 14:48:04 tomi kernel: sda: Write Protect is off
Feb 12 14:48:04 tomi kernel:  sda: sda1
Feb 12 14:48:04 tomi kernel: sd 0:0:0:0: Attached scsi removable disk sda
Feb 12 14:52:29 tomi kernel: usb 3-3: USB disconnect, address 3

I attach the KDE error:
http://shrani.si/files/usbmounttbs3.jpg

ps. I can still mount it manually

shl 02-13-2007 08:48 AM

/etc/fstab ?
 
Hi,

how does your /etc/fstab look like ? At least in Debian based distros this can be important for the "auto mount" of usb disks ...

for instance if /etc/fstab contains the line:

/dev/sdb1 /usb1 vfat rw,user,noauto 0 0

this will not auto mount.

cheers, shl.

Ashrack 02-13-2007 01:22 PM

in fstab theres no mention of USB whatsoever.
This is what fixed the problem:
http://ubuntuforums.org/showpost.php...53&postcount=7


All times are GMT -5. The time now is 03:03 PM.