diff --git a/chapter02/mounting.xml b/chapter02/mounting.xml
index 2d081fc79..3572e1861 100644
--- a/chapter02/mounting.xml
+++ b/chapter02/mounting.xml
@@ -26,7 +26,7 @@
running:
mkdir -pv $LFS
-mount -v /dev/<xxx> $LFS
+mount -v -t ext3 /dev/<xxx> $LFS
Replace <xxx> with the designation of the LFS
partition.
@@ -36,9 +36,9 @@ mount -v /dev/<xxx> $LFS
class="directory">/usr), mount them using:
mkdir -pv $LFS
-mount -v /dev/<xxx> $LFS
+mount -v -t ext3 /dev/<xxx> $LFS
mkdir -v $LFS/usr
-mount -v /dev/<yyy> $LFS/usr
+mount -v -t ext3 /dev/<yyy> $LFS/usr
Replace <xxx> and
<yyy> with the appropriate partition