diff options
-rw-r--r-- | sbin/newfs/newfs.8 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index 4f2c4e9..f9d12bb 100644 --- a/sbin/newfs/newfs.8 +++ b/sbin/newfs/newfs.8 @@ -294,6 +294,10 @@ man page for possible options and their meanings. Mount a 64 MB large memory file system on /tmp, with .Xr mount 8 options nosuid and nodev. +.Sh BUGS +The boot code of FreeBSD assumes that the file system that carries the +kernel has blocks of 8 kilobytes and fragments of 1 kilobyte. You will +not be able to boot from a file system that uses another size. .Sh SEE ALSO .Xr fdformat 1 , .Xr disktab 5 , |