--- xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml 2010/07/27 22:54:33 1.28 +++ xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml 2011/08/22 17:18:23 1.29 @@ -4,7 +4,7 @@ - + @@ -13,8 +13,8 @@ This chapter describes how to partition a disk for future usage. -4.0 -2010-07-27 +5 +2011-08-22
Introduction to Block Devices @@ -535,15 +535,15 @@ ext2 - mke2fs + mkfs.ext2 ext3 - mke2fs -j + mkfs.ext3 reiserfs - mkreiserfs + mkfs.reiserfs xfs @@ -562,8 +562,8 @@

-# mke2fs /dev/sda1
-# mke2fs -j /dev/sda3
+# mkfs.ext2 /dev/sda1
+# mkfs.ext3 /dev/sda3
 

@@ -575,7 +575,7 @@ If you're installing on a Cobalt server, remember /dev/sda1 MUST be of type EXT2 revision 0; Anything else (e.g. EXT2 revision 1, EXT3, ReiserFS, XFS, JFS and others) WILL NOT WORK! You can format the -partition using the command: mke2fs -r 0 /dev/sda1. +partition using the command: mkfs.ext2 -r 0 /dev/sda1.