UTERMINAL
TERMINAL
NEXT
$V1$
PAUSE
PAGETURNER
ENCORE5
ENCORE
BOX
COMMAND
GO
mount
SYNTAX
/etc/mount [-p] [-frv] [-o options ] fsname dirname
FUNCTION
/etc/mount announces to the system that a file system fsname
is to be attached to the file tree at the directory dirname.
dirname must exist already and be empty.
SOME OPTIONS
-r - the file system is mounted read only
-p - print the list of mounted file systems
-a - attempt to mount all file systems in /etc/fstab
NOTE
/etc/mount issues a warning if the file structure
to be mounted is currently mounted under another name!
Assume, that the root file system has the
basic tree diagram as shown above
/
|
------------------------------------
| | | |
| | | |
lib bin etc usr
Another file system /dev/fbk1 has the
basic tree form as shown on the right!
/
|
----------------------
| | |
cti miked yori
Another file system /dev/fbk3 has the basic tree
form as shown on the bottom left on the screen above!
/
|
------------------------
| | |
842 843 851
Let us mount the /dev/fbk1 file system onto the directory
/usr, so please type the appropriate command!
$PROMPT$
That is correct!
You've got it on the 2nd try.
Good, you understand the concept.
Please type /etc/mount /dev/fbk1 /usr
Please type /etc/mount /dev/fbk1 /usr
You will be helped this time!
$PROMPT$
FORGET1
$PROMPT$/etc/mount /dev/fbk1 /usr
Observe the physical effect!
/
|
------------------------------------
| | | |
| | | |
lib bin etc usr
|
----------------------
| | |
cti miked yori
Let us mount the /dev/fbk3 file system
onto the directory /usr/cti by entering
the appropriate command!
$PROMPT$
That is correct!
You've got it on the 2nd try.
Good, you understand the concept.
Please type /etc/mount /dev/fbk3 /usr/cti
Please type /etc/mount /dev/fbk3 /usr/cti
You will be helped this time!
$PROMPT$
FORGET2
$PROMPT$/etc/mount /dev/fbk3 /usr/cti
$PROMPT$
Observe the physical effect!
/
|
------------------------------------
| | | |
| | | |
lib bin etc usr
|
----------------------
| | |
cti miked yori
|
------------------------
| | |
842 843 851