- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cdrom mount ??
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
06-02-2005 10:01 AM
06-02-2005 10:01 AM
-r-xr-xr-x 1 -1 -1 17194091 May 6 13:43 hp20rts.taz
Then when the client tries to un tar the file he is getting errors due to the -1 group and owner.
Any ideas as to what I'm doing wrong ??
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 10:06 AM
06-02-2005 10:06 AM
SolutionThen it attempts to untar the file in a read only(ro) filesystem.
Thats never going to work.
Also note that the file is named .taz, not .tar
So it may not be a tar file, or the file was renamed prior to burning the cd.
tar xvf /cdrom/hp20rts.taz
Try it as the user.
Then try it as root.
Make sure the current directory is not /cdrom
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 07:35 PM
06-02-2005 07:35 PM
Re: cdrom mount ??
Since the file is readabe / Executable by all it will not give any errors in extracting. Just try it in some other directory. Go to the destination directory and do
#tar xvf /cdrom/hp20rts.taz
The user through which you are trying should have a right permission in directory where you are extracting the file.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 08:01 PM
06-02-2005 08:01 PM
Re: cdrom mount ??
could it be that this file was create on a Linux machine using -z with tar (for compression?)
Run file on it
file /cdrom/hp20rts.taz
and decide what it is, or what to try to read the contents.
e.g.
does # tar tvf /cdrom/hp20rts.taz
work?
does # gzcat /cdrom/hp20rts.taz | tar tvf -
work?
HTH
Regards,
Bernhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 08:08 PM
06-02-2005 08:08 PM
Re: cdrom mount ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 08:09 PM
06-02-2005 08:09 PM
Re: cdrom mount ??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2005 07:45 AM
06-03-2005 07:45 AM