Changes

From Amahi Wiki
Jump to: navigation, search
m
no edit summary
* Add each share you want to mount locally to your /etc/fstab, like this:
<div style="border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px;overflow: scroll"> #smb#//127.0.0.1/<share_name> /mnt/samba/<share_name> cifs credentials=/home/<username>/.smb_credentials,uid=500,gid=100,file_mode=0660,dir_mode=0770,hard,_netdev 0 0
</div>
 
You'll need to replace ''<share_name>'' with the actual share name.<br/>
And ''<username>'' with your username. That user will own all the files in the mounted shares, though all users that are part of the ''users'' group (gid=100) will also be able to write in those mounted shares.