Cleo256
07-09-2001, 07:16 PM
I've done a search, and I think I may have a unique question.
I have one linux box that mounts a network drive as the /home directory. It does this through the following line in /etc/fstab:
serv1:/proj/linux/may /home nfs exec,dev,suid,rw 1 1
Now, I have a second linux box that I am bringing up. I want to match the configuration of the first box. I want the same users to be able to log in to the new box and have all the same files and file permissions they had on the first box.
I copied the line into the /etc/fstab of the second machine, rebooted, and logged in as 'dave', a username from the first box. But I didn't have permission to read dave's directory. When I did an 'ls -l /home', I saw the owners and groups listed as numbers, rather than names.
How can I pull this off?
I have one linux box that mounts a network drive as the /home directory. It does this through the following line in /etc/fstab:
serv1:/proj/linux/may /home nfs exec,dev,suid,rw 1 1
Now, I have a second linux box that I am bringing up. I want to match the configuration of the first box. I want the same users to be able to log in to the new box and have all the same files and file permissions they had on the first box.
I copied the line into the /etc/fstab of the second machine, rebooted, and logged in as 'dave', a username from the first box. But I didn't have permission to read dave's directory. When I did an 'ls -l /home', I saw the owners and groups listed as numbers, rather than names.
How can I pull this off?