- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- mounting iso9660 CD-ROM on HP-UX11
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-21-2005 01:13 AM
тАО11-21-2005 01:13 AM
am facing a strange problem in mounting iso9660 CD-ROM on HP-UX11 machine. my CDROM consists of directories in CAPITAL LETTERS with long filenames ex. "INSTALLER;1"
but, while reading the mounted CDROM, still the file names and directories appear in the same way.
My requirement is read them as INSTALLER.
even, i have tried with -o cdcase options,
syntax:
/dev/dsk/c2t1d0 /cdrom pfs-iso9660 xlat=unix 0 0
/dev/dsk/c2t1d0 /cdrom pfs-iso9660 ro,suid 0 0
and also with mount -r -o cdcase /dev/dsk/c6t1d0 /cdrom.
Its not working at my end.
could u help me in this issues???
regards,
rajesh
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-21-2005 01:26 AM
тАО11-21-2005 01:26 AM
Re: mounting iso9660 CD-ROM on HP-UX11
mount -F cdfs -o rr /dev/dsk/c1t2d0 /cdrom
That might help.
Maybe this:
mount -o ro /dev/dsk/c0t0d0 /cdrom
I have a script somewhere
/usr/sbin/mount -F cdfs -e -o ro,rr /dev/dsk/c3t2d0 /cdrom
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 01:26 AM
тАО11-21-2005 01:26 AM
Re: mounting iso9660 CD-ROM on HP-UX11
mount -F cdfs -o cdcase /dev/dsk/device_file_name /mount_point
-wayne
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-21-2005 01:33 AM
тАО11-21-2005 01:33 AM
SolutionIt can be an Oracle CD-ROM, or a CD created on Windows, or whereever they used Rock Ridge extensions. Long names are truncated or show upper case only. Oracle tells you to use pfs_mount.
Do not use pfs_mount!. Install the Rock-Ridge extension patches instead and never worry about these problems. For HP-UX 11.00 you will need forget all about PFS and install PHKL_26448 (now superceded by PHKL_28060), PHCO_26449, and PHKL_26450 to have HP-UX recognize those file systems automatically on mount! For HP-UX 11.11 (11i) you need PHCO_25841, PHKL_26269, and PHKL_25760 (now superceded by PHKL_28025).
Installation of patches requires a reboot.
swinstall -x autoreboot=true -x autoselect_patches=TRUE -x patch_match_target=TRUE -x patch_filter=*
.* -s /var/software/hp/rockridge @`hostname`
To mount a Rockridge CD (instead of using pfs_mount):
mount -F cdfs -o ro,rr,noauto /dev/cdrom /cdrom
To unmount:
umount /cdrom
To share out the cd over NFS:
exportfs -i -o ro,anon=0 /cdrom
On remote:
mount -F nfs sha1:/cdrom /zmnt
Note: client server does NOT need to have Rock Ridge patches installed to access the cdrom remotely.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-21-2005 01:33 AM
тАО11-21-2005 01:33 AM
Re: mounting iso9660 CD-ROM on HP-UX11
/dev/dsk/c6t1d0
As the device path to the cdrom. I should have taken the time to fix my cutting and pasting.
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-23-2005 12:54 AM
тАО11-23-2005 12:54 AM
Re: mounting iso9660 CD-ROM on HP-UX11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-23-2005 08:34 PM
тАО11-23-2005 08:34 PM
Re: mounting iso9660 CD-ROM on HP-UX11
very gud morning to all of u,
i have used the mentioned suggestions,but unfortunately, they could not make my installation process success.
i used:
mount -F cdfs -o rr /dev/dsk/c1t2d0 /cdrom
mount -o ro /dev/dsk/c0t0d0 /cdrom
/usr/sbin/mount -F cdfs -e -o ro,rr /dev/dsk/c3t2d0 /cdrom
mount -F cdfs -o cdcase /dev/dsk/device_file_name /mount_point
but, could not succeed.
my req:
my cd consists of files and dir names all in CAPITALS, when i mounted, am just seeing them as SETUP.EXE;1 and some times installe instead of INSTALLER.just for example.
i want a mounting command, with which i can mount the CD and read the contents as INSTALLER(complete name without any semicolons in capitals)
could u suggest me in this regard??
thanks in advance,
./rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-23-2005 11:59 PM
тАО11-23-2005 11:59 PM
Re: mounting iso9660 CD-ROM on HP-UX11
my cdrom contains file and directories as
ARGOSOFT SETUP.EXE INSTALLER and ..
i used the following mounting command
mount -F cdfs -o cdcase /dev/dsk/... /cdrom
now it mounted the CDROM, and the view is lik this.
argofos setup.exe installe
i have install script in dir called "installe"
i executed "./install" command but it was not a sucess and i got
# ./install
interpreter "/bin/sh" not found
file link resolves to "/usr/bin/sh"
sh: ./install: not found.
#
so, could u pls help in this regard???
regards,
rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-24-2005 04:11 AM
тАО11-24-2005 04:11 AM
Re: mounting iso9660 CD-ROM on HP-UX11
So to access the RockRidge filename directories, you need the above mentioned patches. Then the -orr will work.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-24-2005 06:04 AM
тАО11-24-2005 06:04 AM
Re: mounting iso9660 CD-ROM on HP-UX11
As Geoff Wild & Hassel said, get the Rock-Ridge extension patches installed. Do not use 'pfs_mount' at all, as it is very unstable with 11.0 onwards. We had same issue, after loading the Rock Ridge extension pateches it worked well.
Regards,
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-27-2005 04:32 PM
тАО11-27-2005 04:32 PM
Re: mounting iso9660 CD-ROM on HP-UX11
very gud mor!!
well, to say,now i succeeded in mounting the cdrom on hp-ux with the three patches installed and having some extra code in /etc/pfs_fstab.
here to say, i used pfs mount with no_version option.it worked nicely.
thanks for ur valuable suggestions and looking forward to keep my healthy relationship with u all.
truly,
rajesh