- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Incorrect file extensions listed after proper ...
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
05-03-2001 07:23 AM
05-03-2001 07:23 AM
Incorrect file extensions listed after proper CDROM mounting
The files appear as {filename}.tar files, while they SHOULD appear as {filename}.tar.Z files. Even after physically renaming the files with the appropriate extension, the installation process was halted due to archive recognition problems. How can we convince the OS to properly see these files? Is this a mounting problem, or does it extend further?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2001 07:33 AM
05-03-2001 07:33 AM
Re: Incorrect file extensions listed after proper CDROM mounting
1) Are the files in fact compressed? Copy one file to /tmp, rename it as file.tar.Z and then try to uncompress it. Does it work? If so the file was compressed and not named right, if not, it isn't compressed.
2) Try doing a 'tar -tvf /cdrom/file.tar' and see if that is successful. If it is, then the files aren't commpressed, if it fails, then they probably are compressed just named incorrectly.
Based on these results you can go back to the vendor and see what they have to say.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2001 07:33 AM
05-03-2001 07:33 AM
Re: Incorrect file extensions listed after proper CDROM mounting
try this
/usr/sbin/pfsd &
/usr/sbin/pfs_mountd &
pfs_mount -x lower_case -x no_version /dev/dsk/cXtYdZ /SD_CDROM
to get the lower case and no version extensions.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2001 07:36 AM
05-03-2001 07:36 AM
Re: Incorrect file extensions listed after proper CDROM mounting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2001 08:58 AM
05-03-2001 08:58 AM
Re: Incorrect file extensions listed after proper CDROM mounting
I think Patrick & Boley are right. I can't imagine any mount option to remove a .Z-extension.
Best indications of a bad CD mount are:
- all filenames in capitals
- filename ending in ";1"
- unreadble CD ;)
regards,
Thierry.