Ah gotcha now,
I got the following section after I did the ls command:
handle_packet: type = 5
handle_packet_missing_direct: token 17, name /mnt/Videos, request pid 13419
attempting to mount entry /mnt/Videos
lookup_mount: lookup(file): looking up /mnt/Videos
lookup_mount: lookup(file): /mnt/Videos → -fstype=cifs,rw,credentials=/home/osmc/.smbcredentials,iocharset=utf8,uid=osmc,gid=osmc,vers=3.0 ://192.168.1.223/Videos
parse_mount: parse(sun): expanded entry: -fstype=cifs,rw,credentials=/home/osmc/.smbcredentials,iocharset=utf8,uid=osmc,gid=osmc,vers=3.0 ://192.168.1.223/Videos
parse_mount: parse(sun): gathered options: fstype=cifs,rw,credentials=/home/osmc/.smbcredentials,iocharset=utf8,uid=osmc,gid=osmc,vers=3.0
parse_mount: parse(sun): dequote(“://192.168.1.223/Videos”) → ://192.168.1.223/Videos
parse_mount: parse(sun): core of entry: options=fstype=cifs,rw,credentials=/home/osmc/.smbcredentials,iocharset=utf8,uid=osmc,gid=osmc,vers=3.0, loc=://192.168.1.223/Videos
sun_mount: parse(sun): mounting root /mnt/Videos, mountpoint /mnt/Videos, what //192.168.1.223/Videos, fstype cifs, options rw,credentials=/home/osmc/.smbcredentials,iocharset=utf8,uid=osmc,gid=osmc,vers=3.0
do_mount: //192.168.1.223/Videos /mnt/Videos type cifs options rw,credentials=/home/osmc/.smbcredentials,iocharset=utf8,uid=osmc,gid=osmc,vers=3.0 using module generic
mount_mount: mount(generic): calling mkdir_path /mnt/Videos
mount_mount: mount(generic): calling mount -t cifs -s -o rw,credentials=/home/osmc/.smbcredentials,iocharset=utf8,uid=osmc,gid=osmc,vers=3.0 //192.168.1.223/Videos /mnt/Videos
spawn_mount: mtab link detected, passing -n to mountmount error(22): Invalid argument
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
mount(generic): failed to mount //192.168.1.223/Videos (type cifs) on /mnt/Videos
dev_ioctl_send_fail: token = 17
failed to mount /mnt/Videos
st_expire: state 1 path /-
expire_proc: exp_proc = 3061840704 path /-
expire_cleanup: got thid 3061840704 path /- stat 0
expire_cleanup: sigchld: exp 3061840704 finished, switching from 2 to 1
st_ready: st_ready(): state = 2 path /-
^Cdo_notify_state: signal 2
master_notify_state_change: sig 2 switching /- from 1 to 5
st_prepare_shutdown: state 1 path /-
expire_proc: exp_proc = 3060792128 path /-
expire_cleanup: got thid 3060792128 path /- stat 0
expire_cleanup: sigchld: exp 3060792128 finished, switching from 5 to 7
st_shutdown: state 5 path /-
umount_multi: path /mnt/Logs/ incl 0
umounted direct mount /mnt/Logs/
umount_multi: path /mnt/Videos incl 0
umounted direct mount /mnt/Videos
automount_path_to_fifo: fifo name /var/run/autofs.fifo–
shut down path /-
autofs stopped
I guess the relevant comments are:
mount error(22): Invalid argument
Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
mount(generic): failed to mount //192.168.1.223/Videos (type cifs) on /mnt/Videos
dev_ioctl_send_fail: token = 17
dmesg | tail
[10066.976401] CIFS VFS: Unknown vers= option specified: 3.0
[10347.928907] CIFS VFS: Unknown vers= option specified: 3.0
[10619.224942] CIFS VFS: Unknown vers= option specified: 3.0
[10761.398234] CIFS VFS: Unknown vers= option specified: 3.0
[10849.962320] CIFS VFS: Unknown vers= option specified: 3.0
[12714.751825] CIFS VFS: Unknown vers= option specified: 3.0
[12719.450546] CIFS VFS: Unknown vers= option specified: 3.0
[12847.777624] CIFS VFS: Unknown vers= option specified: 3.0
[12849.713573] CIFS VFS: Unknown vers= option specified: 3.0
[19256.097942] CIFS VFS: Unknown vers= option specified: 3.0
Found this page https://forums.developer.nvidia.com/t/mount-network-folder-samba-cifs/70922/12
Is it possible that version 3.0 is not installed in the kernel? (forgive me if I don’t make sense but my Linux experience is very limited)
The strange thing is that Samba is working on version 3.0 (Windows 10) so it must support it in some way.
Regards,
fbagnato