Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Bob Latham Newsgroups: comp.sys.acorn.networking Subject: Re: Connecting LanMan98 to Raspberry Pi 5 Date: Sat, 31 May 2025 11:10:48 +0100 Organization: None Lines: 52 Message-ID: <5c2594dfb4bob@sick-of-spam.invalid> References: <7fb3c1235c.BrianNews@brianhowlett.me.uk> <1017r4e$3dqre$1@dont-email.me> <5c2485cdc6bob@sick-of-spam.invalid> <5f9e8b245c.chris@mytardis> <5c248f833cbob@sick-of-spam.invalid> <5c24a18f5ebob@sick-of-spam.invalid> <5c251333b1bob@sick-of-spam.invalid> X-Trace: individual.net tGwYRXu5LmV6X4WAb5P2pQjfdufDiHdKtCmhjSoFlG9swIe7J1 X-Orig-Path: sick-of-spam.invalid!bob Cancel-Lock: sha1:8HIVFjJoYcWz2k6tWflty7iassc= sha256:I7IQ3H2c26ZuhF7Kune/Qv/6DBdZHo3EHTSYyExfQd0= X-No-Archive: Yes User-Agent: NewsHound/v1.54 Xref: csiph.com comp.sys.acorn.networking:5205 In article , Theo wrote: > Bob Latham wrote: > > In article , > > Theo wrote: > > > Bob Latham wrote: > > > So I think you have two options. If you add 'no_root_squash' > > > as in "(rw,sync,no_root_squash)" then you can access any file > > > as root. > > > > > Or you could set your uid/gid to match the ones on the Pi. To > > > find them out, run the 'id' command: > > > > I've tried the easier method of adding 'no_root_squash' and it > > appears to work but not quite. It displays all of the directories > > in / the same as Lanman98 and I know some of those are virtual > > directories but they display in both systems. > > > > What doesn't work is /boot/firmware where important files like > > config.txt should be but the whole directory is empty from > > sunfish. > > > > I have 'follow symbolic links' switched on, any suggestions?> > /boot is a separate mounted partition (the FAT one on the SD card) > and NFS doesn't follow mount points by default. I think you need > the 'crossmnt' option in addition to 'no_root_squash' to allow NFS > to see into the mounted filesystem. In the file /etc/exports I have: / 192.168.1.0/24(rw,sync,no_root_squash) This works-ish It shows all the root directories the same as LM98 does. But it shows directories as empty, specifically /boot/firmware. There are are others. So I added crossmnt to the line .. / 192.168.1.0/24(rw,sync,no_root_squash,crossmnt) I don't know if that's the correct way. Now we get errors, strange errors. Error when reading Sunfish::LinnPi/.$.boot.firmware - NFS call failed (Stale NFS filehandle) Thanks. Bob.