- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Error writing to scsi tape drive.
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2005 08:58 AM
07-07-2005 08:58 AM
Error writing to scsi tape drive.
tar: Error is not recoverable: exiting now
./staging/
./staging/jitsicpdc
tar: /dev/st0: Wrote only 0 of 10240 bytes
tar: Error is not recoverable: exiting now
My tape drive is detected: (/proc/scsi/scsi)
Attached devices:
Host: scsi1 Channel: 00 Id: 03 Lun: 00
Vendor: HP Model: Ultrium 2-SCSI Rev: F48D
Type: Sequential-Access ANSI SCSI revision: 03
and the modules are loaded (lsmod)
Module Size
loop 8496
vmnixmod 201952
bcm5700 79428
st 25940
so it is being loaded... same message.
tar: /dev/st0: Wrote only 0 of 10240 bytes
tar: Error is not recoverable: exiting now
Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2005 11:58 AM
07-07-2005 11:58 AM
Re: Error writing to scsi tape drive.
Does it do this with every tape? Is the cleaning light on the tape drive?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2005 12:28 PM
07-07-2005 12:28 PM
Re: Error writing to scsi tape drive.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2005 12:38 PM
07-07-2005 12:38 PM
Re: Error writing to scsi tape drive.
Install it then.
'mt' is the 'Magnetic Tape' control program, and it's very hard to do much with a tape device without it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2005 01:18 PM
07-07-2005 01:18 PM
Re: Error writing to scsi tape drive.
If not, do you know where I can download this file?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2005 03:40 PM
07-07-2005 03:40 PM
Re: Error writing to scsi tape drive.
And no, not really.
Any errors you get (such as 'Error is not recoerable') are pretty vague. You can try dumping to the tape using 'cpio' or 'dd', but you'll get equally as vague error messages, and you can't see what settings the tape drive it's self is using.
If you're using RH (any flavour), you should also have access to 'up2date', which can install 'mt' for you (up2date -i mt), or you can log into the RHN and find the package appropriate for your distribution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2005 07:04 PM
07-07-2005 07:04 PM
Re: Error writing to scsi tape drive.
"mkdir /mnt/tape/;mount /dev/st0 /mnt/tape/"
should do the trick in my opinion.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2005 11:22 PM
07-07-2005 11:22 PM
Re: Error writing to scsi tape drive.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2005 11:25 PM
07-07-2005 11:25 PM
Re: Error writing to scsi tape drive.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2005 11:57 PM
07-07-2005 11:57 PM
Re: Error writing to scsi tape drive.
mt is a very important and handy tool for handling the tape drive.
just a basic question, have you tried using another tape cassette. the problem could just be that the cassette is full.
also if you have any other linux system where mt is installed, try connecting this tape devic e to that (only if it is external) and try accessing it using mt.
Hope this helps,
Gopi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2005 09:34 AM
07-10-2005 09:34 AM
Re: Error writing to scsi tape drive.
Make sure that you are using a certified tape cartridge.
Try specifying differents block sizes, check the hardware manual for recommended values.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2005 09:43 AM
07-10-2005 09:43 AM
Re: Error writing to scsi tape drive.
tar c -b 32 -f /dev/st0 "Files"