- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- [ DVD ISO image creation makes files name truncate...
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
01-08-2006 03:35 PM
01-08-2006 03:35 PM
[ DVD ISO image creation makes files name truncated and lowercase ]
We are having a typical problem in using contents of DVD on HPUX.
We are creating ISO image on Windows machine, and using DVD on HPUX PARISC 11i machine.
I am using rock ridge support patches and options with mount command viz rr,cdcase options. But still file/directory names will be truncated to 8 chars and names get displayed in lowecase letters.
I hope this is not a ROCK RIDGE problem.,!.
Please help us if you have any information on new patches or any other way to create ISO image.
We cannot create ISO image on HP or solaris because it will not work on Windows machine. Hence we need a method to resolve this on OS level only.
Thanks,
Madhava
- Tags:
- ISO image
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2006 03:48 PM
01-08-2006 03:48 PM
Re: [ DVD ISO image creation makes files name truncated and lowercase ]
Try using pfs_mount.
nohup pfs_mountd &
nohup pfsd &
pfs_mount -o xlat=unix /dev/dsk/cd_device /cdrom
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2006 03:53 PM
01-08-2006 03:53 PM
Re: [ DVD ISO image creation makes files name truncated and lowercase ]
Thanks for quick response.
I have tried using psf_mount command. But psf mount is giving up with out mounting the DVD. Hence i am not able to proceed further. Any idea how to resolve this?
Or tell me a way how to debug such things so that i can do such things for any problems later.
Thanks,
Madhava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2006 03:55 PM
01-08-2006 03:55 PM
Re: [ DVD ISO image creation makes files name truncated and lowercase ]
I am using Nero Ultra 6.3.1.25 and there are some options I alwasy use when I compile DVD for HPUX.
1 File name length Max of 31 chars ISO level 2
2 enable Joliet support
3 Relax ISO restrictions including the following
3.1 Allow path depth of more than 8 directories
3.2 allow more than 255 characters in path
3.3 do not add the `;1` file version extension
in addition there is another option "Relax Joliet restrictions"
Allow more than 64 characters for Joliet names
if you are using other CD/DVD burning software, these options maybe hide in a different place. see attachment
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2006 04:04 PM
01-08-2006 04:04 PM
Re: [ DVD ISO image creation makes files name truncated and lowercase ]
Please check the below threads,
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=254166
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=22593
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=95004
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2006 04:19 PM
01-08-2006 04:19 PM
Re: [ DVD ISO image creation makes files name truncated and lowercase ]
Thanks for inputs in creation of ISO image.
I will check with my nero burner which is of same version.
Then i will update all according to the results.
Mean while if any one can give inputs on patches needed at OS level or command level that also will help to take care of such things.
Thanks,
Madhava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2006 05:17 PM
01-08-2006 05:17 PM
Re: [ DVD ISO image creation makes files name truncated and lowercase ]
Latest patch for Rock ridge extension is PHKL_32035. You can download from,
http://www1.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.main|patch.breadcrumb.search|&patchid=PHKL_32035&context=hpux:800:11:11
-Arun
P.S Also, remember to assign points :-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2006 03:56 AM
01-11-2006 03:56 AM
Re: [ DVD ISO image creation makes files name truncated and lowercase ]
mount -F cdfs -o cdcase,rr /dev/dsk/cXtXdX /cdrom
Oracle and a few other vendors of ours love doing this to us ...
Best of luck!
Z
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2006 03:58 PM
01-11-2006 03:58 PM
Re: [ DVD ISO image creation makes files name truncated and lowercase ]
We are using cdcase and rr options with this at least we are not able to see ;1 characters in file names.
But all '-' characters are getting converted to '_' characters and with your inputs about how to ISO creation we are able to get full length of files name.
But we are having lowercase and uppercase file names translation problems.
Thanks,
Madhava