diff options
Diffstat (limited to 'Documentation/mount.txt')
-rw-r--r-- | Documentation/mount.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/mount.txt b/Documentation/mount.txt new file mode 100644 index 0000000..0256582 --- /dev/null +++ b/Documentation/mount.txt @@ -0,0 +1,17 @@ +mount/umount for Linux 0.97.3 and later. +Authors: +Doug Quale <quale@saavik.cs.wisc.edu>, +H.J. Lu <hlu@eecs.wsu.edu>, +Rick Sladkey <jrs@world.std.com>, +Stephen Tweedie <sct@dcs.ed.ac.uk>. +Andries Brouwer <aeb@cwi.nl> +Adrian Bunk <bunk@stusta.de> + +Presently in util-linux maintained by Karel Zak <kzak@redhat.com>. + +== Notes to developers == + + The final solution will be libmount/mount.c as the + mount(8) command implementation. So, let's keep the + current mount/* code in maintenance mode and don't try to + rewrite it :-) |