Y
Hacker News
new
|
ask
|
show
|
jobs
by
natpalmer1776
2505 days ago
I wonder how much disk space a file system link would take.
1 comments
cvs268
2505 days ago
Typically the filesystem "page" or "inode" size. Usually 4KB.
link
Dylan16807
2505 days ago
Page/block size is not inode size. While filesystems very often work in chunks of 4KB, the normal inode size is 256 bytes on ext filesystems and 1KB on NTFS. They get packed together.
link