- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problems with long filenames when mounting cd-rom!
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
11-23-2001 01:36 AM
11-23-2001 01:36 AM
Problems with long filenames when mounting cd-rom!
i tried to read a cd-rom recently created on a windows pc containing files with long names (more than eight characters). I tried to mount my cd-rom on my hp-ux 10.20 system, but cannot read the long names, as they are shortened. I could overcome the problems of capital letters and semikola, but could not fix the problem with the correct representation of the filename. Even if copied on the disk the filenmae remains unchanged (i.e. test_r~3.gz). I tried either to mount it with the mount, as with the psd_mount command, but could not solve the problem. Does anyone have an idea?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2001 01:40 AM
11-23-2001 01:40 AM
Re: Problems with long filenames when mounting cd-rom!
See this thread: http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0xc1f9660142b2d5118ff10090279cd0f9,00.html
HTH

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2001 03:25 AM
11-23-2001 03:25 AM
Re: Problems with long filenames when mounting cd-rom!
Use pfs_mount. Do a man pfs_mount for details.
I guess the -t iso9660 will help you, not sure though. If not, then try another setting.
HTH,
Vince
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2001 05:20 AM
11-23-2001 05:20 AM
Re: Problems with long filenames when mounting cd-rom!
First unmount and eject the CD; To start afresh.
NExt insert it and try, mount /dev/dsk/
IF the filenames show up fine, you are done.
Otherwise, you would need to use PFS route.
For this: please check the document at:
http://us-support.external.hp.com/cki/bin/doc.pl/sid=2ca49fff164810546e/screen=ckiSearchResults?mode=id&searchString=RCFAXPFS001
PFS has been discusses at length here. Make sure you follow the instructions to the tee.
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2001 11:07 AM
11-23-2001 11:07 AM
Re: Problems with long filenames when mounting cd-rom!
Try to mount the cdrom with cdcase option. You can also try pfs_mount as suggested in the link above.
For cdcase option,
mount -F cdfs -o cdcase /dev/dev/cf_dev_file /mount_point
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2001 07:27 AM
11-24-2001 07:27 AM
Re: Problems with long filenames when mounting cd-rom!
you will have to use the PFS (Portable File System) with the "RRIP" (RockRidge extensions to ISO9660 Protocol) or "HSFS" (High Sierra File System).
On the forums most often you'll find this explained for "Installing Oracle8", as they use those formats on their CDs.
So have a look onto the PFS part there:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x5de1f9beca68d511abcd0090277a778c,00.html
HTH,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 05:57 AM
11-27-2001 05:57 AM
Re: Problems with long filenames when mounting cd-rom!
thanks for all comments. I tried everything, but unfortunately nothing worked.
with the rrip extension i get that failure notice:
pfs_mount: /dev/dsk/c0t0d0 on /cdrom: not rrip.
pfs_mount: giving up on /cdrom
and with the hsfs extension i get that one:
pfs_mountd.rpc: Can't open /dev/dsk/c0t0d0: I/O error
pfs_mount: /dev/dsk/c0t0d0 on /cdrom: open failed: I/O error
I really checked each possible option for the mount and pfs_mount command. I checked the cd on our Linux system and there i had no problem. So i will have to transfer the data via our network.
Neveretheless thank you for your help.
Gian Antonio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2002 11:30 AM
01-02-2002 11:30 AM
Re: Problems with long filenames when mounting cd-rom!
However - you can create (if you have control of this) the cdrom using iso9660, and enable the 30 character filename option. You will have to rename any files that have more than one dot '.' in the filename. This was my experience when creating a cdrom that is readable by both windows and hpux10.20. The cdrom was created on a windows nt4.0 box, using adaptec's easy cd creator.
Good Luck
Ken
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2002 10:17 AM
01-03-2002 10:17 AM
Re: Problems with long filenames when mounting cd-rom!
Start up the following daemons:
/usr/sbin/pfs_mountd
/usr/sbin/pfsd 4
Run:
pfs_mount -o xlat=unix /dev/dsk/c2t2d0 /cdrom
To unmount:
pfs_umount /dev/dsk/c2t2d0
Cheers,
Joseph.