USB-Stick

Create a image from a Bad SDCARD or any other fat32 disk and repair it

#Create a Image sudo dd if=/dev/sdf1 of=/sdcardimage.img conv=noerror,sync #try to repair the image sudo dosfsck -t -a -w /sdcardimage.img #mount Image for copy files sudo mkdir /media/recovery/ sudo mount -o rw,loop /sdcardimage.img /media/recovery/ #Infos: if=path_of_file_with_IO_errors specifies input path of=path_of_clean_copy_to_create specifies output path conv=noerror,sync tells dd to be fault-tolerant

Tools for creating Bootable USB-Stick

E2B – http://www.easy2boot.com/download/ Rufus – https://rufus.akeo.ie/ XBoot – https://sites.google.com/site/shamurxboot/ Yumi – https://www.pendrivelinux.com/yumi-multiboot-usb-creator/ MultiBoot – http://liveusb.info/dotclear/ UnetBootin – https://wiki.ubuntuusers.de/UNetbootin/Windows-Installations-Stick_erstellen/ etcher – https://etcher.io/ ventoy – https://www.ventoy.net/en/index.html