- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mount DVD truncate long names
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
тАО03-30-2007 04:53 AM
тАО03-30-2007 04:53 AM
I am mounting a DVD using the command:
/usr/sbin/mount -F cdfs /dev/dsk/c1t2d0 /SD_DVD
The result is the names are truncated to 8.3, and uppercase. Names should be long names and upper or lower case. What command should I use ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2007 05:01 AM
тАО03-30-2007 05:01 AM
Re: Mount DVD truncate long names
You could also try the '-o cdcase' option, but I'm betting '-o rr' will seve you better.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2007 05:51 AM
тАО03-30-2007 05:51 AM
Re: Mount DVD truncate long names
mount: illegal file system specific option rr
I did some research and solve the problem using the next steps:
1. #nohup /usr/sbin/pfs_mountd &
2. #nohup /usr/sbin/pfsd &
3. #/usr/sbin/psf_mount -t rrip -x unix /dev/dsk/c1t2d0 /SD_DVD
Now I see long names and mixture of upper and lower case characters.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2007 06:16 AM
тАО03-30-2007 06:16 AM
SolutionThe '-o rr' is meant to replace the use of the pfs* commands.
Be VERY VERY careful when using the pfs commands. One wrong move and you can easily create problems that only a reboot will cure.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2007 06:24 AM
тАО03-30-2007 06:24 AM
Re: Mount DVD truncate long names
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2007 06:30 AM
тАО03-30-2007 06:30 AM
Re: Mount DVD truncate long names
PHKL_26269
PHKL_34153 (This supersedes PHKL_25760, which is mentioned in the PHKL_26269 documentation).