derverstand Guru
Joined: 15 Dec 2005 Posts: 511 Location: /dev/null
|
Posted: Mon Dec 04, 2006 11:45 am Post subject: shfs & rights - mapping userids ? |
|
|
Hi,
Let be the configuration:
box1 - server
- filesystem for user "user1:group1"
- .profile:
box2 - client
- filesystem for user "user2:group2"
- mounted remote filesystem with fstab:
Code: |
user1@box1:directory /mnt/somewhere shfs noauto,rw,user 0 0
|
I can read and write the remote files nicely; but when I touch a file, the executable rights are deleted. What can I do? Do I have to map the user/groupid additionally in fstab?
Best regards! |
|