个人工具

“UbuntuHelp:Forum/installation/DiskSpace”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/forum/installation/DiskSpace}} {{Languages|UbuntuHelp:forum/installation/DiskSpace}} The required disk space for an out-of-the-box ubuntu installa...)
 
第2行: 第2行:
 
{{Languages|UbuntuHelp:forum/installation/DiskSpace}}
 
{{Languages|UbuntuHelp:forum/installation/DiskSpace}}
 
The required disk space for an out-of-the-box ubuntu installation is said to be 1.8 Gigs.  However, that does not take into account the space needed for a filesystem or a swap partition.
 
The required disk space for an out-of-the-box ubuntu installation is said to be 1.8 Gigs.  However, that does not take into account the space needed for a filesystem or a swap partition.
 
 
It is more realistic to give yourself a little bit more than 2.2 gigs of space.  Give yourself 3 gigs to have some space left for actually doing things.  If your filesystem is full to the brim, you will feel some performance loss.
 
It is more realistic to give yourself a little bit more than 2.2 gigs of space.  Give yourself 3 gigs to have some space left for actually doing things.  If your filesystem is full to the brim, you will feel some performance loss.
 
 
If you are short on disk space before you install, use the option
 
If you are short on disk space before you install, use the option
 
 
archive-copier/copy=false
 
archive-copier/copy=false
 
 
when installing.  This will tell the installer to not cache about 300 megs worth of packages onto your harddrive.  You will be able to install a full ubuntu system with less than 1.8 gigs of hard drive space...
 
when installing.  This will tell the installer to not cache about 300 megs worth of packages onto your harddrive.  You will be able to install a full ubuntu system with less than 1.8 gigs of hard drive space...
 
 
At the installation prompt (just after you boot from cd) type:
 
At the installation prompt (just after you boot from cd) type:
 
 
<pre><nowiki>
 
<pre><nowiki>
 
linux archive-copier/copy=false
 
linux archive-copier/copy=false
 
</nowiki></pre>
 
</nowiki></pre>
 
 
And carry on as normal.
 
And carry on as normal.
 
----
 
----

2007年11月30日 (五) 17:19的版本

The required disk space for an out-of-the-box ubuntu installation is said to be 1.8 Gigs. However, that does not take into account the space needed for a filesystem or a swap partition. It is more realistic to give yourself a little bit more than 2.2 gigs of space. Give yourself 3 gigs to have some space left for actually doing things. If your filesystem is full to the brim, you will feel some performance loss. If you are short on disk space before you install, use the option archive-copier/copy=false when installing. This will tell the installer to not cache about 300 megs worth of packages onto your harddrive. You will be able to install a full ubuntu system with less than 1.8 gigs of hard drive space... At the installation prompt (just after you boot from cd) type:

linux archive-copier/copy=false

And carry on as normal.