View Single Post
  #4   (View Single Post)  
Old 25th August 2010
amorphousone amorphousone is offline
Port Guard
 
Join Date: Nov 2009
Posts: 11
Default

@ocicat,
are you not reading my mount option -t nfs and transposing the letters?
this is a ffs drive i'm trying to share.

mount -t nfs myserver:/mnt/mydir /mydir

or alternately:

Code:
mount_nfs myserver:/mnt/mydir /mydir


@IdOp:
server /etc/exports:
mnt/mydir -maproot=daemon -alldirs myclient

(btw, do we add code tags to .conf contents also?)

OBSD client:
Code:
mount -t nfs myserver:/mnt/mydir /mydir
Linux client:
Code:
mount myserver:/mnt/mydir /mydir

Last edited by amorphousone; 25th August 2010 at 05:09 PM. Reason: added exports and mount info
Reply With Quote