2025.07.06F·157Hard Link vs Symbolic Link: How I Almost Nuked My Mac
I wasted 50% of my disk space because I didn't know the difference between Copy and Link. Deep dive into Inode, the secret of `rm` command, and why `pnpm` is faster than `npm`.
OSLinuxFileSystem
→2025.03.18F·56Journaling File System: Safe Writing
What if pull the plug while copying files? OS's habit of logging to prevent corruption.
CSOSFileSystem
→2025.03.17F·55inode: Metadata of Unix Files
Filename is just a shell in Linux. The real identity is inode number. Secret of ls -i.
CSOSFileSystem
→2025.03.16F·54File System: Organizing Data
HDD is just a giant field of 0s and 1s. Magic that creates 'File' and 'Folder'.
CSOSFileSystem
→