proc on /proc type proc (rw,noexec,nosuid,nodev)
...
/dev/hda2 on /home type ext3 (rw)
/dev/hda5 on /pl5 type ext3 (rw)
/dev/hda6 on /pl6 type ext3 (rw)
/dev/sda1 on /p01 type ext3 (rw)
//jam/C on /jam/c type cifs (rw,mand)
dog:/p04 on /p04 type nfs (rw,addr=192.168.0.12)
/dev/hdb on /media/cdrom0 type iso9660 (ro,noexec,nosuid,nodev,user=sam)
The first entry in the preceding example shows the root filesystem, which is
mounted on /. The second entry shows the /proc pseudofilesystem (page 563). The
----------------------- Page 620-----------------------
Filesystems 573
next four entries identify disk partitions holding standard Linux ext3 filesystems.
The directory /jam/c has a cifs (Windows) filesystem mounted on it using Samba.
You can use Linux utilities and applications to access the Windows files and direc-
tories on this partition as if they were Linux files and directories. The line starting
with dog shows a mounted, remote NFS filesystem. The last line shows the CD at
/dev/hdb mounted on /media/cdrom0.
If the list of filesystems in /etc/mtab is not correct, see the tip on page 560.
Do not mount anything on root (/ )
caution Always mount network directory hierarchies and removable devices at least one level below the root
level of the filesystem. The root filesystem is mounted on / ; you cannot mount two filesystems in
the same place. If you were to try to mount something on /, all files, directories, and
http://kjoomla.com/component/idoblog/userblog/2105.html
No comments:
Post a Comment