- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: mount linux directory
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-2005 01:27 AM
02-12-2005 01:27 AM
mount linux directory
i have hp-ux version 10.20
i want to mount directory from (linux redhat v 9) on hp-ux server using nfs
hp-ux has nfs v2 and linux has nfs v2and 3
when i run rpcinfo -p (linux _machine name) from hp-ux
an error appear:
**************************************************
rpcinfo: can't contact portmapper: RPC_SYSTEM_ERROR - Connection refused
***************************************************
when i run (rpcinfo -u hp-ux_name nfs 2) on hp-ux:
***************************************************
program 100003 version 2 ready and waiting
***************************************************
and when i run rpcinfo -p (hp-ux machine name) from linux
it works good.
and when i run (rpcinfo -u linux_name nfs 2)from linux
it works good also.
now nfs services are running in both machines
i can't mount directory any machine to another
i don't know what is the error
please help?
kamal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2005 01:41 AM
02-12-2005 01:41 AM
Re: mount linux directory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2005 10:33 PM
02-12-2005 10:33 PM
Re: mount linux directory
- are you able to mount linux dir on linux itself? - mount localhost:/dir /mnt/tmp_mnt_point
- if it doesn't work, check portmap, lock, nfsd on linux
http://nfs.sourceforge.net/nfs-howto/interop.html - it may help too...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2005 12:03 AM
02-13-2005 12:03 AM
Re: mount linux directory
Have you exported the directory to be mounted ? Check /etc/exports on Linux box, or type exportfs -v.
Good luck.
Kodjo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2005 02:24 AM
02-13-2005 02:24 AM
Re: mount linux directory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2005 03:22 AM
02-13-2005 03:22 AM
Re: mount linux directory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2005 08:29 AM
02-13-2005 08:29 AM
Re: mount linux directory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2005 03:31 AM
02-14-2005 03:31 AM
Re: mount linux directory
in linux
when i remove it
mount works goog
thank you