Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Changes in the way USB devices are mounted
Date: Tue, 22 Jul 2008 18:06:54
Message-Id: 200807221903.43363.michaelkintzios@gmail.com
1 Hi All,
2
3 I suspect that something changed recently on the way that USB devices are
4 mounted. I noticed that mounting a USB flash drive has stopped working as
5 follows:
6 ==================================
7 $ dmesg
8 [snip...]
9
10 usb 2-1: new full speed USB device using uhci_hcd and address 2
11 usb 2-1: configuration #1 chosen from 1 choice
12 scsi0 : SCSI emulation for USB Mass Storage devices
13 usb 2-1: New USB device found, idVendor=1516, idProduct=8628
14 usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
15 usb 2-1: Product: Gizmo! overdrive1492632974
16 usb 2-1: Manufacturer: Crucial
17 usb 2-1: SerialNumber: 1492632974
18 usb-storage: device found at 2
19 usb-storage: waiting for device to settle before scanning
20 scsi 0:0:0:0: Direct-Access Crucial Gizmo! overdrive 1.00 PQ: 0 ANSI: 2
21 sd 0:0:0:0: [sda] 1997312 512-byte hardware sectors (1023 MB)
22 sd 0:0:0:0: [sda] Write Protect is off
23 sd 0:0:0:0: [sda] Mode Sense: 03 00 00 00
24 sd 0:0:0:0: [sda] Assuming drive cache: write through
25 sd 0:0:0:0: [sda] 1997312 512-byte hardware sectors (1023 MB)
26 sd 0:0:0:0: [sda] Write Protect is off
27 sd 0:0:0:0: [sda] Mode Sense: 03 00 00 00
28 sd 0:0:0:0: [sda] Assuming drive cache: write through
29 sda: unknown partition table
30 sd 0:0:0:0: [sda] Attached SCSI removable disk
31 sd 0:0:0:0: Attached scsi generic sg0 type 0
32 usb-storage: device scan complete
33
34 $ pmount /dev/sda
35 Error: device /dev/sda is not removable
36 ==================================
37
38 However, clicking on the device in Konqueror under media:/ mounts it happily
39 under /media/disk. Previously it would mount it under /media/sda and the
40 pmount command would not error out as shown above.
41 ==================================
42 $ mount
43 [snip...]
44 /dev/sda on /media/disk type vfat
45 (rw,nosuid,nodev,noatime,flush,uid=1000,utf8,shortname=lower)
46 ==================================
47
48 I also noticed that "shortname=lower" is set as the default, which is annoying
49 because the file/folder names are forced to display in lower case.
50
51 I am using dbus and hald with a Fluxbox WM so the default KDE behaviour with
52 the automounting pop up dialog does not work here (unless I have launched the
53 full KDE DE).
54
55 Any ideas what has caused these changes? Are they reversible/configurable?
56 --
57 Regards,
58 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
[gentoo-user] Re: Changes in the way USB devices are mounted Nikos Chantziaras <realnc@×××××.de>
Re: [gentoo-user] Changes in the way USB devices are mounted "Sebastian Günther" <samson@××××××××××××××××.de>
Re: [gentoo-user] Changes in the way USB devices are mounted Robert Cernansky <hslists2@××××××.sk>