Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Difference between /dev/rStp0 and /dev/nStp0?

Status
Not open for further replies.

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.
 
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top