Sujet : Re: Raspberry Pi imager failure modes
De : theom+news (at) *nospam* chiark.greenend.org.uk (Theo)
Groupes : comp.sys.raspberry-piDate : 04. Jun 2025, 09:44:38
Autres entêtes
Organisation : University of Cambridge, England
Message-ID : <kKm*DhaeA@news.chiark.greenend.org.uk>
References : 1
User-Agent : tin/1.8.3-20070201 ("Scotasay") (UNIX) (Linux/5.10.0-35-amd64 (x86_64))
bp@
www.zefox.net wrote:
I've been trying to write an image file to a microSD and it seems that
nothing happens. Even cancelling the write, nothing happens. The progress
bars just keep flying across the window. It's been well over an hour, from
a file in Downloads, so it can't be a network delay.
Presumably the microSD card is faulty, but I'd be more confident in that
if some explict error message came up. It's especially odd that cancelling
the write doesn't seem to do anything.
Anybody know what Imager failures are _supposed_ to look like?
If you're on Linux or Mac, take a look at dmesg ('sudo dmesg'). You may see
errors with the kernel failing to access the SD card. Such errors sometimes
aren't exposed to applications very well (eg everything may freeze rather
than reporting a sensible error to the application).
FreeBSD likewise, although I don't know if Imager runs on it?
Not sure what Windows does in this scenario... something something Event
Viewer?
Theo