Re: [Freevo-users] Handling usb foreign drives

2009-02-23 Thread Benedikt Bär
On Fri, 2009-02-20 at 11:39 -0600, Evan Hisey wrote: I have solved this the following way: 1) Install the usbmount program 2) In /etc/udev/usbmount.rules (might vary on your distro), insert: -- snip -- # Rules for USBmount KERNEL==sd*, BUS==usb, ACTION==add,RUN

Re: [Freevo-users] Handling usb foreign drives

2009-02-23 Thread Dirk Meyer
Benedikt Bär wrote: So, he plugs it in and it shows up under 'external storage', and if he removes it, it disappears. Of course, I made sure the drive was mounted read-only, to insure nothing has to be synced. After all, freevo is for *viewing* the media, they don't even know linux is there

Re: [Freevo-users] Handling usb foreign drives

2009-02-20 Thread Benedikt Bär
On Thu, 2009-02-19 at 12:47 -0800, Shane W wrote: Hey all, Does anyone have a Freevo solution where I can connect an External hard drive, USB key whatever and Freevo would be able to navigate it. The automount stuff is easily enough done but the issue I run into is Freevo has the idea of

Re: [Freevo-users] Handling usb foreign drives

2009-02-20 Thread Evan Hisey
I have solved this the following way: 1) Install the usbmount program 2) In /etc/udev/usbmount.rules (might vary on your distro), insert: -- snip -- # Rules for USBmount KERNEL==sd*, BUS==usb, ACTION==add,RUN +=/usr/share/usbmount/usbmount add KERNEL==ub*, BUS==usb, ACTION==add,