[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Udev and storage devices



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"
> 
> BUS="scsi", SYSFS{model}="USB Flash Memory", KERNEL="sd*",
> NAME="usbkey%n", SYMLINK="%k", OWNER="user", GROUP="mygroup"

I'm nitpicking a bit but I'd switch the NAME and SYMLINK params around
for both entries.



Reply to: