i'm running fedora 11 and having trouble getting a usb hard drive to mount automatically when i attach it. i have two usb hard drives, both attached though a usb hub. when i plug them in and turn them on, one of the drives gets mounted to media/label_of_the_drive and gets an icon on the desktop and in computer:/// right next to my filesystem, while the other one gets nothing.
i can mount it fine manually, but it would be nice to have it happen automatically. how can i configure what drives get mounted automatically and where to? it would be nice to have it mounted in /mnt with my other mounts instead of /media.
i'm new to this and have done some searching here and on google, but so far nothing.
thanks in advance!
edit:
also, i ran tail -f /var/log/messages right after plugging in the drives, and it spat out this:
Sep 2 11:28:34 localhost kernel: usb 1-2.4: new high speed USB device using ehci_hcd and address 5
Sep 2 11:28:34 localhost kernel: usb 1-2.4: New USB device found, idVendor=040d, idProduct=6204
Sep 2 11:28:34 localhost kernel: usb 1-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 2 11:28:34 localhost kernel: usb 1-2.4: Product: USB 2.0 IDE Bridge
Sep 2 11:28:34 localhost kernel: usb 1-2.4: Manufacturer: VIA Technologies Inc.
Sep 2 11:28:34 localhost kernel: usb 1-2.4: SerialNumber: 000000000001
Sep 2 11:28:34 localhost kernel: usb 1-2.4: configuration #1 chosen from 1 choice
Sep 2 11:28:34 localhost kernel: scsi3 : SCSI emulation for USB Mass Storage devices
Sep 2 11:28:41 localhost kernel: scsi 3:0:0:0: Direct-Access IC35L120 AVV207-0 V24O PQ: 0 ANSI: 2
Sep 2 11:28:44 localhost kernel: usb 1-2.3: reset high speed USB device using ehci_hcd and address 4
Sep 2 11:28:49 localhost kernel: scsi 2:0:0:0: Direct-Access HDS72505 0KLAT80 K2AO PQ: 0 ANSI: 2
Sep 2 11:28:49 localhost kernel: sd 2:0:0:0: [sdb] 976773168 512-byte hardware sectors: (500 GB/465 GiB)
Sep 2 11:28:49 localhost kernel: sd 2:0:0:0: [sdb] Write Protect is off
Sep 2 11:28:49 localhost kernel: sd 2:0:0:0: [sdb] Assuming drive cache: write through
Sep 2 11:28:49 localhost kernel: sd 2:0:0:0: [sdb] 976773168 512-byte hardware sectors: (500 GB/465 GiB)
Sep 2 11:28:49 localhost kernel: sd 2:0:0:0: [sdb] Write Protect is off
Sep 2 11:28:49 localhost kernel: sd 2:0:0:0: [sdb] Assuming drive cache: write through
Sep 2 11:28:49 localhost kernel: sdb: sdb1
Sep 2 11:28:49 localhost kernel: sd 2:0:0:0: [sdb] Attached SCSI disk
Sep 2 11:28:49 localhost kernel: sd 2:0:0:0: Attached scsi generic sg2 type 0
Sep 2 11:28:49 localhost kernel: sd 3:0:0:0: [sdc] 241254720 512-byte hardware sectors: (123 GB/115 GiB)
Sep 2 11:28:49 localhost kernel: sd 3:0:0:0: [sdc] Write Protect is off
Sep 2 11:28:49 localhost kernel: sd 3:0:0:0: [sdc] Assuming drive cache: write through
Sep 2 11:28:49 localhost kernel: sd 3:0:0:0: [sdc] 241254720 512-byte hardware sectors: (123 GB/115 GiB)
Sep 2 11:28:49 localhost kernel: sd 3:0:0:0: [sdc] Write Protect is off
Sep 2 11:28:49 localhost kernel: sd 3:0:0:0: [sdc] Assuming drive cache: write through
Sep 2 11:28:49 localhost kernel: sdc: sdc1
Sep 2 11:28:49 localhost kernel: sd 3:0:0:0: [sdc] Attached SCSI disk
Sep 2 11:28:49 localhost kernel: sd 3:0:0:0: Attached scsi generic sg3 type 0
Sep 2 11:28:51 localhost ntfs-3g[7854]: Version 2009.4.4 integrated FUSE 27
Sep 2 11:28:51 localhost ntfs-3g[7854]: Mounted /dev/sdc1 (Read-Write, label "Portable Hard Drive", NTFS 3.1)
Sep 2 11:28:51 localhost ntfs-3g[7854]: Cmdline options: rw,nosuid,nodev,uhelper=devkit,uid=500,gid=500,dma sk=0077
Sep 2 11:28:51 localhost ntfs-3g[7854]: Mount options: rw,nosuid,nodev,uhelper=devkit,silent,allow_other, nonempty,default_permissions,relatime,fsname=/dev/sdc1,blkdev,blksize=4096
i can see it detecting and mounting the drive on the bottom, but why isn't it doing it for the other?