Tag Archives: file system

Cluster size experiment

After getting the SSD for my system, I’ve been able to repartition the existing HDD into a data-only drive. I typically have a small partition for general files (basically my documents and source code), and a big one for large … Continue reading

Posted in Hardware, Programming | Tagged , , | 28 Comments

DOS filenames are still useful

TL;DR – If you end up with an invalid filename on Windows, you can manipulate the file using the secret DOS name.

Posted in Uncategorized | Tagged , , | Leave a comment

Directory hard links

Why aren’t they supported in Unix?

Posted in Programming | Tagged , , | Leave a comment

Writing a file system

Really just an excuse to play with B-trees.

Posted in Programming | Tagged , , , , | 3 Comments