Y
Hacker News
new
|
ask
|
show
|
jobs
by
j7k6
2648 days ago
I use `chattr +i` with NFS mountpoints for backups, it prevents the local harddrive from filling up when a network share fails to mount on boot.
1 comments
muxator
2648 days ago
Totally. If something is meant to be a mount point, a chattr +i on the underlying directory is a godsend, because it gives you an immediate error in case the mount should fail for whatever reason.
link