Raspberry Pi 3 – SD Card or USB Mass Storage Device

How to boot from a USB Mass Storage Device on a Raspberry Pi 3
Installing operating system images

Raspberry Pi 3 bootet jetzt ohne SD-Karte von USB-Stick oder Festplatte, 06.08.2016
Raspberry Pi von SSD Festplatte booten, 15.09.2017
Raspberry Pi 3 bootet von USB-Stick und SSD , 05.08.2016

Raspberry Pi boot modes
github.com/raspberrypi/firmware/tree/next/boot

SD Memory Card Formatter

SD Memory Card Formatter 5.0 for SD/SDHC/SDXC, Developed by Tuxera
How to Format “Dead” SD Cards!
Software to mark bad blocks on SD card?

H2testw

H2testw 1.4
H2testw 1.4 – Gold Standard In Detecting USB Counterfeit Drives

F3

F3 – an alternative to h2testw
github.com/AltraMayor/f3

Questions

Verify if the micro SD card is corrupt
How can I test the full capacity of an SD card in Linux?
Quickly check for SD Card badblocks
How can I check the condition of an SD card?
Wiki: badblocks

$ sudo dd if=/dev/urandom of=/dev/null status=progress bs=1M conv=fsync
or
$ sudo apt-get install pv
$ dd if=/path/to/ubuntu.iso | pv | dd of=/dev/sdb
$ badblocks
$ f3write
$ f3read

Leave a Reply

Your email address will not be published. Required fields are marked *