- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cdrom truncating file names after patch files inst...
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
01-05-2006 04:35 AM
01-05-2006 04:35 AM
Cdrom truncating file names after patch files installed
I have the following patch files installed:
PHCO_25841
PHKL_26269
PHKL_28025
Working on HP9000 box.
I've read all the posts in this forum about cdrom truncation, but I'm still having the problem. Do not want to use the pfs commands because they are dangerous.
The file names are ok if you look at the cd on a windows box.
files on windows files on hp
----------------- -------------
BDMA bdma
DBLD dbld
Documantation 9.40 documant
ICONNECT iconnect
JDBC jdbc
README.HTML readme.htm
SERVER server
ids_install ids_inst
images images
I've tried:
mount -F cdfs -o cdcase /dev/dsk/c3t2d0 /cdrom
Is there a mount command I can use to see the full file name on the cdrom?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2006 05:42 AM
01-05-2006 05:42 AM
Re: Cdrom truncating file names after patch files installed
Please try yo mount the cdrom using the rr (rockridge) option.
# umount /cdrom
# mount -F cdfs -o rr /dev/dsk/c3t2d0 /cdrom
Best regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2006 05:46 AM
01-05-2006 05:46 AM
Re: Cdrom truncating file names after patch files installed
# /usr/sbin/mount -F cdfs -e -o ro,rr /dev/dskcXtYdZ
BTW, there are newer versions of these patches available.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2006 06:48 AM
01-05-2006 06:48 AM
Re: Cdrom truncating file names after patch files installed
Tried the -o rr option, and still no luck.
James,
Tried the -e -o ro,rr option, and still no luck.
Have opened a case number with HP.
They think it is the way the cd was created.
I'll let you know.
Thank you for the reply!
Monte.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2006 07:59 AM
01-05-2006 07:59 AM
Re: Cdrom truncating file names after patch files installed
You may also try to pfs mount the CDROM .Please refer the below link.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=222752
thx,
bl.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2006 08:41 AM
01-05-2006 08:41 AM
Re: Cdrom truncating file names after patch files installed
Do not want to try the pfs commands because they are too dangerous.
Thanks for the reply though.
Monte.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2006 03:08 PM
01-05-2006 03:08 PM
Re: Cdrom truncating file names after patch files installed
Also, if you created this on a PC, there MANY different CDROM formats such as ISO-9660, RockRidge (or ECMA 168), Joliet, and so on. Some PC CD writing software is awful in describing the format choices, in many cases vagurly describing the possible usage of the CD but not the actual format. Do NOT use Joliet format for anything except PC-to-PC stuff. ISO 9660 is the all UPPERCASE.XXX;1 format, the original CDROM standard (and still recorded on every CDROM. RockRidge defines MiXeDcAsE and long filenames, the most interchangeable format.
Bill Hassell, sysadmin