Can not copy read only file on a nfs mounted partition
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
eCryptfs |
New
|
Undecided
|
Unassigned |
Bug Description
While trying to copy a file with permissions 444 (read only for everybody) I get:
ecryptfs_
The problem occurs on a NFS mounted ecryptfs directory.
Details:
- Host <host1> exports directory /mnt/nfs_shared
- Host <host2> mounts /mnt/nfs_shared using NFS
- Host <host2> mounts /mnt/nfs_
host2:$ touch ~/Private/test
host2:$ chmod 444 ~/Private/test
host2:$ cp ~/Private/test ~/Private/test1
ecryptfs_
I tested the above on <host1> and it works.
I tested the above on the non-encrypted directory "/mnt/nfs_
I'm using latest Ubuntu Server 64bit.
Your help will be appreciated.
Similar problem exists with sshfs. /github. com/libfuse/ sshfs/pull/ 17
I implemented a workaround for sshfs: https:/