Solaris : Tape device names and control the tape drive

Before backing up data on a device, you must understand the tape device-naming schema:

First tape device name: /dev/rmt/0
Second tape device name: /dev/rmt/1

rmt = raw magnetic tape device

You can also add special character letter to specify density using following format
/dev/rmt/ZX

Where

  • Z is tape drive number such as 0,1..n
  • X can be any one of following (as supported by your device, read the manual of your tape device & controller to see if all of them supported or not):
  • l - Low density
  • m - Medium density
  • h - High density
  • u - Ultra density
  • c - Compressed density
  • n - No rewinding

For example to specify the first, drive with high-density with no rewinding use device /dev/rmt/0hn.
(Check out all of our posts on Solaris)

Want to read Linux tips and tricks, but don't have time to check our blog everyday? Subscribe to our daily email newsletter to make sure you don't miss a single tip/tricks. Subscribe to our weekly newsletter here!

{ 2 comments… read them below or add one }

1 boni 01.19.07 at 9:42 am

hi
thanks a lo for your document. but i need a command to clean tape drive on solaris 9.
best regards

2 sotonye 12.16.08 at 8:57 am

I am a newbie trying to learn solaris 10 and i want to know the name of the file that points to my tape drive. How do I do it?

I will really appreciate if someone out there helps and fast.

Thanks,

Soty

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Previous post: Linux > Command line BitTorrent client

Next post: Solaris : Controlling tape device/drive using mt command