skylan 发表于 2003-10-30 12:10:41

有关linux分区的一个问题

:x 就是/
   /home
   /boot
   /usr
   /var
这些挂载点分别的作用和所要安排的大小。而且是不是
每次安装都要把这些挂载点分区安装!

EdwardRF 发表于 2003-10-30 12:29:51

it is not necessary, you may specify partition for / only, if you wish. then all these directories will be on the same partition.

/home is for store users' files and data. it contains folders which their names are the same as the user name. leave the all the rest of your harddrive for this.

/boot is the folder stores files necessary for boot up. give it 100M will be enough.

/usr contains files shared by all the users including binary, man pages, includes, libraries and root installed programs. give it at least a few gegabytes if you installs GUI.

/var stores all the information that varies during the system working.

skylan 发表于 2003-10-30 13:02:34

thank you !
i see !
if it is stand install.
should i have every partition,stand install!
you tell me , please!

EdwardRF 发表于 2003-10-30 13:18:08

for personal computer, it is not necessary to have all these partition(especially when you have only one system)

but you can put /boot and /home on seperate partitions if you install several unix like systems on the same system, so they can share the /home folder and have all their booting files together.

Henry_Wu 发表于 2003-10-30 13:35:42

May be 'stand install' should be 'standar install'. :-D

skylan 发表于 2003-10-30 13:51:23

:lol: ,i see !
页: [1]
查看完整版本: 有关linux分区的一个问题