]> git.saurik.com Git - apple/hfs.git/blobdiff - hfs_util/hfs.util.8
hfs-195.tar.gz
[apple/hfs.git] / hfs_util / hfs.util.8
index fa39fed86ad5d9131c972e2c1f79074d9433b943..05efbcdc0cd6eed1953aab3256cc2917d0db3a6e 100644 (file)
@@ -1,4 +1,4 @@
-.\""Copyright (c) 2001 Apple Computer, Inc. All Rights Reserved.
+.\""Copyright (c) 2001-2008 Apple Inc. All Rights Reserved.
 .\"The contents of this file constitute Original Code as defined in and are 
 .\"subject to the Apple Public Source License Version 1.2 (the 'License'). 
 .\"You may not use this file except in compliance with the
 .Ar mountpoint
 .Pp
 .Nm
+.Fl N
+.Ar device
+.Pp
+.Nm
 .Fl I
 .Ar mountpoint
 .Pp
@@ -57,7 +61,7 @@ The
 command supports the mounting, probing, and unmounting of HFS file systems.
 .Pp
 Options:
-.Bl -tag -width -indent "a"
+.Bl -tag -compact -offset indent
 .It Fl a 
 Adopt permissions for the HFS file system at
 .Ar device
@@ -72,7 +76,7 @@ An optional size may
 be specified (e.g. 32M for a 32 megabyte journal).
 .It Fl k 
 Get the UUID key for the HFS file system at
-.Ar device
+.Ar device .
 .It Fl m
 Mount the HFS file system located on
 .Ar device
@@ -88,6 +92,9 @@ onto
 with the flags
 .Ar mountflag1 mountflag2 mountflag3 mountflag4 .
 This is a deprecated option.
+.It Fl N
+Disable journaling on a HFS+ file system located at 
+.Ar device
 .It Fl p
 Probe the
 .Ar device
@@ -101,14 +108,14 @@ HFS file system at
 Unmount the HFS file system located at
 .Ar device
 .It Fl U 
-Disable journaling on the HFS file system mounted on
+Disable journaling on the HFS+ file system mounted on
 .Ar mountpoint
 .El
 .Pp
 The
 .Ar mountflags 
 referenced above are either:
-.Bl -bullet -indent
+.Bl -bullet -compact -offset indent
 .It
 .Ar removable 
 or
@@ -126,6 +133,12 @@ or
 or
 .Ar nodev
 .El
+.Pp
+Note that for the 
+.Ar device
+references above, you must only supply the last component of the path to the 
+device in question, such as disk0s2 rather than /dev/disk0s2. 
+
 .Sh SEE ALSO 
 .Xr diskarbitrationd 8
 .Sh HISTORY