- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP UX CD ROM mounting
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
Discussions
Discussions
Discussions
Forums
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
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-22-2006 02:41 PM
тАО11-22-2006 02:41 PM
HP UX CD ROM mounting
I had a problem mounting the CD ROM in HP UX 11.11 system.
When I used the command,
mount -o rr
all the filenames are in UPPERCASE;1 and 8.3 format.
When I used the command,
mount -F cdfs -o cdcase
all the filenames are in lowercase and 8.3 format. This was the case even when I used the command
pfs_mount -o xlat=unix
How do I overcome this problem to view the unix filenames of the files present in the CD ROM?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-22-2006 03:26 PM
тАО11-22-2006 03:26 PM
Re: HP UX CD ROM mounting
ISO 9660 file system was designed to
accomodate VMS, among other operating
systems, and on VMS, upper-case names with
version numbers (like ";1") are normal. Many
UNIX (and UNIX-like) operating systems will
alter the original ISO 9660 file names to
make them look more natural to a UNIX user,
but those names you don't like are the actual
file names on the CD-ROM.
Extensions to the original ISO 9660 standard
exist, such as the Rock Ridge one, which
allows longer (and more UNIX-like) file
names, but these may or may not exist on any
particular CD-ROM. (Also, Microsoft,
naturally, has its own extended file name
scheme, and HP-UX may not deal with that
one.)
What, exactly, is the CD-ROM you're trying to
use, and are you sure that there are extended
file names of some sort on the thing?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-22-2006 11:17 PM
тАО11-22-2006 11:17 PM
Re: HP UX CD ROM mounting
When I try to mount the CD in the HP UX system, I get these uppercase filenames. So, when I copy them in the HP UX system, the filenames are modified and I could not run my application.
Is there any specific way in which the CD should be written which will help retain the longer (and mixed case) filenames?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-23-2006 12:09 AM
тАО11-23-2006 12:09 AM
Re: HP UX CD ROM mounting
(version unknown) to add the Rock Ridge name
data to the CD, but I'd expect it to be able
to do that. (Certainly, mkisofs can do it.)
If you can't learn how to make your Nero
version do that (for whatever reason), you
could try a different approach.
It might be less convenient, but you could
use a Zip program on Windows to create a Zip
archive of the files (which should preserve
their original names), then put that Zip
archive onto a CD-ROM (with some simple
name), and then UnZip the archive on the
HP-UX system (which should use the original
file names).
A quick Google search for
nero "rock ridge"
found a reference to Nero version 5.5 doing
Rock Ridge, so it may not be impossible to do
it the easy way.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-23-2006 01:47 AM
тАО11-23-2006 01:47 AM
Re: HP UX CD ROM mounting
-orr will mount RockRidge extension CDs (also known as ECMA 168 or POSIX standards) just fine once you install the 3 patches (reboot required):
PHCO_25841 PHKL_26269 PHKL_34153
No patches are necessary for 11.23. NOTE: Do NOT use Joliet for recording CDs on your PC. Unfortunately, most CD authoring software hides the actual format behind a 'user-friendly' interface. Joliet is PC-only and not portable (HP-UX will not read these CDs except in ISO 9660 format). The man page: mount_cdfs will show the CD mount options.
CDs are very unique filesystems as the names (directories and files) can exist is several formats at the same time.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-23-2006 01:53 AM
тАО11-23-2006 01:53 AM
Re: HP UX CD ROM mounting
you have to search an option in Nero for 'ISO 9660'. DON'T use 'Joliet'.
see also my thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=70917
Check also Caesar's answer there:
'I burn my disks with nero there i seelect
mode2 and 31chars for files on hp i use
mount -o cdcase ....
and i see the chars OK.'
HTH
Volkmar