Tagged Questions
1
vote
2answers
280 views
Redhat: non-root user needs to copy files to a NFS share
Typically non-root users cannot mount directories.
Running Redhat
Have 6GB tar.gz (/dir/somefile.tar.gz)
Need to move to a NFS share on another box (//somebox/somefolder/)
We have no other access. ...
0
votes
1answer
81 views
How to add NFS options flag to anaconda?
These options work for Kickstart to load the install tree from NFS:
The Fedora Kickstart documentation states
nfs --server=nfsserver.example.com --dir=/tmp/install-tree ...
4
votes
1answer
334 views
autofs mounts not disconnecting after inactive
I have autofs installed on several linux servers that are connecting to central NFS server for the users /home directories. It works great when mounting the directories on login, but the mounts never ...
1
vote
1answer
719 views
NIS and autofs error
I am trying to share the home directory of a NIS user using NFS and autofs. During testing, I get the following error message:
Could not chdir to home directory /home/guest/nis1: Permission denied
...