Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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