Groups | Search | Server Info | Login | Register


Groups > comp.sys.acorn.networking > #5190

Re: Connecting LanMan98 to Raspberry Pi 5

From Bob Latham <bob@sick-of-spam.invalid>
Newsgroups comp.sys.acorn.networking
Subject Re: Connecting LanMan98 to Raspberry Pi 5
Date 2025-05-28 11:23 +0100
Organization None
Message-ID <5c240a807ebob@sick-of-spam.invalid> (permalink)
References <7fb3c1235c.BrianNews@brianhowlett.me.uk> <5c2406133fnewsmcc@blueyonder.co.uk>

Show all headers | View raw


In article <5c2406133fnewsmcc@blueyonder.co.uk>,
   John <newsmcc@blueyonder.co.uk> wrote:
> In article <7fb3c1235c.BrianNews@brianhowlett.me.uk>, Brian
> Howlett <news-spamtrap@brianhowlett.me.uk> wrote:

> > Has anyone got a similar setup working, and if so, what
> > are the correct settings (on both systems)?


> I had a lot of help from Bob Latham who supplied
> information on connecting to a Pi. 

Thanks for the mention John.


I have not tested every distro of linux but I have tested the
13/05/2025 release of Raspberry Pi OS lite, found here..
https://www.raspberrypi.com/software/operating-systems/

To get that to play nicely the key is this...

Add the following 5 lines to the file /etc/samba/smb.conf

--------------------------------------
# Allow SMB1 connections for RISC OS.
   server min protocol=NT1
#   client min protocol=NT1
   ntlm auth=yes
unix extensions = no
---------------------------------------

In that file you'll find a line workgroup = WORKGROUP
and just under that a heading of Networking.

I chose to add the lines as the first item in "Networking"

I found it easiest to do this with nano as in: 
  sudo nano /etc/samba/smb.conf

Add the lines and that's basically it!


I also wanted to share the root on my Pis and to do that...

Add the following, I chose just above [printers]

 
[root]
   comment = root
   path = /
   writeable = yes
   only guest = no
   directory mask = 0777
   create mask = 0777
   force user = root
   force group = root
   public = no
   follow symlinks = yes
   wide links = yes


That will give you access to root.

Then you may find that other shares from the pi set by default can
annoy. To get rid ...

add the line 

   available = no

to the list under [homes] [print$]


To finish off, save with Cntrl-X, Y, <ret>

sudo systemctl restart smbd 

You should now be good to go.


Bob.

Back to comp.sys.acorn.networking | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Connecting LanMan98 to Raspberry Pi 5 Brian Howlett <news-spamtrap@brianhowlett.me.uk> - 2025-05-27 22:08 +0100
  Re: Connecting LanMan98 to Raspberry Pi 5 John <newsmcc@blueyonder.co.uk> - 2025-05-28 10:34 +0100
    Re: Connecting LanMan98 to Raspberry Pi 5 Bob Latham <bob@sick-of-spam.invalid> - 2025-05-28 11:23 +0100
      Re: Connecting LanMan98 to Raspberry Pi 5 Bob Latham <bob@sick-of-spam.invalid> - 2025-05-28 11:46 +0100
      Re: Connecting LanMan98 to Raspberry Pi 5 John <newsmcc@blueyonder.co.uk> - 2025-05-28 15:12 +0100
        Re: Connecting LanMan98 to Raspberry Pi 5 Brian Howlett <news-spamtrap@brianhowlett.me.uk> - 2025-05-28 18:19 +0100
  Re: Connecting LanMan98 to Raspberry Pi 5 druck <news@druck.org.uk> - 2025-05-28 21:19 +0100
    Re: Connecting LanMan98 to Raspberry Pi 5 Bob Latham <bob@sick-of-spam.invalid> - 2025-05-29 09:49 +0100
      Re: Connecting LanMan98 to Raspberry Pi 5 Theo <theom+news@chiark.greenend.org.uk> - 2025-05-29 10:39 +0100
        Re: Connecting LanMan98 to Raspberry Pi 5 Chris Hughes <news13@noonehere.co.uk> - 2025-05-29 10:53 +0100
          Re: Connecting LanMan98 to Raspberry Pi 5 Bob Latham <bob@sick-of-spam.invalid> - 2025-05-29 11:36 +0100
            Re: Connecting LanMan98 to Raspberry Pi 5 Theo <theom+news@chiark.greenend.org.uk> - 2025-05-29 13:13 +0100
              Re: Connecting LanMan98 to Raspberry Pi 5 Bob Latham <bob@sick-of-spam.invalid> - 2025-05-29 14:53 +0100
                Re: Connecting LanMan98 to Raspberry Pi 5 Theo <theom+news@chiark.greenend.org.uk> - 2025-05-29 16:29 +0100
                Re: Connecting LanMan98 to Raspberry Pi 5 Bob Latham <bob@sick-of-spam.invalid> - 2025-05-30 11:34 +0100
                Re: Connecting LanMan98 to Raspberry Pi 5 Theo <theom+news@chiark.greenend.org.uk> - 2025-05-30 12:38 +0100
                Re: Connecting LanMan98 to Raspberry Pi 5 Bob Latham <bob@sick-of-spam.invalid> - 2025-05-31 11:10 +0100
                Re: Connecting LanMan98 to Raspberry Pi 5 Theo <theom+news@chiark.greenend.org.uk> - 2025-05-31 21:11 +0100
                Re: Connecting LanMan98 to Raspberry Pi 5 Bob Latham <bob@sick-of-spam.invalid> - 2025-06-01 13:00 +0100
    Connecting LanMan98 to Raspberry Pi 5 Dnews <dnews@triffid.co.uk> - 2025-05-29 18:32 +0100

csiph-web