mount.nfs is located under /usr/local/sbin/ as part of the extension
'nfs-utils.tcz':
/usr/local/sbin/mount.nfs

You might want to call it directly with your manual command. And maybe
you need to rearrange the order of target, dir and options:


Code:
--------------------
    $ /usr/local/sbin/mount.nfs -V
  usage: mount.nfs remotetarget dir [-rvVwfnsh] [-o nfsoptions]
  options:
  -r        Mount file system readonly
  -v        Verbose
  -V        Print version
  -w        Mount file system read-write
  -f        Fake mount, do not actually mount
  -n        Do not update /etc/mtab
  -s        Tolerate sloppy mount options rather than fail
  -h        Print this help
  nfsoptions    Refer to mount.nfs(8) or nfs(5)
--------------------


------------------------------------------------------------------------
jd68's Profile: http://forums.slimdevices.com/member.php?userid=30795
View this thread: http://forums.slimdevices.com/showthread.php?t=111787

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to