samba writable = no/yes issue
Posted: Mon Jun 18, 2012 7:07 pm
Hey there,
Wanted to document an issue I hit while connecting to shares from both windows and ubuntu on my HDA.
After going through the permissions checks..
I found that something else was stopping me from adding directories to certain shares. Noticing it was based on shares, it seems there may be a bug in how the Amahi Dashboard builds the smb.conf
I looked at my smb.conf (found at /etc/samba/smb.conf) and it turns out that the problematic shares had the property
set to no instead of yes, so I changed it to be
on all my shares and lo and behold, access is as it should be, and still restricted between users.
Is this a bug??
Wanted to document an issue I hit while connecting to shares from both windows and ubuntu on my HDA.
After going through the permissions checks..
Code: Select all
sudo chmod -R 775 /var/hda/files
sudo chown -hR username /var/hda/files
I looked at my smb.conf (found at /etc/samba/smb.conf) and it turns out that the problematic shares had the property
Code: Select all
writable = no
Code: Select all
writable = yes
Is this a bug??