- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- mounting a CD on HP-UX that was burned on windows
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
03-24-2005 05:58 AM
03-24-2005 05:58 AM
mounting a CD on HP-UX that was burned on windows
I searched the itrc and opened a support ticket but can't seem to find the correct answer. Does anyone know the proper way to burn a cd on windows (xp, nt, whatever) that can be mounted on hp-ux (11i, dec 04 patches) AND that will preserve the filenames?
I've tried using the "built in" cd burning s/w on XP and I've also used nero. Both generated mountable disks, however the filenames were truncated to mostly 8.3 format. I used "mount -o cdcase". Without the "-o cdcase" option I'd get uppercase and 8.3;1 stuff (looks like old vms to me). I've also tried the various and sundry other options, including resorting to the old pfs_mount as well. I just can't seem to get it right.
What I'm trying to do is create cd's that contain patches and bundles I've downloaded. Each time the cd's look fine on windows however the names get munged on hp. I believe the problem is I need to specify Rock Ridge format?? dunno.
Any advice is greatly appreciated.
Thanks,
Chuck Davis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2005 06:03 AM
03-24-2005 06:03 AM
Re: mounting a CD on HP-UX that was burned on windows
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2005 06:11 AM
03-24-2005 06:11 AM
Re: mounting a CD on HP-UX that was burned on windows
Thanks but nope, "-o cdcasr,rr" doesn't work. still have the truncated file names. I guess the question is: how do I create rock ridge formatted cd's on windows...meanwhile I'm googling...
Chuck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2005 06:22 AM
03-24-2005 06:22 AM
Re: mounting a CD on HP-UX that was burned on windows
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2005 06:28 AM
03-24-2005 06:28 AM
Re: mounting a CD on HP-UX that was burned on windows
Thanks...
Chuck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2005 07:03 AM
03-24-2005 07:03 AM
Re: mounting a CD on HP-UX that was burned on windows
What does it give??
I think you need
mount -F iso9660 -o cdcase /dev/dsk/cxtxdx /mount_point
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2005 09:27 AM
03-24-2005 09:27 AM
Re: mounting a CD on HP-UX that was burned on windows
cdfs
f_bsize: 2048
f_frsize: 2048
f_blocks: 42279
f_bfree: 0
f_bavail: 0
f_files: 18446744073709551615
f_ffree: 0
f_favail: 0
f_fsid: 520093696
f_basetype: cdfs
f_namemax: 37
f_magic: 0
f_featurebits: 0
f_flag: 0
f_fsindex: 2
f_size: 42279
the problem boils down to windows doesn't support rock ridge extenstions. I'm not sure if there is any s/w for windows that does. So to get around this problem, I took all my files on unix and created a tar file, naming it in 8.3 format. Then I burned it to cdrom on windows. I burned it 2 ways, 1st with nero, and then with built in burner on xt. The nero cd will mount fine as long as I use the "-o cdcase" option (otherwise I get the UPPERCAS.TXT;1 filenames). The winxp burned cd requires me to mount w/ pfs. Since I don't want to use the pfs utilities I'm going to stick with tarring files on unix and using nero to burn cd's on windows.
Thanks for the input, RAC.
Regards,
Chuck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2005 10:00 AM
03-24-2005 10:00 AM
Re: mounting a CD on HP-UX that was burned on windows
mount -F cdfs -o rr /dev/dsk/cxtxdx /mount_point
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2005 10:49 PM
03-24-2005 10:49 PM
Re: mounting a CD on HP-UX that was burned on windows
I have been using this method for some time and have had decent success with it, it just take a bit longer. The resultant disk is mountable using the -orr option, and the filenames read just fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2005 12:48 AM
03-25-2005 12:48 AM
Re: mounting a CD on HP-UX that was burned on windows
It looks like there are a couple of tools on the web that could work. I haven't tried any of these. Have you?
http://www.hycd.com/html/pc_technology.html
http://www.cdeverywhere.com/
-dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2005 06:47 AM
03-25-2005 06:47 AM
Re: mounting a CD on HP-UX that was burned on windows
HP provided two hacks around this, one that simply reads the ISO 9660 directory (which is present on all CDs) and contains only 8.3 names plus a version number (;1). The -ocdcase option to mount will remove the ;1 and lower the case but still provides 8.3 names.
The second method is PFS (Portable File System) which uses NFS to perform a translation from the raw CDROM device file and then attach the results using NFS to the same computer. It is quite unstable, especially at 11.00 and later.
The correct method is to patch to the latest patch set (SupportPlus Dec 2004 or Mar 2005) or to simply add the 3 Rock Ridge patches. For 11.11, use:
PHCO_25841 PHKL_26269 PHKL_32035
Then mount your CD with the new option -orr (found in the mount_cdfs man page) which gives you the full RockRidge standard (aka, POSIX or ECMA 168) filenames.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2005 06:51 AM
03-25-2005 06:51 AM
Re: mounting a CD on HP-UX that was burned on windows
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2005 07:45 AM
09-01-2005 07:45 AM
Re: mounting a CD on HP-UX that was burned on windows
long files names under properties.
To get the name in upper case on a Sun UNIX
box use:
On Sun.
mount -F hsfs -o ro,nomaplcase
/vol/dev/dsk/c0t6d0/my_disc /cdrom/my_disc
On HP.
?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2005 04:37 PM
09-01-2005 04:37 PM
Re: mounting a CD on HP-UX that was burned on windows
You can try mounting with pfs_mount command.
You need pfsd and pfs_mountd daemon must be running or need to run for that.
try:
# pfs_mount -t rrip /dev/device /cdrom
Cheers ,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2006 11:15 AM
06-27-2006 11:15 AM
Re: mounting a CD on HP-UX that was burned on windows
Possible solution to mounting issues.
I needed to mount a UNIFY database cd into my rp4440 but the cd encoding was generating a
RH Linux understands all CD formats, so it is ideal.
Sid