Groups | Search | Server Info | Login | Register
Groups > comp.sys.acorn.networking > #5191
| 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:46 +0100 |
| Organization | None |
| Message-ID | <5c240caa71bob@sick-of-spam.invalid> (permalink) |
| References | <7fb3c1235c.BrianNews@brianhowlett.me.uk> <5c2406133fnewsmcc@blueyonder.co.uk> <5c240a807ebob@sick-of-spam.invalid> |
In article <5c240a807ebob@sick-of-spam.invalid>, Bob Latham <bob@sick-of-spam.invalid> wrote: Sorry, forgot a few things... To install samba in the first place .. sudo apt-get install samba samba-common-bin Then after saving all the changes mentioned before in smb.conf you have to set an smb password that you use from LM98. So for username pi and password bob.... sudo smbpasswd -a pi enter password for pi user as 'bob' TWICE !!. sudo systemctl restart smbd Can't think of anything else on the linux end. On RiscOS, the LM98 file... Server: 192.168.1.15 Share: root User: pi Password: bob You can use a name instead of the IP address. eg. Server: mypi5 That's it, I think. Bob. > 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 | Next — Previous in thread | Next in thread | Find similar
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