Automount and mount questions
Darin Perusich
Darin.Perusich at cognigencorp.com
Wed Feb 20 09:05:08 EST 2002
your auto.home/auto_home map should only contain
`hostname`:/path/to/home. to view the auto_home NIS run the following
command:
Linux: ypcat auto.home || ypcat auto_home
Solaris: niscat auto_home.org_dir
to specify nfs options you need to do this in the system that you are
sharing or exporting the filesystem from. on a Linux server it would be
/etc/exports and on Solaris it /etc/dfs/dfstab. in linux you can modify
or add shares with the exportfs command, these changes are written to
/var/lib/nfs/xtab and under solaris you can modify shares on the fly
with the share(1M) command, these are written to /etc/dfs/sharetab.
using exportfs and share DO NOT modify the above mention /etc files.
JJ Neff wrote:
>
> Reading about NFS I saw that there were some problems with NFS.
>
> I appear to be having some of them.
>
> Sometimes I get Kernerl:lockd: cannot monitor a.b.c.d (<ip number of server) I
> found web sites tat talked about this but was unable to determine what might
> really cause or fix this.
>
> ALso I want to pass rsize-8192,wsize=8192 to my nfs mounts. In fstab I added
> these after the rw
>
> a.b.c.d:/export/public /mnt/public nfs rw,rsize=8192,wsize=8192 0 0
>
> Is that right ALSO where do these go in automount , in auto.home?
> DO they go at the end of the line , I cant seem to find the syntax
> /home /something --<option>, <do they go here with or without --?>
>
> Thanks for any help or web pages that describe this better.
>
> JJN
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Sports - Coverage of the 2002 Olympic Games
> http://sports.yahoo.com
--
Darin Perusich
Unix Systems Administrator
Cognigen Corp.
darinper at cognigencorp.com
More information about the nflug
mailing list