- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: filename issue on a mounted cd
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
09-13-2004 04:47 PM
09-13-2004 04:47 PM
filename issue on a mounted cd
Not all but some of the files on my cd have a period following the correct file name. Does anyone know why this is?
I have mounted the cd with these different options with the same results.
mount -F cdfs -o cdcase /dev/dsk/cXtXdX /cdrom
mount -o cdcase /dev/dsk/cXtXdX /cdrom
mount /dev/dsk/cXtXdX /cdrom
The last option makes all my files show up in uppercase as well.
Please Help.
-Jason
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2004 05:07 PM
09-13-2004 05:07 PM
Re: filename issue on a mounted cd
Please make sure you have the following three patches installed on your system to enable Rock Ridge format CDs:
PHKL_28060 Y2k; Rock Ridge extension for ISO-9660
PHKL_26450 Rock Ridge extension for ISO-9660
PHCO_26449 Add Rock Ridge extension to mount_cdfs(1M)
Let me know if you already have them installed, or if you don't, let me know if installing them allows the CD-ROM to work as you expect.
Regards,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2004 08:17 PM
09-13-2004 08:17 PM
Re: filename issue on a mounted cd
See this thread: http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=604711
Regards,
Antunes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2004 09:43 PM
09-14-2004 09:43 PM
Re: filename issue on a mounted cd
nohup /usr/sbin/pfs_mountd &
nohup /usr/sbin/pfsd &
/usr/sbin/pfs_mound -t rrip -x unix /dev/dsk/cXtXdX /cdrom
-Jason
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2004 10:29 PM
09-14-2004 10:29 PM
Re: filename issue on a mounted cd
pfs_mount is very old and other admins here yet suggest not to use it because it can hang your ws.
As Dave mentioned for mount it's the RockRidge option. Maybe you don't need a patch (it's so for my 11i installations).
You can try '-o rr' (-o rr,cdcase).
See also Bill Hassell's comments in my thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=70917
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2004 03:17 AM
09-15-2004 03:17 AM
Re: filename issue on a mounted cd
I really don't recommend the use of pfs. I've heard of so many problems with that product, which usually cause you to reboot your system when they happen.
One of the main reasons we (HP) ported the Rock Ridge format to HP-UX was to eliminate the need for pfs.
Since your initial post said you're running 11.0, I thought you might need the patches to get this Rock Ridge functionality since it didn't ship with 11.0. Also, the "-o rr" option should be the default behavior, but you can still specify it if you need to.
Regards,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
