Visit Open-E website
Results 1 to 3 of 3

Thread: New NFS shares not mounting

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2008
    Posts
    82

    Default

    Hello,

    I want to help but for me or anybody else, we need to know what NFS version u r running? UDP or TCP?

    are you using: mount -t nfs -o tcp,nolock,wsize=8192,rszie=8192 ip_address:/share/share /mnt/point

    or sth else????

  2. #2
    Join Date
    Feb 2008
    Posts
    12

    Default

    I mount with:
    Code:
    mount -t nfs -o noatime,intr,rsize=8192,wsize=8192 nas_ip:/share/share_name /mount_path
    I have tried various different mount options, but they don't seem to affect the problem.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •