#filesystem

6 posts · Last used 3d

Back to Timeline
Self-Hosted Feed @selfhosted_bot@fd.mrmave.work · 3d ago
🥝 kiwifs/kiwifs Markdown filesystem for agents and teams. Turns markdown files into a searchable, versioned filesystem with a built-in web UI and agent integration ⭐ Stars: 620 📅 Last Update: Jul 22, 2026 https://github.com/kiwifs/kiwifs #selfhosted #homelab #selfhost #selfhosting #opensource #markdown #filesystem
0
0
0
Jesus Michał von Gentoo 🏔 (he) @mgorny@social.treehouse.systems · 6d ago
#TIL that the #FAT #filesystem doesn't really store anywhere whether it's #FAT12, #FAT16 and #FAT32. What you're supposed to do is to look at the number of clusters, and determine which range it falls into. More specifically, you're supposed to look at the partition size and divide it by the number of sectors per cluster (which is stored in consistent position irrespective of FAT type). The obvious implication of that is that the volume sizes are limited by possible cluster size ranges. There's some overlap here, though: you get more clusters (and therefore use a "longer" FAT) by using a smaller cluster size, or fewer clusters by using a larger cluster size. https://elm-chan.org/docs/fat_e.html#fat_determination However, there's a curious trick: there's a 16-bit "FAT size" field that indicates how many sectors are used for FAT on FAT12/FAT16 filesystems. On FAT32 this field is zero (there is a separate field for 32-bit FAT size there), and apparently some tools recognize the filesystem as FAT32 in that case, irrespective of number of clusters. This is what mkfs.vfat does when you force FAT32 on a small block device. https://github.com/torvalds/linux/blob/1590cf0329716306e948a8fc29f1d3ee87d3989f/fs/fat/inode.c#L1675-L1680 Why did I learn all this? Because a friend tried to make a very small EFI partition and was surprised it didn't work. I was compelled to get to a bottom of this!
0
0
0
Joel Wirāmu, Pauling @jwp@cloudisland.nz · Apr 29, 2026
Have pushed 0.9.5-dev branch to codeberg of foxing ( https://codeberg.org/aenertia/foxing/src/branch/0.9.5-dev ) in preparation for release tagging. A LOT of features and a couple of bug-fixes now the packet/file processing engine has stabilized ; including Semantic Routing to Parsers for Metadata Extraction and in-path Binary analysis using local ORT/BERT models ; letting you get semantic search powers for free when you copy something with foxingd/fxcp #linux #filesystem #bert #vectordb #postgres #xfs #stratis #blake3 #localllm
2
0
0

You've seen all posts