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 ...
- 04-21-2011 #1Just 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.
- 04-21-2011 #2Linux Guru
- 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!
- 04-22-2011 #3Just Joined!
- Join Date
- Apr 2011
- Posts
- 4
Linux ext4 on Windows through nfs.
the -e was windows to verify communication and detecting shares.
- 04-22-2011 #4Linux Guru
- 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!


Reply With Quote