HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- What can I do with uppercase files and directory n...
Operating System - HP-UX
1834455
Members
2607
Online
110067
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
04-17-2000 06:33 AM
04-17-2000 06:33 AM
What can I do with uppercase files and directory names on CDROMs over HP-UX 11.0
When I mount a CDROM on a HP-UX machine the directories and files appear with
uppercase names, and the scripts that the disk contain don't run, what can I
do?
uppercase names, and the scripts that the disk contain don't run, what can I
do?
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2000 07:04 AM
04-17-2000 07:04 AM
Re: What can I do with uppercase files and directory names on CDROMs over HP-UX 11.0
It sounds like you are using a CD which was not formated for HPP-UX. You can
mount this with pfs_mount. Te procedure is:
nohup /usr/sbin/pfs_mountd &
nohup /usr/sbin/pfsd &
/usr/sbin/pfs_mount /cdrom
To unmount the CD use:
/usr/sbin/pfs_umount /cdrom
You will have ot manually kill the pfs demons afterward if you do not want them
running, but they are not particularly impactive.
mount this with pfs_mount. Te procedure is:
nohup /usr/sbin/pfs_mountd &
nohup /usr/sbin/pfsd &
/usr/sbin/pfs_mount /cdrom
To unmount the CD use:
/usr/sbin/pfs_umount /cdrom
You will have ot manually kill the pfs demons afterward if you do not want them
running, but they are not particularly impactive.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2000 03:32 PM
04-17-2000 03:32 PM
Re: What can I do with uppercase files and directory names on CDROMs over HP-UX 11.0
Another possbility is that you may forgot to use
an option "-o cdcase" in "mount" command.
I have found that it can display LOWERCASE filenames if I use the following
command,
#mount -o cdcase /dev/cdrom /cdrom
If I just use "mount /dev/cdrom /cdrom" then it only
display UPPERCASE filenames.
Hope this will help you.
an option "-o cdcase" in "mount" command.
I have found that it can display LOWERCASE filenames if I use the following
command,
#mount -o cdcase /dev/cdrom /cdrom
If I just use "mount /dev/cdrom /cdrom" then it only
display UPPERCASE filenames.
Hope this will help you.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP