14.03.2002 06:35:29 "Post, Mark K" �������(�):
I red RedBook, but, at least, in my case, it doesn't work.
May be they try to use tapes only with DEVFS?
>#mknod /dev/rtibm0 c 254 0 (first rewinding character device)
>#mknod /dev/ntibm0 c 254 0 (first non-rewinding character device)
>#mknod /dev/btibm0 b 254 0 (first block device)
>#mknod /dev/rtibm1 c 254 1 (second rewinding character device)
>#mknod /dev/ntibm1 c 254 1 (second non-rewinding character device)
>#mknod /dev/btibm1 b 254 1 (second block device)
>
>How that corresponds to Sergey's success using ntibm1, I don't know. But,
>it may be worth a try.