OSDN Git Service

Added to the man page note about partition type.
authorresver@gmail.com <resver@gmail.com@60bc1c72-a15a-11de-b98f-4500b42dc123>
Mon, 13 Jan 2014 07:16:35 +0000 (07:16 +0000)
committerresver@gmail.com <resver@gmail.com@60bc1c72-a15a-11de-b98f-4500b42dc123>
Mon, 13 Jan 2014 07:16:35 +0000 (07:16 +0000)
Signed-off-by: Helg Bredow <xx404@msn.com>
git-svn-id: http://exfat.googlecode.com/svn/trunk@388 60bc1c72-a15a-11de-b98f-4500b42dc123

mkfs/mkexfatfs.8

index 5f6ba3d..3436fda 100644 (file)
 .B mkexfatfs
 creates an exFAT file system on a block device.
 .I device
-is a special file corresponding to the device.
+is a special file corresponding to the partition on the device. Note that if
+this is an MBR partition then the file system type should be set to 0x07
+(NTFS/exFAT) otherwise other operating systems may refuse to mount the
+file system.
 
 .SH OPTIONS
 Command line options available:
@@ -65,4 +68,4 @@ Zero is returned on successful creation. Any other code means an error.
 Andrew Nayenko
 
 .SH SEE ALSO
-.BR mkfs (8)
+.BR mkfs (8), fdisk (8)