Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


[SOLVED] Permission problems with 8.xx
#23
(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
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply


Messages In This Thread
RE: Permission problems with 8.xx - by Tim Curtis - 10-05-2022, 09:37 AM
RE: Permission problems with 8.xx - by Phosphoric - 10-05-2022, 09:46 AM
RE: Permission problems with 8.xx - by Tim Curtis - 10-05-2022, 10:16 AM
RE: Permission problems with 8.xx - by Phosphoric - 10-05-2022, 10:24 AM
RE: Permission problems with 8.xx - by Nutul - 10-05-2022, 11:22 AM
RE: Permission problems with 8.xx - by Phosphoric - 10-05-2022, 03:19 PM
RE: Permission problems with 8.xx - by Tim Curtis - 10-05-2022, 10:55 AM
RE: Permission problems with 8.xx - by Phosphoric - 10-05-2022, 03:05 PM
RE: Permission problems with 8.xx - by Tim Curtis - 10-05-2022, 03:35 PM
RE: Permission problems with 8.xx - by Phosphoric - 10-05-2022, 04:20 PM
RE: Permission problems with 8.xx - by Tim Curtis - 10-05-2022, 04:38 PM
RE: Permission problems with 8.xx - by Phosphoric - 10-05-2022, 04:49 PM
RE: Permission problems with 8.xx - by Phosphoric - 10-05-2022, 03:31 PM
RE: Permission problems with 8.xx - by Phosphoric - 10-05-2022, 04:41 PM
RE: Permission problems with 8.xx - by Phosphoric - 10-05-2022, 05:24 PM
RE: Permission problems with 8.xx - by Phosphoric - 10-05-2022, 04:26 PM
RE: Permission problems with 8.xx - by Tim Curtis - 10-05-2022, 04:53 PM
RE: Permission problems with 8.xx - by Phosphoric - 10-05-2022, 05:05 PM
RE: Permission problems with 8.xx - by Tim Curtis - 10-05-2022, 05:35 PM
RE: Permission problems with 8.xx - by Phosphoric - 10-05-2022, 05:53 PM
RE: Permission problems with 8.xx - by Tim Curtis - 10-05-2022, 06:00 PM
RE: Permission problems with 8.xx - by Phosphoric - 10-05-2022, 06:13 PM
RE: Permission problems with 8.xx - by Phosphoric - 10-06-2022, 04:18 PM
RE: Permission problems with 8.xx - by Tim Curtis - 10-06-2022, 06:03 PM
RE: Permission problems with 8.xx - by Nutul - 10-06-2022, 06:54 PM
RE: Permission problems with 8.xx - by Phosphoric - 10-07-2022, 07:43 AM
RE: Permission problems with 8.xx - by Phosphoric - 10-07-2022, 08:10 AM
RE: Permission problems with 8.xx - by Phosphoric - 10-07-2022, 07:53 PM
RE: Permission problems with 8.xx - by Phosphoric - 10-08-2022, 04:46 PM

Forum Jump: