- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- PCNFS -file name case problem
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
04-17-2001 11:07 PM
04-17-2001 11:07 PM
PCNFS -file name case problem
I am using Hummingbird NFS maestro client software to mount my hpux file system into Windows Nt system.
I could mount the file system easilly. but when i try to copy the mounted file system to a local directory in the windows nt server, Winnt is unable to differentiate the case of the file name.
I have two directories or files that has same name but different case that has to reside in the same parent directory.
When i try to copy it , Winnt is trying to overwrite each other.
preserve case option is slected in NFS maestro software.
Solution if any please let me know.
regards
Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2001 12:00 AM
04-18-2001 12:00 AM
Re: PCNFS -file name case problem
Your problem is Windoze it does not work the same way as far as case is concerned and the have FILE1 and file1 in the same dir is not possible - solutions:-
1. Remame the second file.
2. Place the second file in a different dir.
BTW ---- "preserve case option is slected in NFS maestro software" - is really for unix to unix copies.
HTH
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2001 01:12 AM
04-18-2001 01:12 AM
Re: PCNFS -file name case problem
ok . Thank you for replying.
But the think in i want some way of doing it . I need to copy one unix file system into NTserver and after file system or directory architecture and case should not be disturbed .
Solutions if any please let me know
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2001 01:25 AM
04-18-2001 01:25 AM
Re: PCNFS -file name case problem
I presume taht you just wish to store the Unix files on the NT server, then one way to achieve this is to tar the files before the copy to the NT machine (see man tar).
This will retain within the tar archive all the case information.
E.G.
tar -cvf
the ftp the tarfile.tar to the NT machine (but do not extract it on the NT machine)
HTH
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2001 01:32 AM
04-18-2001 01:32 AM
Re: PCNFS -file name case problem
My requiremnet is not just storing those information but and after i need to work on those files. I got one cdwriter in winNT system using that i need to make cdrom copy of it.
Thank you for beeing in touch.
regards
vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2001 01:54 AM
04-18-2001 01:54 AM
Re: PCNFS -file name case problem
If you write the tar file straight to the cd them if you use winzip them work on the tar file on the cd by opening and using the files directly from the cd. Or do the same on the NT server the problem is if you wish to modify the file the case will come into effect on the save to NT.
A further option is to install Samba on the unix machine and export the dirs so that the NT machine can pick them up.
Search the forum on Samba.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2001 10:17 PM
04-23-2001 10:17 PM
Re: PCNFS -file name case problem
I have installed samba in my hpux 11.00 workstation .
now i want to export a file system from this system to a win95 pc and i wanted to know the procedure for it.
Solutions if any please let me know
Vijay