dlittlebear
Cadet
- Joined
 - Nov 11, 2020
 
- Messages
 - 1
 
Hello all I have been looking for a solution to this for a while and have not found one yet.
I have truenas core set the nfs mount as v3 nfs and then mount on a Linux VM. when I try and rsync the data from linux share the ownership is being overwritten. I tried creating a test file directly on the truenas mount and changing the ownership and it will not allow that change.
root@localhost # chown localuser:localgroup test.dl
chown: changing ownership of `test.dl': Operation not permitted
one thing I saw said change Mapall User and Mapall Group to nobody however when the rysnc runs it just changes the file/directory ownership to nobody vs the user/groups that had once owned them.
	
		
			
		
		
	
			
			I have truenas core set the nfs mount as v3 nfs and then mount on a Linux VM. when I try and rsync the data from linux share the ownership is being overwritten. I tried creating a test file directly on the truenas mount and changing the ownership and it will not allow that change.
root@localhost # chown localuser:localgroup test.dl
chown: changing ownership of `test.dl': Operation not permitted
one thing I saw said change Mapall User and Mapall Group to nobody however when the rysnc runs it just changes the file/directory ownership to nobody vs the user/groups that had once owned them.