ONTAP Discussions

OnTap 8.3 CIFS mounted chown permission

djames6801
2,170 Views

Is there any way to configure ontap 8.3.1 to allow for a mounted CIFS share where I could change the UNIX owner via chown?

 

# mount.cifs //MYIP/share1 /mnt -o  user=administrator,pass=password,dom=lab

# cd /mnt

# mkdir test

# ll

total 0

drwxrwxrwx 2 root root 0 Mar  8 03:27 test

# chmod 555 test

# chown kazeon:kazeon test

chown: changing ownership of `test': Input/output error

 

 

0 REPLIES 0
Public