- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unable to view the mounted filesystems files and d...
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
09-04-2008 12:50 AM
09-04-2008 12:50 AM
Unable to view the mounted filesystems files and directories
I have mounted a file system from Linux server to unix server.for ex:
#mount 192.6.8.33:/tbase /tools/common/tbase
I am unable to view files and dir in (/tools/common/tabse/file1).
for ex:
#192.6.8.33:/tbase contains two directories namely
#file1 and file2
#Inside file1 it contains some files and directories
So after mounting the same should be available in /tools/common/tbase
#I type cd to /tools/common/tbase/file1
#In file1 i am unable to view the files and directories
#But in file2 i can view the file and directories
So anyone help me out in this issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2008 01:23 AM
09-04-2008 01:23 AM
Re: Unable to view the mounted filesystems files and directories
What is the versions and name of of unix n linux servers here?
Also provide file system type on linux machine
assuming unix box as HP-ux. this is due to File system mismatch here..
Anyways how r u mounting it here ..using nfs ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2008 01:50 AM
09-04-2008 01:50 AM
Re: Unable to view the mounted filesystems files and directories
I am mounting file system through nfs.Linux server version is #1 and hp-unix version is 11.00.File system in linux is(fstyp=ext3).File system in unix is(vxfs)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2008 01:54 AM
09-04-2008 01:54 AM
Re: Unable to view the mounted filesystems files and directories
If you are using CIFS then you may need to use cifslogin to allow the user to access the content of the mounted share once it is mounted. This is even the case for root.
i.e. as HPUX user to get access:
cifslogin $linuxhostname $linuxuser -P $linuxuserpassword
This would then show as an entry in the lower half of the cifslist output.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2008 01:58 AM
09-04-2008 01:58 AM
Re: Unable to view the mounted filesystems files and directories
If not then maybe the squash setting on the NFS export is wrong so that even if you are accessing via root from HPUX it doesn't have root permissions on the Linux filesystem and hence cannot access the directory.
ref /etc/exports norootsquash setting.