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)
🐧 Get the latest tutorials on Linux, Open Source & DevOps via RSS feed or Weekly email newsletter.
🐧 2 comments so far... add one ↓
🐧 2 comments so far... add one ↓
Category | List of Unix and Linux commands |
---|---|
File Management | cat |
Firewall | Alpine Awall • CentOS 8 • OpenSUSE • RHEL 8 • Ubuntu 16.04 • Ubuntu 18.04 • Ubuntu 20.04 |
Network Utilities | dig • host • ip • nmap |
OpenVPN | CentOS 7 • CentOS 8 • Debian 10 • Debian 8/9 • Ubuntu 18.04 • Ubuntu 20.04 |
Package Manager | apk • apt |
Processes Management | bg • chroot • cron • disown • fg • jobs • killall • kill • pidof • pstree • pwdx • time |
Searching | grep • whereis • which |
User Information | groups • id • lastcomm • last • lid/libuser-lid • logname • members • users • whoami • who • w |
WireGuard VPN | Alpine • CentOS 8 • Debian 10 • Firewall • Ubuntu 20.04 |
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
hi
thanks a lo for your document. but i need a command to clean tape drive on solaris 9.
best regards