[NTLUG:Discuss] NFS Resolution
Randall Gibson
wabbit at tvec.net
Thu Sep 6 21:29:00 CDT 2001
On 2001.09.06 19:12 Patrick Parks wrote:
> One other issue I am working on, and I am hoping that someone could
> help me with is permissions. I read the how to, I have a huge
> mastering linux book, and I am still confused.
> ok, I have my windows partition which is just a partition on the
> drive, not a seperate drive. I have it mount at boot time, the mount
> point is in my home directory. The owner is root, and so is the
> group. permissions are 755. I want to be able to read and write from
> linux as myself to the windows partition. how can I change these
> permissions? I login as root, and try to change the owner and group,
> and it does not allow me to. I originally set it up through
> linuxconf and I do not see an option to set the permissions there.
> Anyone?
>
What I do is use the noauto,user options, then mount it as my normal user
when I actually need anything from my windows dir. if you want to have it
mount at boot try using uid=gid=1000 (or whatever your user ID is. Look in
/etc/passwd)
>ipchains I think. I never installed it, and never had a problem with it
>before, so I dont know why it started all of a sudden. All I did was
>turned off the firewall services and all is working fine with my NFS, I
>love it, works great! I know some of you are saying to yourself turn
>back on the firewall and I will, but I have to do some research into it
>first, before I start messing around with it.
to enable access from localnet use this rule :
/sbin/ipchains -A input -s 192.168.0.0/24 -j ACCEPT
If you want a more complete ruleset, including masqurading,let me know,
I'll send you what I was using when I was using ipchains. ipfilters is soo
much easier though!!
Randall Gibson
ICQ: 2502581
More information about the Discuss
mailing list