- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Mounting a 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
Discussions
Discussions
Discussions
Forums
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
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-08-2008 02:15 AM
тАО04-08-2008 02:15 AM
Mounting a directory
I want to know how can i make directory mount by other users. for ex:
i have /home/exper/shared in 11.0.0.3
and i want a user on another machine mount exper@11.0.0.3:/home/exper/shared /shared on the new machime that is 11.0.0.5
Thanks in advance.
- Tags:
- NFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-08-2008 03:44 AM
тАО04-08-2008 03:44 AM
Re: Mounting a directory
So what is the next step to be followed.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-08-2008 04:37 AM
тАО04-08-2008 04:37 AM
Re: Mounting a directory
"man mount"
Which version of Linux u r using?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-08-2008 06:42 AM
тАО04-08-2008 06:42 AM
Re: Mounting a directory
LABEL=/home/exper /home/exper ext3 defaults 1 1
and i have restarted nfs on both.Not sure wht is the problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-08-2008 07:02 AM
тАО04-08-2008 07:02 AM
Re: Mounting a directory
/home/exper/shared 11.0.0.5/32(rw)
rw here means read+write - use ro for read only.
then restart the nfs service:
service nfs restart
then make sure the firewall (iptables) allows the traffic.
from 11.0.0.5 issue the command:
showmount -e
the output should list the available shares -f you get it, then basically you should be able to mount the directory.
Very important thing is to assign points.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-08-2008 11:38 PM
тАО04-08-2008 11:38 PM
Re: Mounting a directory
and i have restarted the nfs and nfslock service now and still i get the following error message mount to NFS server '11.0.0.0.3' failed: server is down
I have even restarted the nfs and nfslock on the client machine not sure what to do about this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-09-2008 01:06 AM
тАО04-09-2008 01:06 AM
Re: Mounting a directory
2. From server, run `showmount -e` to see the available shares. If shows nothing - the share isn't there.
3. From client run `showmount -e 10.0.0.3`.
First check connectivity between these 2 servers (ping) and make sure the ports aren't blocked with firewall.
ASSIGN POINTS: 7 assignments out of 85?.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-09-2008 03:09 AM
тАО04-09-2008 03:09 AM
Re: Mounting a directory
bash: showmount: command not found
And i can ping both the machines.Pls let me know how i shd go abt this
PS:I have assigned the points
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-09-2008 03:20 AM
тАО04-09-2008 03:20 AM
Re: Mounting a directory
/usr/sbin/showmount -e
if not found - install the nfs-utils rpm.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-09-2008 04:23 AM
тАО04-09-2008 04:23 AM