![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to do a NFS mount from AIX to Linux? | rainbow_bean | AIX | 1 | 01-16-2008 11:24 AM |
| Mount ntfs in linux | Amit Deore | Linux | 4 | 09-26-2006 08:25 PM |
| Mount a harddrive in linux. | RKJV | Linux | 2 | 12-10-2005 11:04 PM |
| How to nfs mount with Redhat Linux | Heron | Red Hat | 1 | 03-21-2005 11:38 AM |
| Need help to access/mount so to access folder/files on a Remote System using Linux OS | S.Vishwanath | UNIX for Dummies Questions & Answers | 2 | 07-30-2001 08:17 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hi,
I am facing problem during mount sharing. I am using two machines Suse and Red Hat. Trying to share a data on suse machine from Red Hat by using mount command. The problem is that after rebooting mount won't work. How to solve this problem. What i did? 1. create a folder on Suse (data) 2. Assign all permissions 3. create a folder on Red Hat (share) 4. mount Red Hat Ip:/data/share After rebooting it won't work.. Waiting for your response. Kammy.. |
|
||||
|
Hi Thanks for your response.
The problem was that i tried the same but i am getting "Server is down" message. I did this.. #/etc/fstab #Directory Mount Point Type Options Dump FSCK 192.168.1.100:/data/files /mnt/nfs nfs soft,nfsvers=2 0 0 Thanks Kammy |
|
|||||
|
That seems to be ok.
Check /etc/exports on the other machine. Give Code:
showmount -e <IP_nfs_server> Check thant rpc/nfs services start at boot time also. Give Code:
rpcinfo -p |
|
|||||
|
Perhaps it's because the system is trying to mount before network is available...
- You could write a script which mounts it and then configure it to start at boot time in the correct run level, after network is started... - You could also use an automounter (autofs)... Regards. |
![]() |
| Bookmarks |
| Tags |
| linux |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|