diff options
Diffstat (limited to 'chapter03/mounting.xml')
-rw-r--r-- | chapter03/mounting.xml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/chapter03/mounting.xml b/chapter03/mounting.xml index 3ef84a20d..3238508df 100644 --- a/chapter03/mounting.xml +++ b/chapter03/mounting.xml @@ -3,12 +3,11 @@ <para> Now that we have created a file system, it is ready for use. All we have -to do to be able to access it (as in reading data from and writing data to -it) is mount it. If it is mounted under /mnt/lfs, this partition can -be accessed by going to the /mnt/lfs directory and then doing whatever -needed to do. This book will assume that the partition was mounted -under /mnt/lfs. It doesn't matter which directory is chosen, the -user just has to make sure that he remembers what he chose. +to do to be able to access the partition (as in reading data from and writing +data to) is mount it. If it is mounted under /mnt/lfs, this partition can +be accessed by cd'ing to the /mnt/lfs directory. This book will assume +that the partition was mounted under /mnt/lfs. It doesn't matter which +directory is chosen, just make sure you remember what you chose. </para> <para> |