The reason for having /tmp on a different FS is not to prevent
hardlinks. Personally, I'd find it convenient if hardlinks worked
across filesystems (no, I'm not advocating changing this, before you
start implying that I'm advocating this because I don't understand how
hard links are implemented).
No, the reason for having /tmp on a separate FS is so that damage to
/tmp (which you don't care about) can't affect /. The more you write
to a FS, the more chance you have of damaging it, even parts that you
don't write to.
And I don't want any pseudo-theoretical statement that writing to one
part of the FS won't affect another (static) part of the FS. In real
life we have hardware and software bugs, and what may seem fine in an
ideal world is far from optimal in reality.
Regards,
Richard....
Permanent: rgooch@atnf.csiro.au
Current: rgooch@ras.ucalgary.ca
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/