aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount_nullfs
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-12-22 11:52:10 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-12-22 11:52:10 +0000
commit558408f95d00561c18e48dd47f2b8d611af27ded (patch)
tree3af48d9a28cbf8815725841cfbb8c5b70b939a37 /sbin/mount_nullfs
parentcf9443f92bed216db1c141cba3db16c5347c69fb (diff)
downloadsrc-558408f95d00561c18e48dd47f2b8d611af27ded.tar.gz
src-558408f95d00561c18e48dd47f2b8d611af27ded.zip
User reports that using mount_null destroyed his filesystem, I reply
that nullfs really doesn't work, he askes why this isn't noted for the "dangerous" filesystems, I go "hmmm."
Notes
Notes: svn path=/head/; revision=42003
Diffstat (limited to 'sbin/mount_nullfs')
-rw-r--r--sbin/mount_nullfs/mount_nullfs.812
1 files changed, 11 insertions, 1 deletions
diff --git a/sbin/mount_nullfs/mount_nullfs.8 b/sbin/mount_nullfs/mount_nullfs.8
index 9ed773ebdfa9..16635371ec2f 100644
--- a/sbin/mount_nullfs/mount_nullfs.8
+++ b/sbin/mount_nullfs/mount_nullfs.8
@@ -35,7 +35,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)mount_null.8 8.6 (Berkeley) 5/1/95
-.\" $Id: mount_null.8,v 1.8 1997/03/11 12:33:34 peter Exp $
+.\" $Id: mount_null.8,v 1.9 1998/07/06 07:17:26 charnier Exp $
.\"
.Dd May 1, 1995
.Dt MOUNT_NULL 8
@@ -228,6 +228,16 @@ is that vnodes arguments must be manually mapped.
.sp
UCLA Technical Report CSD-910056,
.Em "Stackable Layers: an Architecture for File System Development" .
+.Sh BUGS
+
+THIS FILESYSTEM TYPE IS NOT YET FULLY SUPPORTED (READ: IT DOESN'T WORK)
+AND USING IT MAY, IN FACT, DESTROY DATA ON YOUR SYSTEM. USE AT YOUR
+OWN RISK. BEWARE OF DOG. SLIPPERY WHEN WET.
+
+This code also needs an owner in order to be less dangerous - serious
+hackers can apply by sending mail to hackers@freebsd.org and announcing
+their intent to take it over.
+
.Sh HISTORY
The
.Nm