- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem in mounting CDs with long filename
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-21-2005 04:27 AM
11-21-2005 04:27 AM
Problem in mounting CDs with long filename
I am trying to mount a cd which shows the proper filename when mounted on a linux machine.But when tried on a HP-UX 11.11 box the filenames are limited to 8 character with a 3 character extension.
I have Installed the 3 Rock Ridge patches(PHCO_25841,PHKL_26269 and PHKL_32035 ) and tried to mount it with different options.
When tried with -o cdcase it gave small case letters but again in 8.3 format.When tried with -o rr it gave all BLOCK letters with a ";1" at the end.I have tried the pfs_mount option also.
Can you help me to expand the filenames to their longest form ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2005 04:33 AM
11-21-2005 04:33 AM
Re: Problem in mounting CDs with long filename
Had this question earlier today:
/usr/sbin/mount -F cdfs -e -o ro,rr /dev/dsk/c3t2d0 /cdrom
that works for me.
replace c3t2d0 with the actual device name of cd-rom from:
ioscan -fnC disk
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
11-21-2005 04:44 AM
11-21-2005 04:44 AM
Re: Problem in mounting CDs with long filename
That didnt help.When tried with those options it is giving the file with ";1" at the end.
root:> ls /cdrom/*
FPRANGES.ZIP;1 FPRANG~2.ZIP;1 FPRANG~4.ZIP;1 FPRANG~6.ZIP;1 WFRANGES.ZIP;1
FPRANG~1.ZIP;1 FPRANG~3.ZIP;1 FPRANG~5.ZIP;1 README.TXT;1 WFRANG~1.ZIP;1
Regards
SIju Jose
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2005 07:55 PM
11-21-2005 07:55 PM
Re: Problem in mounting CDs with long filename
why you don't use both options?
This works for me:
/sbin/mount -F cdfs -o rr,ro,cdcase /dev/dsk/c0t0d0 /cdrom
... with your right 'c0t0d0' ...
Of course, the CD may not be burned with Joliet format.
I don't know if Linux can read this, HP-UX cannot.
HTH
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2005 08:00 PM
11-21-2005 08:00 PM
Re: Problem in mounting CDs with long filename
fstyp -v /dev/rdsk/cxtxdx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2005 08:08 PM
11-21-2005 08:08 PM
Re: Problem in mounting CDs with long filename
When tried with Volkmar`s option also,I am getting the filenames in lowercase but again in 8.3 format.May the reason is that it was was not burnt with Joliet format
fstyp shows the following
[root]:/:> fstyp -v /dev/rdsk/c1t2d0
cdfs
f_bsize: 2048
f_frsize: 2048
f_blocks: 61955
f_bfree: 0
f_bavail: 0
f_files: 18446744073709551615
f_ffree: 0
f_favail: 0
f_fsid: 3154190336
f_basetype: cdfs
f_namemax: 37
f_magic: 0
f_featurebits: 0
f_flag: 0
f_fsindex: 2
f_size: 61955
Regards
Siju Jose
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2005 08:15 PM
11-21-2005 08:15 PM
Re: Problem in mounting CDs with long filename
Does it mount correctly??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2005 08:18 PM
11-21-2005 08:18 PM
Re: Problem in mounting CDs with long filename
Regards
Siju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2005 08:23 PM
11-21-2005 08:23 PM
Re: Problem in mounting CDs with long filename
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2005 08:25 PM
11-21-2005 08:25 PM
Re: Problem in mounting CDs with long filename
Regards
Siju Jose
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2005 08:26 PM
11-21-2005 08:26 PM
Re: Problem in mounting CDs with long filename
how is the CD created?
Is it Joliet format or is it not?
It should be ISO 9660.
And in your burning software there should be an option for longer file names.
V.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2005 08:50 PM
11-21-2005 08:50 PM
Re: Problem in mounting CDs with long filename
# /usr/sbin/pfs_mountd &
[3] 1969
# /usr/sbin/pfsd &
[4] 1970
Edit or create the file
/etc/pfs_fstab
/dev/dsk/c0t4d0 /ISO_CDROM pfs-iso9660 xlat=unix 0 0
/dev/dsk/c0t4d0 /ISO_RR_CDROM pfs-rrip xlat=unix 0 0
and then pfs_mount /ISO_CDROM or /ISO_RR_CDROM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2005 08:54 PM
11-21-2005 08:54 PM
Re: Problem in mounting CDs with long filename
I have already tried that but there was no difference.
Regards
Siju Jose
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2005 08:56 PM
11-21-2005 08:56 PM
Re: Problem in mounting CDs with long filename
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2005 09:00 PM
11-21-2005 09:00 PM
Re: Problem in mounting CDs with long filename
Yes ,I can see the full names on windows and I can see the same on linux too.
Regards
Siju Jose
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2005 09:03 PM
11-21-2005 09:03 PM
Re: Problem in mounting CDs with long filename
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2005 09:20 PM
11-21-2005 09:20 PM
Re: Problem in mounting CDs with long filename
can't you mount it with Linux, export the cd-directory for hp-ux and mount the Linux dir in hp-ux?
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2005 09:26 PM
11-21-2005 09:26 PM
Re: Problem in mounting CDs with long filename
If mounted from a linux machine it gives the full file name
Siju Jose
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2005 09:41 PM
11-21-2005 09:41 PM
Re: Problem in mounting CDs with long filename
Why don't you mount the linux directory to hp-ux to copy the files?
I think you have no other chance, I've read older threads, if RockRidge or pfs_mount doesn't work, then you'll have a 'wrong' format for hp-ux.
Another possibility is to make a new cd (with the 'right' format) or a tar or something like that, so you can read it in hp-ux.
V.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2005 09:48 PM
11-21-2005 09:48 PM
Re: Problem in mounting CDs with long filename
Thanks for all who responded.I understand we may have to go the vendor to correct the settings at this end.Thanks a lot for all your valued advices.Much appreciated.
Regards
Siju Jose