(12-06-2024, 07:51 PM)Tim Curtis Wrote: Lets take a look at the mount.
Run these two commands
I have moved things about on the Drobo. There are now three shares on the Drobo; the relevant one is called Music and it contains three folders: Rock, Classical and OtherStuff. The objective is to limit the shuffle to the contents of the Rock folder. I have run the two commands:
ls /mnt/NAS/
Music
mount
/dev/mmcblk0p2 on / type ext4 (rw,noatime)
devtmpfs on /dev type devtmpfs (rw,relatime,size=430868k,nr_inodes=107717,mode=755)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
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 type tmpfs (rw,nosuid,nodev,size=186288k,nr_inodes=819200,mode=755)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursi
veprot)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,
maxproto=5,direct)
debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime)
sunrpc on /run/rpc_pipefs type rpc_pipefs (rw,relatime)
tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime)
fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime)
configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime)
/dev/mmcblk0p1 on /boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii
,shortname=mixed,flush,errors=remount-ro)
/dev/sda1 on /media/3AE9-31FF type vfat (rw,nosuid,nodev,noexec,noatime,nodiratime,fmask=0022,dma
sk=0022,codepage=437,iocharset=ascii,shortname=mixed,showexec,utf8,errors=remount-ro,uhelper=udis
ks)
//192.168.0.157/Music on /mnt/NAS/Music type cifs (ro,relatime,vers=3.1.1,cache=none,username=Gue
st,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.0.157,file_mode=0777,dir_mode=0777,iocharset=ut
f8,soft,nounix,mapposix,rsize=61440,wsize=65536,bsize=1048576,echo_interval=60,actimeo=1,closetim
eo=5)
tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=93140k,nr_inodes=23285,mode=700
,uid=1000,gid=1000)