- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Tar 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
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
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
тАО11-07-2003 04:35 AM
тАО11-07-2003 04:35 AM
I am rying to create a tape with tar, but i have that error
# tar -cvf /dev/st0 /tmp
tar: /dev/st0: Cannot open: Read-only file system
Can u help me?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-07-2003 04:43 AM
тАО11-07-2003 04:43 AM
Re: Tar error
to find out if you tape is alright you could enter the command
#mt -f /dev/st0 status
J-P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-07-2003 04:46 AM
тАО11-07-2003 04:46 AM
Re: Tar error
mt command not found.. i h ve redhat linux 7.2
thans
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-07-2003 04:53 AM
тАО11-07-2003 04:53 AM
SolutionYou should be able to see your tape by typing the following command
#cdrecord -scanbus
and also check the device protection they should be as follow
crw-rw---- 1 root disk 9, 0 Jan 30 2003 /dev/st0
please also check that you dont have the write notch (ring) set on so that the tape is mounted in read only !
never mind if you do not hane mt
J-P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-07-2003 04:53 AM
тАО11-07-2003 04:53 AM
Re: Tar error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-07-2003 05:03 AM
тАО11-07-2003 05:03 AM
Re: Tar error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-07-2003 05:18 AM
тАО11-07-2003 05:18 AM
Re: Tar error
the following command should return you some output
#dmesg | grep -i "st0"
also tell use what
# ls -l /dev/st0
return to your screen
It is funny Because Mark is right the message if this is a write ring problem would be different.
I am asking the above because I do not realy understand where the problem is
J-P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-25-2004 10:13 PM
тАО12-25-2004 10:13 PM
Re: Tar error
HTH,
Gopu Bhaskar.