Hi,
Apologies for the slow reply, was away for a few days
In article <[EMAIL PROTECTED]>,
Florian Kulzer<[EMAIL PROTECTED]> wrote:
> 1) Use "==" instead of "=" for the KERNEL test. "=" for tests has been
>depreciated for a while. (It was still supported long after that, but
>ma
On Mon, Apr 23, 2007 at 18:27:39 +, Andy Hawkins wrote:
> Hi,
>
> In article <[EMAIL PROTECTED]>, Florian Kulzer wrote:
> > I vaguely remember that I also had problems with the "?" wildcard when I
> > wanted to create a symlink to partition 1 of my USB harddrive. After
> > some trial and error
Hi,
In article <[EMAIL PROTECTED]>,
Florian Kulzer<[EMAIL PROTECTED]> wrote:
> I vaguely remember that I also had problems with the "?" wildcard when I
> wanted to create a symlink to partition 1 of my USB harddrive. After
> some trial and error I found this udev rule:
>
> # Lacie 120GB
On Mon, Apr 23, 2007 at 15:11:24 +, Andy Hawkins wrote:
[...]
> However, I think I've tracked down the problem. I really only wanted to
> create a link called 'zip' to (say) /dev/sda4 (as that's the partition on
> the zip disk that is actually used).
>
> However, it seems that if I include e
Hi,
In article <[EMAIL PROTECTED]>,
Mathias Brodala<[EMAIL PROTECTED]> wrote:
>> The udev manual says that trailing whitespace is ignored.
>
> Not fully:
>
>>ATTRS{filename}
>>[=E2=80=A6] Trailing whitespace in the attribute values is
>>ignored, if the sp
Hi Andy.
Andy Hawkins, 23.04.2007 13:50:
> In article <[EMAIL PROTECTED]>,
>Mathias Brodala<[EMAIL PROTECTED]> wrote:
>> How do you expect your rule to match these properties?
>>
>> You say:
>>
>>> SUBSYSTEMS=3D=3D"scsi"
>> But it is 'SUBSYSTEM=3D=3D"block"' instead.
>
> The bit that
Hi,
In article <[EMAIL PROTECTED]>,
Mathias Brodala<[EMAIL PROTECTED]> wrote:
> How do you expect your rule to match these properties?
>
> You say:
>
>> SUBSYSTEMS=3D=3D"scsi"
>
> But it is 'SUBSYSTEM=3D=3D"block"' instead.
The bit that contains the 'ZIP 100' is the 'scsi' subsystem, n
Hi Andy.
Andy Hawkins, 23.04.2007 11:20:
> Yesterday I upgraded my system to etch, and now my udev rules aren't working
> any more. I've had a read of the man pages and have changed one of them (for
> my parallel ZIP drive) to read:
>
> SUBSYSTEMS=="scsi", ATTR{model}=="ZIP 100", KERNEL=="sd?4",
Hi all,
Yesterday I upgraded my system to etch, and now my udev rules aren't working
any more. I've had a read of the man pages and have changed one of them (for
my parallel ZIP drive) to read:
SUBSYSTEMS=="scsi", ATTR{model}=="ZIP 100", KERNEL=="sd?4", NAME=="%k",
SYMLINK+="zip"
(I've
9 matches
Mail list logo