Sep 10, 2003 #1 antzzz Programmer Mar 9, 2001 85 AE What's the difference between /dev/rStp0 and /dev/nStp0? I have /dev/rStp0 now but how do I create /dev/nStp0? Thanks.
What's the difference between /dev/rStp0 and /dev/nStp0? I have /dev/rStp0 now but how do I create /dev/nStp0? Thanks.
Sep 10, 2003 #2 PHV MIS Nov 8, 2002 53,708 FR When you create a SCSI tape drive with mkdev tape you should normally have 3 entries in /dev: Code: /dev/rStp0 normal device Code: /dev/nrStp0 no rewind on close device Code: /dev/xStp0 control device for the tape command For more details, do a Code: man HW tape Hope This Help PH. Upvote 0 Downvote
When you create a SCSI tape drive with mkdev tape you should normally have 3 entries in /dev: Code: /dev/rStp0 normal device Code: /dev/nrStp0 no rewind on close device Code: /dev/xStp0 control device for the tape command For more details, do a Code: man HW tape Hope This Help PH.