Thread: Doubts
View Single Post

  #1 (permalink)  
Old 09-07-2007, 05:06 PM
vaibhav.kanchan vaibhav.kanchan is offline
Junior Member
User
 
Join Date: Jul 2007
Location: Hyderabad
My distro: Redhat RHEL, Solaris
Posts: 29
Rep Power: 0
vaibhav.kanchan is on a distinguished road
Default Doubts

question 1: What is the use of root_squash option in nfs and why do we have to use the same in /etc/exports?

question2: How many filesystems are supported in NFS? For example. the filesystem in the server is ext2 and your system (client) has ext3 filesystem? Can we mount files in server?

question3: I am getting error message in Samba Server.

NT_STATUS_ACCESS_DENIED

I have tried the command in /etc/samba/smb.comf

hosts allow= *.example.com

I am getting the above error message when I try to acces the samba share.

But if i use hosts allow= .example.com

I am not getting any error message. We know that the use of this wildcard character * as all in Linux.
Why we are getting this error message?
Reply With Quote