Bug #31
Updated by Daniel Curtis almost 12 years ago
I would like users to be able to mount Samba shares and be able to read/write to the. I am able to mount <pre> mkdir /mnt/Share mount -t cifs -o username=user,password=pass,user,noauto //<+Samba Server+>/Share /mnt/Share </pre> Once navigated to the mounted directory, all files display. However editing, modifying, deleting, and creating files are impossible. <pre> ls -l of /mnt/ </pre> Shows shows that /mnt/Share <directory> is owned by root with 755 permissions. <pre> sudo cp <file> /mnt/Share </pre> /mnt/<directory> (Successful Write as root) </pre>