Quantcast
Channel: Active questions tagged mount+fstab - Ask Ubuntu
Viewing all articles
Browse latest Browse all 699

How to mount cifs share read-write?

$
0
0

I am nearly positive the fstab entry is correct here, but when the cifs share is mounted, it is read only. What could I be missing?

/etc/fstab entry:

//192.168.1.200/music/ /home/erik/Music-Bespin cifs credentials=/home/erik/.smbcredentials,noperm,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0

And here is the corresponding smb.conf̀ server side

[global]    server string = samba_server    server role = standalone server    interfaces = lo eno1    bind interfaces only = yes    disable netbios = yes    smb ports = 445    log file = /var/log/samba/smb.log    max log size = 10000[music]    path = /home/erik/Shared/Music    valid users = erik    read only = no    writeable = yes    browseable = yes    public = yes    force create mode = 0777    force directory mode = 0777    force user = nobody    guest ok = yes

Viewing all articles
Browse latest Browse all 699

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>