Operating System - HP-UX
1832592 Members
2817 Online
110043 Solutions
New Discussion

Where can I find the meaning of the device files in /dev/rmt

 
SOLVED
Go to solution
David Heard
Occasional Advisor

Where can I find the meaning of the device files in /dev/rmt

Where can I find the meaning of the device files in /dev/rmt

0?
0m?
0mnb?
5 REPLIES 5
Steve Steel
Honored Contributor

Re: Where can I find the meaning of the device files in /dev/rmt

Hi

Use lssf /dev/rmt/* or use sam to look at the tape device and you have an option to see the device files.


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Pete Randall
Outstanding Contributor
Solution

Re: Where can I find the meaning of the device files in /dev/rmt

The device files work like this:

0m is an AT&T style device
0mb is a Berkely style device
0mn is an AT&T - no rewind device
0mnb is a Berkely - no rewind device

Generally, you'll only be using the AT&T device files: 0m and 0mn


Pete

Pete
Robert-Jan Goossens
Honored Contributor

Re: Where can I find the meaning of the device files in /dev/rmt

Hi David,

http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062972467

What do the different tape device names mean? DocId: HPUXKBRC00000279

HTH,
Robert-Jan
Pete Randall
Outstanding Contributor

Re: Where can I find the meaning of the device files in /dev/rmt

David,

You can also get this information by going into SAM > Peripheral Devices > Tape Drives, then selecting a drive and looking at Actions > Show Device Files.


Pete

Pete
Jean-Louis Phelix
Honored Contributor

Re: Where can I find the meaning of the device files in /dev/rmt

Hi,

The very detailed explanation is in man 7 mt (don't forgot the 7)

Regards.
It works for me (© Bill McNAMARA ...)