> 
> [root@bononcini guillaume]# /etc/init.d/rawdevices start
> Affectation des p�riph�riques
>            /dev/raw/raw1  -->   /dev/hdc
> Cannot open master raw device '/dev/rawctl' (No such file or
directory)
> fini
> 

No wonder, there is no support for devfs in raw.c

Adding it is pretty trivial actually; just create /dev/rawctl in
raw_init (optionally registering chardev) and create /dev/raw/raw* in
raw_ioctl for RAW_SETBIND case.

BTW it looks like it is not possible to remove binding? Is it correct?

-andrej

Reply via email to