diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:42:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-06 02:42:50 +0000 |
commit | 8cb83eee5a58b1fad74c34094ce3afb9e430b5a4 (patch) | |
tree | a9b2e7baeca1be40eb734371e3c8b11b02294497 /Documentation/mount.txt | |
parent | Initial commit. (diff) | |
download | util-linux-upstream.tar.xz util-linux-upstream.zip |
Adding upstream version 2.33.1.upstream/2.33.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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..f75a6e2 --- /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 :-) |