- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to mount disk with DOS long names fo UNIX?
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-02-2005 01:06 AM
11-02-2005 01:06 AM
How to mount disk with DOS long names fo UNIX?
How it mount CD-ROM with long names in files to unix?
I burned CD with files with long names and when watch it in dos it is correct but when mounted to unix it cuts the names of scripts from long to short with numbered suffix...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 01:13 AM
11-02-2005 01:13 AM
Re: How to mount disk with DOS long names fo UNIX?
mount -F cdfs -o cdcase /dev/dsk/cXtYdZ /mnt_point
Of course use the appropriate disk device & mount directory.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 01:16 AM
11-02-2005 01:16 AM
Re: How to mount disk with DOS long names fo UNIX?
# nohup /usr/sbin/pfsd &
# mount -F cdfs -o rr /dev/dsk/c0t0d0 /cd
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 01:19 AM
11-02-2005 01:19 AM
Re: How to mount disk with DOS long names fo UNIX?
my_0001.sh instead of my_script_check.sh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 01:22 AM
11-02-2005 01:22 AM
Re: How to mount disk with DOS long names fo UNIX?
mount -F cdfs -o rr /dev/dsk/c0t0d0 /cd
says
mount: illegal file system specific option rr
usage: mount [-l][-v|-p]
mount [-F FStype][-eQ] -a
mount [-F FStype][-eQrV][-o specific_options]
{ special | directory }
mount [-F FStype][-eQrV][-o specific_options]
special directory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 01:28 AM
11-02-2005 01:28 AM
Re: How to mount disk with DOS long names fo UNIX?
Based on the STDERR from your 'mount' you don't have the patches required for using the new(er) style mount options.
You could post-up your release level and then we can tell you what patches you need. Otherwise, you could try the old (dreadful!) 'pfs_mount' since as I recall, installation of the patches to support the new mount options requires a reboot.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 01:42 AM
11-02-2005 01:42 AM
Re: How to mount disk with DOS long names fo UNIX?
I can install patches and reboot no problem - as it is test machine. My current system is December 2002.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 01:52 AM
11-02-2005 01:52 AM
Re: How to mount disk with DOS long names fo UNIX?
I'm going to assume then that your system is 11.11. In that case you need:
PHCO_25841
PHKL_25760
PHKL_26269
PHKL_32035
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2005 04:13 AM
11-02-2005 04:13 AM
Re: How to mount disk with DOS long names fo UNIX?
You may also use
#pfs_mountd&
#pfsd&
#pfs_mount -o xlat=unix /dev/dsk/cxtydz /
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2005 08:11 PM
11-06-2005 08:11 PM
Re: How to mount disk with DOS long names fo UNIX?
how did you create the CD? With Joliet or ISO format? Only ISO9660 will work.
For the most files this will work together with RockRidge - for special files like '.login' you can read my own thread where I made my experience with this problem
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=70917
HTH
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2005 08:21 PM
11-06-2005 08:21 PM
Re: How to mount disk with DOS long names fo UNIX?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2005 08:28 PM
11-06-2005 08:28 PM
Re: How to mount disk with DOS long names fo UNIX?
It appear that burning process is the case.
Unfortunately I lost my previous login and can't assign points this time... Sorry again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2005 02:16 AM
11-07-2005 02:16 AM
Re: How to mount disk with DOS long names fo UNIX?
your inlog ID = BR894701 (from your original posting).
If you lost that ID 's password, reuest a new one.
HP will send it to the email address you gave when setting up that account.
Proost.
Have one on me.
jpe