06-30-2023, 06:05 PM
(06-25-2023, 03:58 PM)Tim Curtis Wrote: Starting with moOde 8.3.0 there is no default userid on the ISO image and starting with 8.3.1 there are no dependencies on the userid having to be named "pi".
The userid is setup as part of prepping the image with the Raspberry Pi Imager and can be whatever the user desires thus "pi" can't be assumed anywhere in the code.
To write files to a USB drive locally from SSH prefix the copy command with sudo.
When you say "writing is not possible... remotely" do mean from Windows file explorer?
Thanks for replying on this subject.
It applies both locally (on the RPI) and remotely (from the PC). Only the root user can write whereas the default user (pi) can read but not write. The simplest would be to grant write access to the local (non root) user. My intend is being able to copy ripped CDs from my PC over the network to the SSD connected to the RPI.