![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to do a NFS mount from AIX to Linux? | rainbow_bean | AIX | 1 | 01-16-2008 08:24 AM |
| Mount ntfs in linux | Amit Deore | Linux | 4 | 09-26-2006 05:25 PM |
| Mount a harddrive in linux. | RKJV | Linux | 2 | 12-10-2005 08:04 PM |
| How to nfs mount with Redhat Linux | Heron | Linux | 1 | 03-21-2005 08: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 05:17 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
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.. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
You have to add a new line in your /etc/fstab correspondig to the filesystem you want to mount. You also have to add a new line in your /etc/exports.
Have a look at nfs, fstab and exports manpages for options and syntax. |
|
#3
|
|||
|
|||
|
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 |
|
#4
|
||||
|
||||
|
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 |
|
#5
|
|||
|
|||
|
Hi Sir,
mount is working fine but after rebboting the mount is not working. I need to again mount it manually. I need permanent mount... Is there any solution for permanent mount? Thanks kammy. |
|
#6
|
||||
|
||||
|
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. |
|
#7
|
|||
|
|||
|
Could you please tell me how to use an automounter (autofs)...
so that i can get permanent mount. |
|||
| Google The UNIX and Linux Forums |