On Sun, Oct 27, 2019 at 02:41:01PM -0400, Gene Heskett wrote: > > > gene@coyote:/etc/ssh$ sshfs pi@rpi4:/ /sshnet/rpi4 > > > fusermount: user has no write access to mountpoint /sshnet/rpi4
That error message is as clear as one could possibly ask. > sudo chown 1000:1000 /sshnet/rpi4 Good. You fixed it. > sudo chmod 1777 /sshnet/rpi4 But then you did *that*. Why?