Javascript is not enabled. This site can still works but it'll be more interactive when javascript is enabled.
loading...
Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
nottorp
21 hours ago
|
on: Running out of disk space in production
Didn't root used to have some reserved space (and a bunch of inodes) on file systems just for occasions like this?
reply
synack
10 hours ago
|
parent
mkfs.ext4 defaults to 5% reserved for root. -m 0 to turn it off.
reply