:: Re: [DNG] I have a question about l…
Top Page
Delete this message
Reply to this message
Author: Didier Kryn
Date:  
To: Steve Litt
CC: dng
Subject: Re: [DNG] I have a question about libsystemd0 in devuan ascii,
Le 26/06/2017 à 23:57, Steve Litt a écrit :
> On Mon, 26 Jun 2017 12:25:40 +0200
> Didier Kryn <kryn@???> wrote:
>
>
>>       mdev is fine for a server. It is lacking a few features w/r udev:

>>
>>       1) It doesn't build /dev/disk/[by-id | by-label | by-partuuid |
>> by-path | by-uuid]

>>
>>           I tried to add this feature by the mean an mdev-called
>> script ~ a year ago in a Busybox OS, and succeeded easily with
>> by-label and by-uuid. I don't know the usage of the others anyway.
> Could you please post that shellscript and a couple sentences about how
> to install it?

>

     Please find it in attachment. The archive contains four files:


README
etc/init.d/mdev  -- The start/stop script for Sysvinit
etc/mdev.conf    -- The necessary configuration file for mdev
sbin/mdev-disk   -- An experimental script to manage /dev/disk/by-label
                  -- and /dev/disk/by-uuid


     I might restart experimenting with it some day...


     Didier