Linux: SD Karte formatieren FAT32 für Android
2018-11-04
IN1, 2018-11-04 00:00:00
IN1, 2023-04-13 16:20:21


SD Karte FAT32 formatieren für Android

In Konsole

while true;do sudo dmesg -c;done

Dann SD Card in PC einlegen/connecten, Log beobachten und CD Karte identifizieren.

Beispiel:

[ 2568.861674] sd 8:0:0:0: [sde] 30318592 512-byte logical blocks: (15.5 GB/14.5 GiB)
[ 2568.882944]  sde: sde1 sde2
[ 2569.280993] FAT-fs (sde1): Volume was not properly unmounted. Some data may be corrupt. Please run f […]

bash: Erzeugung eines md5 Hashs
2018-10-14
IN1, 2018-10-14 00:00:00
IN1, 2023-04-10 14:16:29


printf '%s' "Videos/Projekt_Laufvideos/2017-02-11.Gimbal_Kanal/Unbenannt.mp4" | md5sum | cut -d ' ' -f 1

ergibt:

55e1214e710067a5ac5fb660618c08eb

oder per echo:

echo -n  "Videos/Projekt_Laufvideos/2017-02-11.Gimbal_Kanal/Unbenannt.mp4"| md5sum | awk '{print $1}'
[…]


This website uses Cookies to provide you with the best possible service. Please see our Privacy Policy for more information. Click the check box below to accept cookies. Then confirm with a click on "Save".