diff options
author | trasz <trasz@FreeBSD.org> | 2015-09-02 14:08:43 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2015-09-02 14:08:43 +0000 |
commit | c05bbe4d23b2d3d429adc77dbc92b26826585b78 (patch) | |
tree | d830a30e2eb7a80e7395ba38191a5fef865fabef /sbin/newfs_nandfs | |
parent | e6a94eac4ed0f66202a3f8a5113f7cc4dfe56b1a (diff) | |
download | FreeBSD-src-c05bbe4d23b2d3d429adc77dbc92b26826585b78.zip FreeBSD-src-c05bbe4d23b2d3d429adc77dbc92b26826585b78.tar.gz |
It's 2015, and some people are still trying to use fdisk and then
go asking what debug flags to set for GEOM to make it work. Advice
them to use gpart(8) instead.
Something similar should probably done with disklabel,
but I need to rewrite the disklabel examples first.
Reviewed by: wblock@
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D3315
Diffstat (limited to 'sbin/newfs_nandfs')
-rw-r--r-- | sbin/newfs_nandfs/newfs_nandfs.8 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/newfs_nandfs/newfs_nandfs.8 b/sbin/newfs_nandfs/newfs_nandfs.8 index 7a630bb..fe32163 100644 --- a/sbin/newfs_nandfs/newfs_nandfs.8 +++ b/sbin/newfs_nandfs/newfs_nandfs.8 @@ -63,9 +63,7 @@ Create a file system, using default parameters, on newfs_nandfs /dev/ada0s1 .Ed .Sh SEE ALSO -.Xr disktab 5 , -.Xr disklabel 8 , -.Xr fdisk 8 , +.Xr gpart 8 , .Xr newfs 8 .Sh HISTORY The |