I can mount it manually, but I have noticed something that might help
(I'm not sure, as I'm not a developper, I don't understand all those
messages but maybe...).

I was curiose to see what was in that hal.log file, so I searched the
line corresponding to my key and I saw this part :


15:59:46.993 [D] hald_dbus.c:2528: 
udi=/org/freedesktop/Hal/devices/storage_serial_04_01_09_U_storage_24438A3FFE066C08
15:59:46.993 [I] hald_dbus.c:2554: AddonIsReady on udi 
'/org/freedesktop/Hal/devices/storage_serial_04_01_09_U_storage_24438A3FFE066C08'
[9129]: 15:59:46.996 [D] addon-storage.c:312: 
**************************************************
[9129]: 15:59:46.996 [D] addon-storage.c:313: Doing addon-storage for /dev/sdc 
(bus usb) (drive_type disk) (udi 
/org/freedesktop/Hal/devices/storage_serial_04_01_09_U_storage_24438A3FFE066C08)
[9129]: 15:59:46.996 [D] addon-storage.c:314: 
**************************************************
15:59:46.996 [W] hald_dbus.c:89: No property storage.disable_volume_handling on 
device with id /org/freedesktop/Hal/devices/computer
15:59:47.021 [I] osspec.c:226: SEQNUM=2663, ACTION=add, SUBSYSTEM=block, 
DEVPATH=/sys/block/sdc/sdc1, DEVNAME=/dev/sdc1, IFINDEX=0
15:59:47.021 [E] util.c:170: Cannot open '/sys/block/sdc/sdc1/range'
15:59:47.021 [I] osspec.c:737: hal_util_find_known_parent: 
'/sys/block/sdc/sdc1'->'/sys/block/sdc'


So, even if I don't understand many things in those messages, I know that my 
key is usually detected as (on dapper and edgy) "storage_serial_04_01_09_U".
As I saw this "DEVPATH=/sys/block/sdc/sdc1, DEVNAME=/dev/sdc1, IFINDEX=0", I 
though that I had to write this in a terminal to mount it :

sudo mount -t vfat -o rw,users /dev/sdc1 /home/vince/Desktop/az/

Then I had some error messages (french) :

mount: type erroné de système de fichiers, option erronée, super bloc erroné 
sur /dev/sdc1,
       codepage manquante ou autre erreur
       (tentez-vous de monter une partition étendue,
       au lieu d'une partition logique à l'intérieur?)
       Dans quelques cas certaines informations sont utiles dans syslog - 
essayez
       dmesg | tail  ou quelque chose du genre


So I did dmesg | tail in a terminal and it answered :

~$ dmesg | tail
[19449.005620] sdc: assuming drive cache: write through
[19449.017569] SCSI device sdc: 512000 512-byte hdwr sectors (262 MB)
[19449.020556] sdc: Write Protect is off
[19449.020560] sdc: Mode Sense: 03 00 00 00
[19449.020563] sdc: assuming drive cache: write through
[19449.020571]  sdc: sdc1 < sdc5 >
[19449.032711] sd 6:0:0:0: Attached scsi removable disk sdc
[19449.032780] sd 6:0:0:0: Attached scsi generic sg2 type 0
[19513.917456] FAT: bogus number of reserved sectors
[19513.917467] VFS: Can't find a valid FAT filesystem on dev sdc1.


Finally, I though (and was right) that the correct command was :


sudo mount -t vfat -o rw,users /dev/sdc5 /home/vince/Desktop/az/


So maybe hal detects the wrong device (/dev/sdc1) instead of the correct one 
(/dev/sdc5)

Hope that helps. I don't know if my way of thinking was logical.

-- 
usb key is not mounted automaticaly (feisty)
https://bugs.launchpad.net/bugs/86292
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to