Younohost.local isn't available and I can't format my microSD for my raspi 3b+

My YunoHost server

Hardware: Raspberry Pi 3b+ at home
YunoHost version: 4.2 stable (up to date)
I have access to my server : Through SSH
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no
If yes, please explain:

Description of my issue

I’m trying to reinstall YNH on my Raspi microSD card but when I try to mount the microSD card, I only get “boot” and “rootfs” but it appears as one locked option for Etcher. Screenshot here

I encountered the same error with another microSD, and this helped:

find /media/user/SD32/ -type f -exec shred -v -f -n0 -z -u {} \;

shred params mean: Verbose, force deletion of non-writable files, don’t write random bytes (speeds up), write zeroes (much faster), truncate and delete the file after writing zeros.

If you have an adapter for your microSD, check this adapter is not in lock mode (it’s a mechanical issue)

Lmao the adapter is broken, apparently, it wasn’t locked but it was

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.