#squashfs — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #squashfs, aggregated by home.social.
-
All I want is just a collection of #binutils, #GCC, #llvm+#clang, #glibc and #musl that are "free standing" / relocatable, which I can pack into a #squashfs image to carry around to my various development machines.
You'd think that for something as fundamental as compiler infrastructure with over 60 years of knowledge, the whole bootstrapping and bringup process would have been super streamlined, or at least mostly pain free by now.
Yeah, about that. IYKYK
-
@unascribed the one thing I'd like to be able to do with #squashfs is generate a multi-part fs, with each chunk a max of, say, 100GB, then be able to mount them later without needing to manually cat them all back together. maybe I haven't looked hard enough, but I can't see a way to do that
-
Klaus Knopper is a renowned German software developer, entrepreneur, and educator, best known for creating Knoppix, one of the first Linux distributions to run directly from a CD or DVD without requiring installation on a hard drive.
Read More: https://machaddr.substack.com/p/klaus-knopper-creator-of-knoppix
#Knoppix #Linux #Accessibility #Live #Distribution #Squashfs #OpenSource #Programming #Bio
-
Как пересобрать ядро для WSL2 и остаться в живых
Мы активно пользуемся WSL2 для того, чтобы открывать линуксовые коры в Visual Studio. Для обеспечения консистентности символов и коры мы монтируем squashfs образ, созданный в целевой системе. После очередного апдейта целевого дистрибутива, у нас всё сломалось - squash монтировался, но мог посередине файла выдать ошибку чтения, записав в dmesg что-то типа SQUASHFS error: xz decompression failed
-
Ryan Does #NixOS - Part 7
I was able to generate the required files for #iPXE booting a #flake (#kernel + #initrd w/ #squashfs + iPXE script file), but kept running into issues with the kernel "unable to mount root fs" or "initramfs unpacking failed: invalid magic at start of compressed archive". What is weird is that https://github.com/nix-community/nixos-images/ when booted through netboot.xyz works just fine, if I grab the underlying kernel + initrd + iPXE script on MULTIPLE #systems , it fails with the latter message.
This is really boggling my mind as I thought there was data corruption happening, but I am more likely to believe something is happening within NixOS's #zstd compression, or with that building process. -
I was considering #SquashFS for my #server #backup and did a little #benchmark. The results are surprising!
Time it took to run `mksquashfs linux-5.18.15/` from RAM to the NAS in my lounge room via different remote file access methods (100 MBit/s link, ping 21ms, best out of 3 runs):
NFSv4 - 35.843s
SSHFS - 23.278s
NBD - 21.966s -
I am just now getting time to write about this, but last weekend I went my local hacking space and got to hack a Tenda FH1206 router. It was a lot of fun! I definitely received some help on the soldering part though :blobcatsweats:
I also snagged a signed copy of Space Rogue! #security #hacking #router #squashfs #opensource
-
In this tutorial, we create squashfs root filesystem, copy kernel, filesystem and dtb to the SD card. We modify U-boot env variables so that the Linux kernel and the filesystem boots from the SD card.
https://www.nayab.xyz/rpi3b-elinux/embedded-linux-rpi3-100-elinux-on-sdcard.html
#raspberrypi #busybox #squashfs