Is there a way to save a file in raspbian so that I can read it from the SD in an XP machine?
(I don't know if it makes any difference, but I set up Raspbian from a NOOBS SD)

Not easily with a NOOBS installation. The 'common area' is not mounted and available to Raspbian by default. (That's to keep that area 'safe' because it contains the NOOBS recovery software.)PaulBraspi wrote:Trevor, you mentioned it was possible to do it directly for small text files in the 'common area'. That's exactly what I want to do! Can you give me some details on that?

@PaulBraspi, @DeeJay is correct w.r.t. NOOBS since, in order to provide a recovery option, its partition layout is somewhat "special" and similar to that found on notebooks and laptops where the O.S. has been pre-installed (and no recovery discs supplied).DeeJay wrote:Not easily with a NOOBS installation. The 'common area' is not mounted and available to Raspbian by default. (That's to keep that area 'safe' because it contains the NOOBS recovery software.)PaulBraspi wrote:Trevor, you mentioned it was possible to do it directly for small text files in the 'common area'. That's exactly what I want to do! Can you give me some details on that?

Fair enough. However you don't need a full network (eg. WiFi or ethernet cable, router, modem etc.) to get "network connectivity" .PaulBraspi wrote:Yes, it's off network. I'm sorry; I should have made that clear.
Code: Select all
pscp -v <userid>@<IP addreess>:<path of file/name> .
In essence, yes!! This is exactly my situation.Joe Schmoe wrote:I'm wondering if OP's situation is that he has a Windows-based system (in the Central Office, so to speak) and he has users in the field who send in their SD cards - for "downloading" to the central system.
Anywhere in /bootPaulBraspi wrote:I guess I'm asking how/where to write a small text file on a raspbian FAT partition so that I can subsequently read it on a Windows machine.