My usb 5 flash drives are seen by notifier and I can copy from them, but I cannot write to them, can anyone help me, what am I missing?? The message I get when trying to unmount is "Hal.Device.Volume.NotMountedbyHal: Device to ummount is not in /media/.hal.mtab so it is not mounted by hal" Thanks
Announcement
Collapse
No announcement yet.
usb flash drives not mounted by hal (solved by a complete reinstall of lucid)
Collapse
This topic is closed.
X
X
-
Re: usb flash drives not mounted by hal (still not working)
"usb 5" ? Explain, please? Do you mean you have 5 USB flash drives, or...
How are they formatted - what FS?Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Re: usb flash drives not mounted by hal (still not working)
I have 5 different flash drives that I use, and they all worked before I upgraded to Lucid and I use only one at a time for copying files, and all of them will not mount for writing to and cannot be unmounted even though I can copy from them, but I cannot delete or write to any of them, there is an error someplace, tried everything I can think of but got no where, I am not a programmer just a user
- Top
- Bottom
Comment
-
Re: usb flash drives not mounted by hal (still not working)
Okay. Again, how are the flash drives formatted - ext2, ext3, ext4, fat, fvat, ntfs, reiserfs, ??Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Re: usb flash drives not mounted by hal (still not working)
Usb stick mount/unmount at here
mount
1) Physically connecting the usb device.
The device can be found by the list usb command:
Code:lsusb
Bus 001 Device 002: ID 0781:5406 SanDisk Corp. Cruzer Micro 1/2/4GB Flash Drive
Code:dmesg
[ 297.592015] usb 1-2: new high speed USB device using ehci_hcd and address 2
[ 297.725094] usb 1-2: configuration #1 chosen from 1 choice
[ 297.808628] Initializing USB Mass Storage driver...
...
[ 302.851305] sde: sde1
[ 302.861306] sd 4:0:0:0: [sde] Assuming drive cache: write through
[ 302.861315] sd 4:0:0:0: [sde] Attached SCSI removable disk
2) Mounting the media by clicking the "Open with File Manager"
The device is mounted to the /media/disk and the file manager is opening.
The rights/permissions at here:
Code:ls -l /media
drwxr-xr-x 2 rog131 root 32768 1970-01-01 02:00 disk
Code:ls -l /media/disk
-rwxr-xr-x 1 rog131 root 7746 2010-03-04 12:44 DBus.txt
-rwxr-xr-x 1 rog131 root 1963 2009-12-31 20:34 Error.txt
-rwxr-xr-x 1 rog131 root 365958 2010-01-17 17:32 mplayer.doc
unmount
1) Closing the file manager
2) unmounting the usb devise from the device notifier
[img width=400 height=218]http://img541.imageshack.us/img541/4919/out.png[/img]
3) Physically removing the usb device
The dmedg will show this:
Code:dmesg
[ 1162.872550] usb 1-2: USB disconnect, address 2
How are you mounting and unmounting the device ?
What feedback do you get ?Before you edit, BACKUP !
Why there are dead links ?
1. Thread: Please explain how to access old kubuntu forum posts
2. Thread: Lost Information
- Top
- Bottom
Comment
-
Re: usb flash drives not mounted by hal (still not working)
This what I got on dmesg
[19036.904037] usb 2-5: new high speed USB device using ehci_hcd and address 3
[19037.374713] usb 2-5: configuration #1 chosen from 1 choice
[19037.375001] scsi7 : SCSI emulation for USB Mass Storage devices
[19037.375100] usb-storage: device found at 3
[19037.375101] usb-storage: waiting for device to settle before scanning
[19042.373023] usb-storage: device scan complete
[19042.373757] scsi 7:0:0:0: Direct-Access USB 2.0 USB Flash Drive 0.00 PQ: 0 ANSI: 2
- Top
- Bottom
Comment
Comment