Comment 7 for bug 478487

Revision history for this message
Eyvind Ljungquist (el-ucs) wrote :

Hi, I'm also running on 9.10 server edition.
Has anyone gotten usbmount to work here?

I had the same problem when running with 0.0.17. I then upgraded to 0.0.19 from debian repos.
After the upgrade, I still don't have working usbmount, but the error message has dissappeared from the syslog.
I'm running usbmount in verbose mode, so it should be populating syslog like version 0.0.17 did.
I can see usb devices are being detected and attached by the kernel (See log excerpt from syslog below), but nothing from usbmount. Usbmount config also included below.

cannnot execute /lib/udev/vol_id

Syslog exceprt:
 usb 1-5: new high speed USB device using ehci_hcd and address 7
 usb 1-5: configuration #1 chosen from 1 choice
 scsi8 : SCSI emulation for USB Mass Storage devices
 usb-storage: device found at 7
 usb-storage: waiting for device to settle before scanning
 usb-storage: device scan complete
 scsi 8:0:0:0: Direct-Access WDC WD50 00AAKS-65YGA0 PQ: 0 ANSI: 2
 sd 8:0:0:0: Attached scsi generic sg4 type 0
 sd 8:0:0:0: [sdc] 976773168 512-byte logical blocks: (500 GB/465 GiB)
 sd 8:0:0:0: [sdc] Write Protect is offd 8:0:0:0: [sdc] Mode Sense: 38 00 00 00
 sd 8:0:0:0: [sdc] Assuming drive cache: write through
 sd 8:0:0:0: [sdc] Assuming drive cache: write through
 sdc: sdc1
 sd 8:0:0:0: [sdc] Assuming drive cache: write through
 sd 8:0:0:0: [sdc] Attached SCSI disk

USBMount Config as provided in .deb package(comments removed, verbose changed to yes):
 ENABLED=1
 FILESYSTEMS="vfat ext2 ext3 ext4 hfsplus"
 MOUNTOPTIONS="sync,noexec,nodev,noatime,nodiratime"
 FS_MOUNTOPTIONS=""
 VERBOSE=yes

Best,
Eyvind