sharing

Dennis Gilmore dennis at ausil.us
Mon Jul 19 16:43:13 UTC 2004


Once upon a time Monday 19 July 2004 11:28 am, tobias wrote:
> what program do i use to share a linux directory in the network
> (not with any win clients)
> only linux
>
> thanks
>
> tobias

You need to use system-config-nfs to setup the nfs shared directory.  then run 
chkconfig on nfs 
service nfs start

then on your clients  run 
mount -t nfs <server ip>:/dir/exported  /mount/here

or to create a permenant mount  add an entry to /etc/fstab 
<server ip>:/dir/exported /mount/here nfs sync,users,rw 0 0

Dennis
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: signature
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20040719/e7d7da0e/attachment-0001.sig>


More information about the fedora-list mailing list