- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- mt -f error TAPE ERROR
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
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
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
тАО10-06-2008 03:51 AM
тАО10-06-2008 03:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-06-2008 03:58 AM
тАО10-06-2008 03:58 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-08-2008 08:39 AM
тАО10-08-2008 08:39 AM
Re: mt -f error TAPE ERROR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-08-2008 11:12 PM
тАО10-08-2008 11:12 PM
Re: mt -f error TAPE ERROR
mt -f /dev/nst0 status
And to set it, something like:
mt -f /dev/nst0 setblk 0
block sizxe 0 means tape will choose block size itself
or
mt -f /dev/nst0 setblk 512
setting blocksize 512 is OK with tar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-11-2008 07:21 PM
тАО10-11-2008 07:21 PM
Re: mt -f error TAPE ERROR
i tried all options all showing errors
mt -f /dev/st0 setblk 512
/dev/st0: Input/output error
fsf,bsf nothing working ,but i can see the entry in /proc/scsi/usb-storage/*
Please help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-12-2008 07:31 AM
тАО10-12-2008 07:31 AM
Re: mt -f error TAPE ERROR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-13-2008 04:34 PM
тАО10-13-2008 04:34 PM
Re: mt -f error TAPE ERROR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-13-2008 06:37 PM
тАО10-13-2008 06:37 PM
Re: mt -f error TAPE ERROR
usb 6-5: USB disconnect, address 2
usb 6-6: new high speed USB device using address 3
usb 6-6: device not accepting address 3, error -71
usb 6-6: new high speed USB device using address 4
usb 6-6: device descriptor read/8, error -71
usb 6-6: new high speed USB device using address 5
usb 6-6: unable to read config index 0 descriptor/all
usb 6-6: can't read configurations, error -71
ehci_hcd 0000:00:1d.7: qh f6e85080 (#0) state 1
usb 6-6: new high speed USB device using address 6
usb 6-6: unable to read config index 0 descriptor/all
usb 6-6: can't read configurations, error -71
ehci_hcd 0000:00:1d.7: qh f6e85100 (#0) state 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-14-2008 12:38 PM
тАО10-14-2008 12:38 PM
Re: mt -f error TAPE ERROR
You should try to identify where is the problem:
- Install an USB pen drive into the server and verify if this works. If this works, then the problem is not your USB connector.
- Install the USB tape in another server to see if this works. If this works, then the tape is not having problems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-14-2008 12:40 PM
тАО10-14-2008 12:40 PM
Re: mt -f error TAPE ERROR
>
Hi,The "solution" is to disable usb 2 and run it trough usb 1 with this command:
modprobe -r ehci-hcd
The solution was found in this forum there: http://www.fedoraforum.org/forum/showthread.php?t=165250&page=1&pp=15
Thanks everyone who helped me with this