View previous topic :: View next topic |
Author |
Message |
Diggs Apprentice
Joined: 07 Oct 2003 Posts: 239 Location: LoSt In NeT SpAcE
|
Posted: Sat Mar 06, 2004 11:46 am Post subject: Gentoo New Install - Partizionamento Disco [FAQ] |
|
|
Sono in procinto di reinstallare Gentoo.
Sappiamo che la struttura del tree è:
Code: |
root@gentoo / # ls
bin boot dev etc home lib lost+found mnt opt proc root sbin service sys tmp usr var
|
La mia idea è di partizionare l'hd nel seguente modo:
Code: |
/
/boot
/bin
/sbin
/root
/home
/var
/var/tmp
/tmp
|
Ho intenzione di ottenere una installazione "paranoica" dei permessi per gli utenti nonchè applicare altre patch di "sicurezza"[eheh non voglio permettere ai miei utenti di "far casino"]. Più che altro dovuto ad una personale curiosità
La mie questione fondamentale è: Considerando che ho un hd da 8 giga, come distribuire lo spazio alle varie partizioni sopra riportate? O perlomeno voi come avreste fatto? [La partizione proposta sopra è puramente indicativa - infatti ci sarebbero pure /usr/bin /usr/sbin /usr/libexec ed ecc ecc]
Good Work!!! _________________ IRCNET NICK: diggs on IRCNET
http://leonardo.netsons.org/
Gioca a Tremulous! Player [!!!] Diggs [ITA] |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31440 Location: here
|
Posted: Sat Mar 06, 2004 12:35 pm Post subject: Re: Gentoo New Install - Partizionamento Disco [FAQ] |
|
|
Io farei le seguenti partizioni
Code: | 512M /
20M /boot
3G /usr
1G /opt
2G /home
1G /var
512M /tmp |
_________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
Diggs Apprentice
Joined: 07 Oct 2003 Posts: 239 Location: LoSt In NeT SpAcE
|
Posted: Sat Mar 06, 2004 1:23 pm Post subject: |
|
|
Yeah!
Mi ero dimenticato la swap
Code: |
512M /
20M /boot
3G /usr
1G /opt
2G /home
1G /var
512M /tmp
|
Come suggerito, Good!!!
Quindi, considerando 192M assegnati a ram:
Code: |
1G /
20M /boot
3G /usr
1G /opt
128M /home # tanto ce so solo io e due utenti [la box ha funzioni gateway]
1,384M /var
512M /tmp
|
_________________ IRCNET NICK: diggs on IRCNET
http://leonardo.netsons.org/
Gioca a Tremulous! Player [!!!] Diggs [ITA] |
|
Back to top |
|
|
fedeliallalinea Administrator
Joined: 08 Mar 2003 Posts: 31440 Location: here
|
Posted: Sat Mar 06, 2004 2:05 pm Post subject: |
|
|
La / da 1G non ti serve niente. Per darti un'idea la mia gentoo box ha queste partizioni:
Code: | Filesystem Size Used Avail Use% Mounted on
/dev/hda6 970M 41M 930M 5% /
/dev/hda7 2.8G 165M 2.7G 6% /var
/dev/hda8 970M 8.3M 962M 1% /tmp
/dev/hda9 14G 3.5G 11G 25% /usr
/dev/hda10 3.3G 289M 3.0G 9% /opt
/dev/hda11 15G 8.8G 5.7G 61% /home |
La /var da 3G serve per la compilazione di grossi programmi. _________________ Questions are guaranteed in life; Answers aren't. |
|
Back to top |
|
|
Diggs Apprentice
Joined: 07 Oct 2003 Posts: 239 Location: LoSt In NeT SpAcE
|
Posted: Sat Mar 06, 2004 2:36 pm Post subject: |
|
|
Giusto . Riduco la / e lo spazio rimanente lo distribuisco su /var.
Good Work!!! _________________ IRCNET NICK: diggs on IRCNET
http://leonardo.netsons.org/
Gioca a Tremulous! Player [!!!] Diggs [ITA] |
|
Back to top |
|
|
|