Mounting SMB via fstab - Help

For creating the mount, I followed these steps completely: Configuring fstab based Samba share mounts

Maybe there is something additional I need to do to create mountpoint?

Here are the results. Not sure why ‘Attic-PC’ was not pingable but IP was. I used ‘Attic-PC’ with ‘smbclient -L <server_name> -U my_username’ command, and it showed all the Windows shares properly.

osmc@osmc:/$ mount
devtmpfs on /dev type devtmpfs (rw,relatime,size=371168k,nr_inodes=92792,mode=755)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
tmpfs on /run type tmpfs (rw,relatime)
/dev/mmcblk0p6 on / type ext4 (rw,noatime,stripe=1024,data=ordered)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/net_cls type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=29,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
mqueue on /dev/mqueue type mqueue (rw,relatime)
sunrpc on /run/rpc_pipefs type rpc_pipefs (rw,relatime)
systemd-1 on /mnt/g type autofs (rw,relatime,fd=36,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
configfs on /sys/kernel/config type configfs (rw,relatime)
/dev/mmcblk0p5 on /boot type vfat (rw,noatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro)
/dev/mmcblk0p1 on /media/RECOVERY type vfat (rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0111,dmask=0000,allow_utime=0022,codepage=437,iocharset=ascii,shortname=mixed,showexec,utf8,errors=remount-ro,uhelper=udisks)
/dev/mmcblk0p3 on /media/SETTINGS type ext4 (rw,nosuid,nodev,relatime,data=ordered,uhelper=udisks)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=75256k,mode=700,uid=1000,gid=1000)
systemd-1 on /mnt/samplefiles type autofs (rw,relatime,fd=28,pgrp=1,timeout=0,minproto=5,maxproto=5,direct)
osmc@osmc:/$ ls -l /mnt
total 4
dr-xr-xr-x 2 root root 4096 Apr 20 17:51 G
drwxr-xr-x 2 root root 0 Apr 20 18:16 g
drwxr-xr-x 2 root root 0 Apr 20 20:24 samplefiles
osmc@osmc:/$ sudo ping -c4 Attic-PC
ping: bad address ‘Attic-PC’
osmc@osmc:/$ sudo ping -c4 192.168.86.27
PING 192.168.86.27 (192.168.86.27): 56 data bytes
64 bytes from 192.168.86.27: seq=0 ttl=128 time=0.745 ms
64 bytes from 192.168.86.27: seq=1 ttl=128 time=0.903 ms
64 bytes from 192.168.86.27: seq=2 ttl=128 time=0.768 ms
64 bytes from 192.168.86.27: seq=3 ttl=128 time=0.813 ms

— 192.168.86.27 ping statistics —
4 packets transmitted, 4 packets received, 0% packet loss
round-trip min/avg/max = 0.745/0.807/0.903 ms