[mythtv-users] Issue with automountig USB mass storage...

Ma Begaj derliebegott at gmail.com
Sun Apr 1 11:12:37 UTC 2007


I don't use r5e50 but automounting is done by udev and/or hal daemon.
autmounting HDD is not working probably because of this line:

PEN:
sd 1:0:0:0: Attached scsi removable disk sdb

HDD:
sd 2:0:0:0: Attached scsi disk sdb

as you can see, HDD is for r5e50 not removable.


you might create an udev rule to automount every "sdb1" device.

example:

KERNEL=="sdb1", ACTION=="add", RUN+="/sbin/mount -t ext2 /dev/sdb2
/your/mount/point"

if you just want do a rule to automount your HDD, get the serial_id
and add it to the above rule.

M.


More information about the mythtv-users mailing list