Find the answer to your Linux question:
Results 1 to 4 of 4
I'm trying to mount a linux NFS to Windows 2008. When I do mount -e 10.0.0.10 It returns the share /shared/nfs 10.0.0.* I also have iptables stopped but I'm getting ...
  1. #1
    Just Joined!
    Join Date
    Apr 2011
    Posts
    4

    mount NFS access denied

    I'm trying to mount a linux NFS to Windows 2008.

    When I do mount -e 10.0.0.10
    It returns the share
    /shared/nfs 10.0.0.*

    I also have iptables stopped but I'm getting access denied from the client 10.0.0.11

    /etc/exports:
    /shared/nfs 10.0.0.*(rw,no_root_squash,insecure)

    What else can I troubleshoot? There's no router interference btw.

  2. #2
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    You are trying to mount a Linux file system on Windows, or Windows on Linux via NFS? AFAIK, there is no -e option for mount on Linux. At least not for current versions.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  3. #3
    Just Joined!
    Join Date
    Apr 2011
    Posts
    4
    Linux ext4 on Windows through nfs.
    the -e was windows to verify communication and detecting shares.

  4. #4
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    If you updated /etc/exports on the Linux host, but didn't run the exportfs command, then the nfs server doesn't know about the share. So, run exportfs and then restart the nfs server.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

Posting Permissions

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