You are not logged in.
Pages: 1
Hi,
Until today it's been fine. Right now the shares are unmountable (Dolphin message):
An error occurred while accessing 'Obmen on 192.168.0.125', the system responded: mount: only root can mount //192.168.0.125/Obmen on /home/alexey/smb4k/WSERVER/Obmen
/etc/fstab:
//192.168.0.125/Obmen /home/alexey/smb4k/WSERVER/Obmen cifs noauto,uid=1000,credentials=/home/alexey/.smbcredentials,x-systemd.automount 0 0
sudo apparently works as usual (the only recently upgraded package remotely relevant). Any ideas?
Offline
Does a manual mount work, e.g. mount -a? Does it work if you enter the mount command manually in a shell? Could it be that the network is not ready when the system tries to mount the shares?
Offline
Does a manual mount work, e.g. mount -a? Does it work if you enter the mount command manually in a shell?
mount -a won't work. Can't say right now about manual mount (it's weekend).
An error occurred while accessing 'Obmen on 192.168.0.125', the system responded: mount: only root can mount //192.168.0.125/Obmen on /home/alexey/smb4k/WSERVER/Obmen
It doesn't believe in my credentials any more, but why? Now and then (by no means always) the Device Notifier (KDE) asks for my user password to mount a mobile phone, but this is far less lethal.
Could it be that the network is not ready when the system tries to mount the shares?
Unlikely. This is another story.
Last edited by Llama (2014-03-23 04:53:30)
Offline
Manual mount failed, too:
$ sudo mount -t cifs //192.168.0.125/БОС /home/alexey/smb4k/WSERVER/БОС/ -o uid=1000,username=user,password=passwd
Couldn't chdir to /home/alexey/smb4k/WSERVER/БОС: No such device
$ sudo mount -t cifs //192.168.0.125/Obmen /home/alexey/smb4k/WSERVER/Obmen/ -o uid=1000,username=user,password=passwd
Couldn't chdir to /home/alexey/smb4k/WSERVER/Obmen: No such device
БОС and Obmen apparently exist; I can't enter them, though:
Could not enter folder /home/alexey/smb4k/WSERVER/Obmen.
Last edited by Llama (2014-03-24 04:54:27)
Offline
Same problem here: No such device or address
Offline
Pages: 1