Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/docs/README.transfer
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2016-05-12 23:22:24 +0200
committerGerardo Exequiel Pozzi <vmlinuz386@gmail.com>2016-05-12 20:39:12 -0300
commit068459537cc937104b633ce5fffda1a1d04f5ab2 (patch)
treea91aac85897aab4c5380d6b8d565a8a6db474fbd /docs/README.transfer
parente018653a23391cfb04ea563e83ed9a887a54d628 (diff)
update to match upstream binary name mkfs.fat
Starting with dosfstools 4.0-1 the mkfs executable is called 'mkfs.fat'. Signed-off-by: Christian Hesse <mail@eworm.de>
Diffstat (limited to 'docs/README.transfer')
-rw-r--r--docs/README.transfer4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/README.transfer b/docs/README.transfer
index ade083a..e037f6c 100644
--- a/docs/README.transfer
+++ b/docs/README.transfer
@@ -72,7 +72,7 @@ Note: Type "b" for FAT32, "83" for EXTFS or "7" for NTFS.
2) Create a FAT32, EXTFS or NTFS filesystem on such partition and setup a label.
Note: COW is not supported on NTFS.
-# mkfs.vfat -F 32 -n <FS-LABEL> <DEV-TARGET-N>
+# mkfs.fat -F 32 -n <FS-LABEL> <DEV-TARGET-N>
# mkfs.ext4 -L <FS-LABEL> <DEV-TARGET-N>
# mkfs.ntfs -L <FS-LABEL> <DEV-TARGET-N>
@@ -111,7 +111,7 @@ Note: Using here a GPT partition mode as example, but MBR should also works
# gdisk <DEV-TARGET>
2) Create a FAT32 filesystem on such partition and setup a label.
-# mkfs.vfat -F 32 -n <FS-LABEL> <DEV-TARGET-N>
+# mkfs.fat -F 32 -n <FS-LABEL> <DEV-TARGET-N>
3) Mount target filesystem.
# mount <DEV-TARGET-N> <MNT-TARGET-N>