- Dec 11, 1999
- 16,632
- 4,559
- 75
Something has gone wrong with the following setup.
I have a Samba server on my main Ubuntu 16.04 machine, set with this in /etc/smb.conf:
I mount it from a similar Ubuntu VM with this in /etc/fstab:
It had been working for months. Now suddenly it only mounts read-only. Why?
I have a Samba server on my main Ubuntu 16.04 machine, set with this in /etc/smb.conf:
Code:
[multimedia]
path = /multimedia
valid users = ken
read only = no
I mount it from a similar Ubuntu VM with this in /etc/fstab:
Code:
//192.168.1.12/multimedia /multimedia cifs username=ken,password=********,rw,auto,user,nodev,noexec,nobrl,uid=1000,gid=1000 0 0
It had been working for months. Now suddenly it only mounts read-only. Why?