- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- File name on CD shown as UPPERCASE;1 on 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
02-12-2002 12:48 PM
02-12-2002 12:48 PM
One thing puzzles me now.
I burned a CD which has file names as lower case. Those files showed lower case file names on other platforms (SUNS, SGI, Linux). But when I tried on our HP machine (HP 9000 C360 running 10.20), they are like UPPERCASE_FILENAME;1. (The CD was burned by a NT machine.)
Is this a problem from device (internal CDROM drive), or there is a trick to use the mount command?
All kinds of information/suggestion are welcome.
Best regards,
Reggie
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 12:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 12:51 PM
02-12-2002 12:51 PM
Re: File name on CD shown as UPPERCASE;1 on CD
Try this one and see what happens:
# mount -r -o cdcase /dev/dsk/c?t?d0 /cdrom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 12:51 PM
02-12-2002 12:51 PM
Re: File name on CD shown as UPPERCASE;1 on CD
Try,
mount -r -o cdcase /dev/dsk/cxtydz /cdrom
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 12:54 PM
02-12-2002 12:54 PM
Re: File name on CD shown as UPPERCASE;1 on CD
Mount the CD with '-o cdcase' option.
# mount -F cdfs -o cdcase /dev/dsk/cxtxdx /cdrom.
If you want to make this permanent, then edit /etc/fstab and add this entry:
/dev/dsk/cxtxdx /cdrom cdfs ro,cdcase 0 0
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 01:02 PM
02-12-2002 01:02 PM
Re: File name on CD shown as UPPERCASE;1 on CD
If this is an oracle cd you will probably have to use pfs_mount, otherwise the aforementioned cdfs will probably work.
vi /etc/pfs_fstab and verify: /dev/dsk/cntndn /cdrom pfs-rrip xlat=unix 0 0
(or put these options on command line)
/usr/sbin/pfs_mountd &
/usr/sbin/pfsd &
/usr/sbin/pfs_mount /cdrom
/usr/sbin/pfs_umount /cdrom
ps ???ef|grep pfs
kill ???9 (pfsd)
kill ???9 (pfs_mountd)
pfs_umount ???c (cleanup files if have trouble pfs mounting)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 01:18 PM
02-12-2002 01:18 PM
Re: File name on CD shown as UPPERCASE;1 on CD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2002 01:20 PM
02-12-2002 01:20 PM