View previous topic :: View next topic |
Author |
Message |
rado3105 Apprentice

Joined: 14 Jul 2007 Posts: 293
|
Posted: Sun May 15, 2011 12:59 pm Post subject: Connected usb drive doesnt automount in fluxbox |
|
|
When I connect usb drive it doesnt automount, it only shows in dmesg that /dev/sda is connected, but nothing happens. Is anything needed to be installed?
I used genkernel. |
|
Back to top |
|
 |
rado3105 Apprentice

Joined: 14 Jul 2007 Posts: 293
|
Posted: Sun May 15, 2011 9:54 pm Post subject: |
|
|
I installed hal, dbus. I started /etc/init.d/hald. Then I installed thunar with thunar-volman. Nothing helped.
Thunar volman after connecting usb shows this:
Code: | gento-rc-desktop r-c # thunar
thunar-volman: Unsupported USB device type.
thunar-volman: Unsupported USB device type.
thunar-volman: Unknown block device type.
thunar-volman: Unsupported USB device type.
thunar-volman: Unsupported USB device type.
thunar-volman: Unknown block device type. |
dmesg:
Code: | scsi 12:0:0:0: Direct-Access Nokia N900 031 PQ: 0 ANSI: 2
sd 12:0:0:0: Attached scsi generic sg0 type 0
sd 12:0:0:0: [sda] Attached SCSI removable disk
sd 12:0:0:0: [sda] 56631296 512-byte logical blocks: (28.9 GB/27.0 GiB)
sd 12:0:0:0: [sda] Assuming drive cache: write through
sd 12:0:0:0: [sda] Assuming drive cache: write through
sda:
usb 2-6: new high speed USB device using ehci_hcd and address 7
scsi13 : usb-storage 2-6:1.0
scsi 13:0:0:0: Direct-Access ST910021 A PQ: 0 ANSI: 2 CCS
sd 13:0:0:0: Attached scsi generic sg1 type 0
sd 13:0:0:0: [sdb] 195371568 512-byte logical blocks: (100 GB/93.1 GiB)
sd 13:0:0:0: [sdb] Write Protect is off
sd 13:0:0:0: [sdb] Mode Sense: 00 38 00 00
sd 13:0:0:0: [sdb] Assuming drive cache: write through
sd 13:0:0:0: [sdb] Assuming drive cache: write through
sdb: sdb1 sdb2 < sdb5 > sdb3
sd 13:0:0:0: [sdb] Assuming drive cache: write through
sd 13:0:0:0: [sdb] Attached SCSI disk |
On those disks are filesystems; ntfs, ext3, ext4, fat.
This shows me when I try to mount manually ext4 partition:
Code: | gento-rc-desktop r-c # mount /dev/sdb1 /media/multimedia
mount: unknown filesystem type 'ext4' |
NTFS partition I can manually mount but only in read mode.
Despite those partition is mounted, it doesnt shows in thunar or pcmanfm. |
|
Back to top |
|
 |
VoidMage Watchman


Joined: 14 Oct 2006 Posts: 6196
|
Posted: Sun May 15, 2011 11:01 pm Post subject: |
|
|
hal stopped being useful for xfce since 4.8 went stable a few months ago. |
|
Back to top |
|
 |
rado3105 Apprentice

Joined: 14 Jul 2007 Posts: 293
|
Posted: Mon May 16, 2011 10:59 am Post subject: |
|
|
So what to do?
How to automount usb.
Ivman and gnome-volume-manager cant be find by portage. |
|
Back to top |
|
 |
rado3105 Apprentice

Joined: 14 Jul 2007 Posts: 293
|
Posted: Mon May 16, 2011 11:20 am Post subject: |
|
|
There are a lot of options: udev, hotplug, coldplug...
dont know what to use, what is old, .... |
|
Back to top |
|
 |
VoidMage Watchman


Joined: 14 Oct 2006 Posts: 6196
|
Posted: Mon May 16, 2011 1:36 pm Post subject: |
|
|
Both ivman and gnome-volume-manager has been dropped - gnome-volume-manager due to being obsoleted by another Gnome component.
The sticky "Tips, and tricks for ConsoleKit/PolicyKit/udev, without hal" is the one you should read. |
|
Back to top |
|
 |
Gabriel_Blake Guru

Joined: 16 Sep 2007 Posts: 362
|
Posted: Mon May 16, 2011 1:47 pm Post subject: |
|
|
I don't know if this info will help you, but for me auto-mounting in xfce didn't work without CONFIG_AUDITSYSCALL=y in the kernel config. It was a problem with consolekit/policykit. |
|
Back to top |
|
 |
|