Re: Udev and storage devices

2006-01-02 Thread Jacob S
On Sat, 31 Dec 2005 17:55:16 + "L.V.Gandhi" <[EMAIL PROTECTED]> wrote: > On 12/31/05, Jacob S <[EMAIL PROTECTED]> wrote: > > > > > I would agree with you, except I found autofs wouldn't work with > > symlinks. It wanted to be pointed at the real device. So I put the > > name and symlink param

Re: Udev and storage devices

2005-12-31 Thread L.V.Gandhi
On 12/31/05, Jacob S <[EMAIL PROTECTED]> wrote: > > I would agree with you, except I found autofs wouldn't work with > symlinks. It wanted to be pointed at the real device. So I put the name > and symlink params to their current values. > > I also would have avoided autofs, except that I couldn't

Re: Udev and storage devices

2005-12-31 Thread Nate Bargmann
* Jacob S <[EMAIL PROTECTED]> [2005 Dec 31 09:46 -0600]: > On Sat, 31 Dec 2005 10:26:28 -0500 > Colin <[EMAIL PROTECTED]> wrote: > > > Jacob S wrote: > > > It took a lot of experimentation and playing around, but I finally > > > got a working combination. My /etc/udev/rules.d/010_local.rules > > >

Re: Udev and storage devices

2005-12-31 Thread Jacob S
On Sat, 31 Dec 2005 10:26:28 -0500 Colin <[EMAIL PROTECTED]> wrote: > Jacob S wrote: > > It took a lot of experimentation and playing around, but I finally > > got a working combination. My /etc/udev/rules.d/010_local.rules > > file now looks like this: > > > > BUS="scsi", SYSFS{vendor}="OLYMPUS

Re: Udev and storage devices

2005-12-31 Thread Colin
Jacob S wrote: > It took a lot of experimentation and playing around, but I finally got > a working combination. My /etc/udev/rules.d/010_local.rules file now > looks like this: > > BUS="scsi", SYSFS{vendor}="OLYMPUS ", KERNEL="sd*", NAME="camera%n", > SYMLINK="%k", OWNER="user", GROUP="mygroup" >

Re: Udev and storage devices

2005-12-30 Thread Jacob S
On Wed, 28 Dec 2005 19:52:39 + "L.V.Gandhi" <[EMAIL PROTECTED]> wrote: > On 12/28/05, Jacob S <[EMAIL PROTECTED]> wrote: > > Howdy list, > > > > I just installed udev on a Debian Sarge box. Everything's working > > great, but now I'm trying to write some rules for a digital camera > > and a us

Re: Udev and storage devices

2005-12-28 Thread L.V.Gandhi
On 12/28/05, Jacob S <[EMAIL PROTECTED]> wrote: > Howdy list, > > I just installed udev on a Debian Sarge box. Everything's working > great, but now I'm trying to write some rules for a digital camera and > a usb memory stick. I created a file named 010_local.rules > in /etc/udev/rules.d that conta

Re: Udev and storage devices

2005-12-28 Thread Brendan
On Wednesday 28 December 2005 11:45, Jacob S wrote: > Howdy list, > > I just installed udev on a Debian Sarge box. Everything's working > great, but now I'm trying to write some rules for a digital camera and > a usb memory stick. I created a file named 010_local.rules > in /etc/udev/rules.d that c