home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / linuxcon.6 / linuxcon / usr / lib / linuxconf / help.eng / fstab / access.help < prev    next >
Encoding:
Text File  |  1996-08-04  |  1.7 KB  |  58 lines

  1.   Accessing local and remote file systems
  2.   Introduction
  3.  
  4.   11..  PPuurrppoossee
  5.  
  6.   _L_i_n_u_x manage all file-systems as a single large tree. This is
  7.   different from _D_O_S which manage all hard drives and network volumes as
  8.   a set of independent unit (C: D: E:).
  9.  
  10.   The first partition accessed by _L_i_n_u_x is called the _r_o_o_t.  The top-
  11.   level directory is called //. The other partitions (and network
  12.   volumes) may be installed anywhere in the file-system tree.
  13.  
  14.   For example, you can setup your _L_i_n_u_x system like this.
  15.  
  16.   ╖  /D
  17.  
  18.   ╖  /E
  19.  
  20.   ╖  /servers/server1/vol1
  21.  
  22.   ╖  /servers/server1/vol2
  23.  
  24.   ╖  /servers/server2/apps
  25.  
  26.   ╖  /servers/server2/util
  27.  
  28.   These directories are called _"_m_o_u_n_t _p_o_i_n_t_s_". They are initially empty.
  29.   _L_i_n_u_x will logically install the different partitions and volumes
  30.   right there.
  31.  
  32.   All of this to tell you that you have to tell which partitions/volumes
  33.   go where.
  34.  
  35.   22..  LLooccaall ddrriivvee
  36.  
  37.   Your computer may have several hard drive. Each one may have several
  38.   subdivisions. These are called partitions.  Each of those can be
  39.   thought as a smaller hard drive.
  40.  
  41.   Unless told so, Linux won't access those partitions.
  42.  
  43.   So here you are.
  44.  
  45.   33..  NNFFSS vvoolluummee
  46.  
  47.   Most NFS server (Generally Unix server) have a list of file systems
  48.   available to user's workstation. You can logically install one server
  49.   volume in one empty directory, merely extending the span of you local
  50.   hard drives.
  51.  
  52.   44..  SSwwaapp ffiillee aanndd ppaarrttiittiioonnss
  53.  
  54.   _L_i_n_u_x may have up to 16 swap spaces active at one time.  A swap space
  55.   is used to extend your computer RAM. If you don't have a swap, get one
  56.   here.
  57.  
  58.