![]() |
SMB Share - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: SMB Share (/showthread.php?tid=7753) Pages:
1
2
|
SMB Share - Topman44 - 05-25-2025 Hi I have a Multiroom sender running 9.2.6 with SMB share enabled, The Receiver is running 9.2.6 if I create a remote NAS source and scan it generates a list of paths MOODE/NAS MOODE/NVMe MOODE/Playlists MOODE/SATA MOODE/SDCard all my music is on MOODE/NAS and works fine on the receiver and on a windows pc as a network location, so I can just drop music folders in it. If I update the sender to 9.3.4 I loose the MOODE/NAS on the receiver and windows pc. When I scan on the receiver it only show MOODE/Playlists MOODE/SDCard any help would be much appreciated RE: SMB Share - Tim Curtis - 05-25-2025 On host MOODE, what storage device contains your music files? RE: SMB Share - Topman44 - 05-25-2025 The storage device is a M.2 NVMe SSD on a Pimoroni base RE: SMB Share - Topman44 - 05-25-2025 Just tried a clean install of 9.3.4 with Raspberry Pi Imager and its still the same only showing MOODE/Playlists MOODE/SDCard on the receiver RE: SMB Share - Tim Curtis - 05-25-2025 In Library Config under the Locally Attached Drives section is the drive mounted? RE: SMB Share - Topman44 - 05-25-2025 No I have moode installed and running off it instead of a sd card RE: SMB Share - Tim Curtis - 05-25-2025 Whats the output of the commands below? Code: ls -l /dev/nvme* RE: SMB Share - Topman44 - 05-25-2025 I will have to update it to run that command I've tried 9.3.3 and that is the same only shows two shares. I installed 9.3.2 and that version works RE: SMB Share - Tim Curtis - 05-25-2025 You can run the commands on 932 as long as you have booted of the nvme drive. RE: SMB Share - Topman44 - 05-25-2025 phil@moode:~ $ ls -l /dev/nvme* crw------- 1 root root 245, 0 May 25 14:18 /dev/nvme0 brw-rw---- 1 root disk 259, 0 May 25 14:18 /dev/nvme0n1 brw-rw---- 1 root disk 259, 1 May 25 14:18 /dev/nvme0n1p1 brw-rw---- 1 root disk 259, 2 May 25 14:18 /dev/nvme0n1p2 phil@moode:~ $ mount /dev/nvme0n1p2 on / type ext4 (rw,noatime) devtmpfs on /dev type devtmpfs (rw,relatime,size=4087008k,nr_inodes=255438,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=1649008k,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_recursiveprot) 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,pipe_ino=3045) mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime) debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime) tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime) tmpfs on /tmp type tmpfs (rw,nosuid,nodev,size=4122512k,nr_inodes=1048576) 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) ramfs on /run/credentials/systemd-sysctl.service type ramfs (ro,nosuid,nodev,noexec,relatime,mode=700) ramfs on /run/credentials/systemd-sysusers.service type ramfs (ro,nosuid,nodev,noexec,relatime,mode=700) ramfs on /run/credentials/systemd-tmpfiles-setup-dev.service type ramfs (ro,nosuid,nodev,noexec,relatime,mode=700) /dev/nvme0n1p1 on /boot/firmware type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro) /dev/nvme0n1p2 on /var/hdd.log type ext4 (rw,noatime) log2ram on /var/log type tmpfs (rw,nosuid,nodev,noexec,noatime,size=32768k,mode=755) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime) ramfs on /run/credentials/systemd-tmpfiles-setup.service type ramfs (ro,nosuid,nodev,noexec,relatime,mode=700) sunrpc on /run/rpc_pipefs type rpc_pipefs (rw,relatime) tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=824496k,nr_inodes=206124,mode=700,uid=1000,gid=1000) phil@moode:~ $ phil@moode:~ $ phil@moode:~ $ |