linux64
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
linux64 [2025/03/27 19:18] – [Problems & Solutions] bengt | linux64 [2025/04/18 14:34] (current) – [efi partition too small] bengt | ||
---|---|---|---|
Line 142: | Line 142: | ||
Eventually I found https:// | Eventually I found https:// | ||
# mv "/ | # mv "/ | ||
+ | I deleted the _disabled folder later to get back some disk storage. Seemed to boot fine, but it was the rescue stuff that was taking disk space. | ||
| | ||
==== efi partition to fat32 ==== | ==== efi partition to fat32 ==== | ||
Line 1039: | Line 1040: | ||
Calculate sha256 of all files in folder and store in text file that can be used to check for bit rot later or when replacing disk and checking rsync: | Calculate sha256 of all files in folder and store in text file that can be used to check for bit rot later or when replacing disk and checking rsync: | ||
- | $ find movies/ -type f -exec sha256sum {} \; > | + | $ find movies/ -type f -exec sha256sum {} \; >checksum.txt; |
- | $ sort -o checksum.txt checksum.txt | + | or |
+ | $ find movies/ -type f | sort | xargs -d' | ||
+ | File checksum | ||
==== Picade ===== | ==== Picade ===== | ||
linux64.1743103125.txt.gz · Last modified: 2025/03/27 19:18 by bengt