18-05-2020, 18:33
0
Kod:
#client min protocol (G)
#This setting controls the minimum protocol version that the client will attempt to use.
client min protocol=NT1
Zresetowałem sambę
Kod:
sudo service smbd restart
próba montowania:
Kod:
sudo mount -o user=guest //IP_servera /home/marcin/mnt/
Password for guest@//IP_servera:
mount error(22): Invalid argument
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)
Kod:
sudo mount.cifs -o user=guest //IP_servera/volume/ /home/marcin/mnt/
Password for guest@//IP_servera/volume/:
mount error(2): No such file or directory
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg)