10-05-2022, 05:53 PM
(10-05-2022, 05:35 PM)Tim Curtis Wrote:Thanks Tim,(10-05-2022, 05:05 PM)Phosphoric Wrote:Code:pi@moode:/ $ ls -l /media
total 128
drwxr-xr-x 150 root root 131072 Oct 5 17:58 'Moode playe'(10-05-2022, 04:53 PM)Tim Curtis Wrote: What is output from the following commands on the 192.168.x.x system?
Code:ls -l /media
systemctl status smbd
Code:pi@moode:/ $ systemctl status smbd
● smbd.service - Samba SMB Daemon
Loaded: loaded (/lib/systemd/system/smbd.service; disabled; vendor preset:>
Active: active (running) since Wed 2022-10-05 16:13:54 BST; 1h 49min ago
Docs: man:smbd(8)
man:samba(7)
man:smb.conf(5)
Process: 1005 ExecStartPre=/usr/share/samba/update-apparmor-samba-profile (>
Main PID: 1006 (smbd)
Status: "smbd: ready to serve connections..."
Tasks: 3 (limit: 1010)
CPU: 967ms
CGroup: /system.slice/smbd.service
├─1006 /usr/sbin/smbd --foreground --no-process-group
├─1015 /usr/sbin/smbd --foreground --no-process-group
└─1016 /usr/sbin/smbd --foreground --no-process-group
Oct 05 16:13:53 moode systemd[1]: Starting Samba SMB Daemon...
Oct 05 16:13:54 moode smbd[1006]: [2022/10/05 16:13:54.361701, 0] ../../lib/ut>
Oct 05 16:13:54 moode systemd[1]: Started Samba SMB Daemon.
Oct 05 16:13:54 moode smbd[1006]: daemon_ready: daemon 'smbd' finished starti>
lines 1-20/20 (END)
Btw, Code Box icon is on the toolbar on the right side. You have to be in Compose or Preview Post mode.
Hope I got that right!
Looks good.
Now from your Linux Mint box try the commands below.
Code:sudo mkdir /mnt/Test
sudo mount -t cifs "//192.168.x.x/Moode player" -o username="Guest",password="",rsize=61440,wsize=65536,iocharset=utf8,vers=3.1.1,rw,noserverino,dir_mode=0777,file_mode=0777 "/mnt/Test"
If no errors then try to write to the mount point
sudo touch /mnt/Test/test.txt
If no errors then reverse the above
sudo rm /mnt/Test/test.txt
sudo umount -f /mnt/Test
sudo rmdir /mnt/Test
test.txt appeared in my Moode playe media file. Is that good?
I'm currently downloading a fresh version of 8.20 to try from scratch again. I won't overwrite the version that we are working on at the moment though.