Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <vcgpbs$fglr$1@dont-email.me>
Deutsch   English   Français   Italiano  
<vcgpbs$fglr$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!2.eu.feeder.erje.net!feeder.erje.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: John R Walliker <jrwalliker@gmail.com>
Newsgroups: comp.sys.raspberry-pi,sci.electronics.design
Subject: Re: RP2040 reset idea
Date: Thu, 19 Sep 2024 10:02:52 +0100
Organization: A noiseless patient Spider
Lines: 22
Message-ID: <vcgpbs$fglr$1@dont-email.me>
References: <biphejl03r86ebf5dkpcav9ud7u8vcjclj@4ax.com>
 <vcbkcl$3evhe$7@dont-email.me> <eaajej9hlmkdb4dbbdafiff63o549dlgas@4ax.com>
 <vccaag$3je29$4@dont-email.me> <pf0kejtj8b8riu7aa73ma5700o4bj0mr3e@4ax.com>
 <j6bmejhtj1jv3l14fn22nqlo3s1e1g4mhi@4ax.com> <vcg38d$dnci$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 19 Sep 2024 11:02:53 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="bd5109298ff71309c57205e303d57c31";
	logging-data="508603"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX18eyZ6tuOV6tSR0H5wWIAozXxkoe9osyOI="
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:RNTH0V63JvUjhgBoWcgRtZeoyYU=
Content-Language: en-GB
In-Reply-To: <vcg38d$dnci$1@dont-email.me>
Bytes: 2140

On 19/09/2024 03:45, Lawrence D'Oliveiro wrote:
> On Wed, 18 Sep 2024 12:56:44 -0700, john larkin wrote:
> 
>> If you copy a bunch of files into the flash, Windows will lie about
>> what's there, but there is really only one. If you disconnect the USB
>> cable and reconnect, Windows will show the one file.
> 
> What if you try it from Linux?
> 
> Unlike Windows, Linux is less prone to lie about things.

I just tried it using an RP2350 connected to a PC running
Linux Mint Mate edition.
I can copy files to the 2350 file system using either the GUI
or command line and they give the appearance of being copied
successfully.  I can read them back.
However, if I eject the USB drive and restart the RP2350
processor the files have gone away.  So either they are being
cached in the PC or they are only transiently stored.

John