I re-installed Ubuntu and now all my Samba shares are mounting as read-only file systems when accessed from my Macbook. The shares were working fine previously and my smb.conf hasn't changed.
I have been working on this for a few days now and am completely stuck as to what to try next.
All my partitions are ext4. Both the mount directories and the contents of the mounted partitions are owned by me and have permissions of 775.
After reinstalling Ubuntu, I recreated my user account and did chown on everything again. I also recreated my Samba account.
Below is an example of how the partitions are mounted in fstab:
Here is an example entry from my log.smbd:Code:UUID=d1511c74-8bfd-4a1e-9ab8-8f323b0efb63 /media/Storage\04004 ext4 defaults 0 2
And here is my smb.conf:Code:[2014/10/08 11:54:13, 0] ../source3/smbd/server.c:1209(main) smbd version 4.1.11-Ubuntu started. Copyright Andrew Tridgell and the Samba Team 1992-2013 [2014/10/08 11:54:13.984378, 0] ../source3/smbd/server.c:1289(main) standard input is not a socket, assuming -D option [2014/10/08 11:54:14.131527, 0] ../lib/util/become_daemon.c:136(daemon_ready)
Code:[global] workgroup = myworkgroupname server string = %h server (Samba, Ubuntu) dns proxy = no log file = /var/log/samba/log.%m max log size = 1000 syslog = 0 panic action = /usr/share/samba/panic-action %d encrypt passwords = true passdb backend = tdbsam obey pam restrictions = yes unix password sync = yes passwd program = /usr/bin/passwd %u passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* . pam password change = yes map to guest = bad user usershare max shares = 100 usershare allow guests = yes allow insecure wide links = yes unix extensions = yes [homes] comment = Home Directories browseable = yes read only = no create mask = 0775 directory mask = 0775 [sysvol] path = /var/lib/samba/sysvol read only = no [netlogon] path = /var/lib/samba/sysvol/localdomain/scripts read only = no [Storage 04] path = /media/Storage 04 available = yes valid users = mkerr read only = no browseable = yes public = yes writable = yes follow symlinks = yes wide links = yes



Adv Reply


Bookmarks