Re: [Server-devel] Need help: mounting usb devices on headless machines

2008-08-11 Thread Rahul Sundaram
Martin Langhoff wrote: > On Thu, Aug 7, 2008 at 6:52 PM, James Cameron <[EMAIL PROTECTED]> wrote: >> Don't know about Fedoristas, but on Debian and derivatives this is what >> I do for a backup disk that is identified by UUID and then backed up to >> ... all when plugged in ... beep ... wait for rs

Re: [Server-devel] Need help: mounting usb devices on headless machines

2008-08-11 Thread Rahul Sundaram
Martin Langhoff wrote: > On Thu, Aug 7, 2008 at 9:19 PM, Martin Langhoff > <[EMAIL PROTECTED]> wrote: > >> FWIW, I've imported the history into git, made some minor changes and >> it installs and works on F7. >> >> git >> git://dev.laptop.org/users/martin/usbmount.git >> >> gitweb >> http://de

Re: [Server-devel] Need help: mounting usb devices on headless machines

2008-08-10 Thread James Cameron
On Mon, Aug 11, 2008 at 12:49:06PM +1200, Martin Langhoff wrote: > Well, it *seems* that I cannot get a bell to sound on any of the > systems I can get my hands on today. [...] Systems that route the PC speaker into the mixer will also need alsamixer settings changed accordingly. -- James Camero

Re: [Server-devel] Need help: mounting usb devices on headless machines

2008-08-10 Thread Martin Langhoff
On Mon, Aug 11, 2008 at 1:19 PM, Rahul Sundaram <[EMAIL PROTECTED]> wrote: > Some earlier versions of Fedora including Fedora 7 had it disabled in the > kernel level because of the number of complaints and bug reports we got. I > am not sure there is a easy way to enable that again in those kernels

Re: [Server-devel] Need help: mounting usb devices on headless machines

2008-08-10 Thread Martin Langhoff
On Thu, Aug 7, 2008 at 6:52 PM, James Cameron <[EMAIL PROTECTED]> wrote: > Don't know about Fedoristas, but on Debian and derivatives this is what > I do for a backup disk that is identified by UUID and then backed up to > ... all when plugged in ... beep ... wait for rsync ... beep beep ... > pull

Re: [Server-devel] Need help: mounting usb devices on headless machines

2008-08-07 Thread Martin Langhoff
On Thu, Aug 7, 2008 at 9:19 PM, Martin Langhoff <[EMAIL PROTECTED]> wrote: > FWIW, I've imported the history into git, made some minor changes and > it installs and works on F7. > > git > git://dev.laptop.org/users/martin/usbmount.git > > gitweb > http://dev.laptop.org/git?p=users/martin/usbmount

Re: [Server-devel] Need help: mounting usb devices on headless machines

2008-08-07 Thread David Van Assche
The LTSP version of Fedora does automounting of drives (usb, floppy, cd)... maybe take a look at the code used to implement it... David On Thu, Aug 7, 2008 at 3:04 PM, Martin Langhoff <[EMAIL PROTECTED]> wrote: > On Thu, Aug 7, 2008 at 6:37 PM, Martin Langhoff > <[EMAIL PROTECTED]> wrote: >> Opti

Re: [Server-devel] Need help: mounting usb devices on headless machines

2008-08-06 Thread James Cameron
Don't know about Fedoristas, but on Debian and derivatives this is what I do for a backup disk that is identified by UUID and then backed up to ... all when plugged in ... beep ... wait for rsync ... beep beep ... pull it out. /etc/udev/rules.d/010_local.rules: # backup drive "a" 2008-05-02 # (ac

[Server-devel] Need help: mounting usb devices on headless machines

2008-08-06 Thread Martin Langhoff
Fedoristas in the crowd, I am trying to find a tool that allows me to - automount usb devices when they are plugged in (via udev/hal) - would be nice to support removable devices - trigger an associated script on mount - all on a headless server! There is no udev/hal automounter that works o