My Tape Drive is Malfunctioning: Difference between revisions

From wiki.zmanda.com
Jump to navigation Jump to search
(copied from Troubleshooting, edited, reformatted)
 
(reformat, use header template)
 
Line 1: Line 1:
{{Troubleshooting Category|Tape Drives}}
{{Troubleshooting Header}}
{{Troubleshooting Problem}}
=Problem=
 
Your tape drive is in an unknown state
Your tape drive is in an unknown state
{{Troubleshooting Solution}}
=Solution=
You can use a low level command to check the status of your tape drive, substituting the device name of your drive.  On FreeBSD:
You can use a low level command to check the status of your tape drive, substituting the device name of your drive.  On FreeBSD:
     mt -f /dev/rsa0 status
     mt -f /dev/rsa0 status
Similarly, on Linux:
Similarly, on Linux:
     mt -f /dev/nst0 status
     mt -f /dev/nst0 status

Latest revision as of 23:19, 22 May 2007

This article is a part of the Troubleshooting collection.

Problem

Your tape drive is in an unknown state

Solution

You can use a low level command to check the status of your tape drive, substituting the device name of your drive. On FreeBSD:

   mt -f /dev/rsa0 status

Similarly, on Linux:

   mt -f /dev/nst0 status