- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: uppercase in a fs mounted cdrom.
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
11-27-2006 10:09 PM
11-27-2006 10:09 PM
i have a question. I've mounted a cdrom ( mount -o ro /dev/dsk/cxtxdx /SD_CDROM ) but i see the file with uppercase letters. Are there any option of mount that correct this?.
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2006 10:16 PM
11-27-2006 10:16 PM
Re: uppercase in a fs mounted cdrom.
My CD-ROM doesn't show what I expect", here:
http://mirrors.develooper.com/hpux/faq.html
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2006 10:20 PM
11-27-2006 10:20 PM
Solutionlook at your mount option.
Lots of info:
have you read:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1043323
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=21622
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=101722
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=976763
Section 5.3.8 of http://www.newsville.com/cgi-bin/getfaq?file=comp.sys.hp.hardware/comp.sys.hp.hpux_FAQ
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2006 10:47 PM
11-27-2006 10:47 PM
Re: uppercase in a fs mounted cdrom.
# nohup /usr/sbin/pfs_mountd &
# nohup /usr/sbin/pfsd &
# /usr/sbin/pfs_mount -t iso9660 -x unix /dev/rdsk/c1t2d0 /SD_CDROM
Thanks all and specially to Peter Godrom. In one of the links i saw the answer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2006 10:48 PM
11-27-2006 10:48 PM
Re: uppercase in a fs mounted cdrom.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2006 03:24 PM
11-28-2006 03:24 PM
Re: uppercase in a fs mounted cdrom.
Try the option -o cdcase as in ...
mount -F cdfs -o cdcase /dev/dsk/cxtxdx /SD_CDROM
This thread may be closed, but this is a lot easier than fooling with the pfs commands.
HTH
Bob Rowley