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 Tue 07 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 Wednesday 18th of September 2024 11:22:26 AM
your client: CCBot/2.0 (https://commoncrawl.org/faq/)
current time: Wednesday 18th of September 2024 11:22:26 AM