Kangry.com [insert cool graphic here]
home | Topics | Logout | Search | Contact | ?? Kangry ?? | Bandwitdh
Topics:
DVR
nvrec
Mplayer
Links
Misc
Commands
Humor

Name

Password

New user

uploaded files
(linux_command_line)-> simple nfs shareing submited by Russell Fri 04 Mar 05
Edited Mon 06 Nov 06
Web kangry.com
(on the server , as root) make sure nfs is running 
/etc/init.d/nfs status

if not, do:
/etc/init.d/nfs start

to share a path to a local machine: 
/usr/sbin/exportfs -o ro 192.168.0.*:/path_to_share

"-o ro" makes this read only.
"192.168.0.*" restricts access to my local subnet

On the client
mount -o soft 192.168.0.3:/path_to_share /mnt/remote

by using the ipaddress eliminates DNS issues. 
/mnt/remote must be an existing directory

"-o soft" is VERY important. without this, if the server
goes away any reads to the server will never time out. You 
will have to reboot to unlock any process involved with 
I/O to the server. 




Add comment or question...:
Subject:
Submited by: NOT email address. Leave blank for anonymous    (Spam Policy)

Enter Text: (text must match image for posting)




This file (the script that presented the data, not the data itself) , last modified Tuesday 06th of March 2018 11:41:12 PM
your client: claudebot
current time: Monday 15th of April 2024 11:57:42 PM