But can it bypass the magic performed by the SSD controller? In particular, can it be certain that a flush is really a flush?
F* file system – file search that reads SSD directly bypassing OS kernel
11–20 of 54 posts
Re: F* file system – file search that reads SSD directly bypassing OS kernel
#12Re: F* file system – file search that reads SSD directly bypassing OS kernel
#13This is practically the most useless project becuase you can not run it without sudo permissions, but it was insanely fun to work on it supports ext4, btrfs, and apfs. Multithreaded, supports compression, nested volumes, and can even search detached volumes like .iso and .dmg without mounting An interesting bonus point: you can't really vibe code it cause clankers can not run sudo commands
Did you write a metadata parser for most of the filesystems?
Re: F* file system – file search that reads SSD directly bypassing OS kernel
#14This is practically the most useless project becuase you can not run it without sudo permissions, but it was insanely fun to work on it supports ext4, btrfs, and apfs. Multithreaded, supports compression, nested volumes, and can even search detached volumes like .iso and .dmg without mounting An interesting bonus point: you can't really vibe code it cause clankers can not run sudo commands
Re: F* file system – file search that reads SSD directly bypassing OS kernel
#15This is practically the most useless project becuase you can not run it without sudo permissions, but it was insanely fun to work on it supports ext4, btrfs, and apfs. Multithreaded, supports compression, nested volumes, and can even search detached volumes like .iso and .dmg without mounting An interesting bonus point: you can't really vibe code it cause clankers can not run sudo commands
They absolutely can. There's nothing special about a these harnesses. You automate sudo the same way you would automate in any other context. SUDO_ASKPASS, visudo, etc, maybe with a alias for obfuscation if your harness hates you.
Re: F* file system – file search that reads SSD directly bypassing OS kernel
#16It works by reading the block device in /dev directly, wouldn't it also work on an HDD, flash drive or a memory card?
Re: F* file system – file search that reads SSD directly bypassing OS kernel
#17Re: F* file system – file search that reads SSD directly bypassing OS kernel
#18Dumb title. It works by reading the block device in /dev directly, wouldn't it also work on an HDD, flash drive or a memory card?
Re: F* file system – file search that reads SSD directly bypassing OS kernel
#19Re: F* file system – file search that reads SSD directly bypassing OS kernel
#20I don't think I'd ever trust or use this, but still, good job OP :)