Re: fsync on large files

Matthias Urlichs (smurf@noris.de)
20 Feb 1999 08:04:00 +0100


Edgar Toernig <froese@gmx.de> writes:
>
> If you allow directory hardlinks (or loopback mounts) you get a completely
> different structure: a directed graph with all it's problems (like rings).

Loopback mounts are comparatively easy because, while some things appear in
different places, they're on a different file system, so there's no danger
of accidentally crating cycles.

The idea of hardlinked directories is fun to think about, but it's hairy.
_Very_ hairy. My opinion: Don't Go There.

-- 
Matthias Urlichs  |  noris network GmbH   |   smurf@noris.de  |  ICQ: 20193661
The quote was selected randomly. Really.    |      http://www.noris.de/~smurf/
-- 
High aims form high characters, and great objects bring out great minds.
                                -- Tyron Edwards

- 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/