pzepernick
Programmer
Can someone tell me how to change the ownership, and permissions on a mount to a windows share? I have been able to mount a windows share, but when the mount is performed the ownership always goes to root root, and permissions 755. When I try to change the ownership or permissions, I get the following error:
chown: changing ownership of `/myshare': Operation not permitted
I am trying to do this under the root user.
I have also tried to run the mount command under the user that I wish to have ownership, and it says that only root is permited to perform the operation. Below is the command that I am using to mount the directory to my windows share:
mount -t smbfs -o username=myuser,password=mypass //zepernick/backups /myshare
I am running Mandrake 10.0
Can anyone shed any light on this?
Thanks,
Paul Zepernick
chown: changing ownership of `/myshare': Operation not permitted
I am trying to do this under the root user.
I have also tried to run the mount command under the user that I wish to have ownership, and it says that only root is permited to perform the operation. Below is the command that I am using to mount the directory to my windows share:
mount -t smbfs -o username=myuser,password=mypass //zepernick/backups /myshare
I am running Mandrake 10.0
Can anyone shed any light on this?
Thanks,
Paul Zepernick