125
modificacions
Canvis
Traduint →Find the uuid of the Partition
Abans de configurar la partició, primer s'ha de crear una nova. Això es pot fer amb ''Gparted'' o qualsevol altre programa de gestió de particions. Normalment, qualsevol distribució autònoma de linux (Live CD) porta l'aplicació Gparted instal·lada. Quan creeu una nova partició és molt recomanable que siga del tipus ext3 o ext4 (el mateix que tingueu per al sistema de fitxers ''/'') per albergar la nova carpeta ''/home''. Memoritzeu o anoteu la ubicació de la partició, serà una cosa com ''/sda3'' o ''/hda5'' o alguna cosa semblant.
== Find the uuid of the Partition Trobar el '''UUID''' de la partició ==The El '''uuid ''' (Universally Unique Identifier) reference for all partitions can be found by opening és un identificador per a [[https://help.ubuntu.com/community/UsingTheTerminal#Starting%20a%20Terminal | command-line]] to type the followingles particions el qual es pot trobar obrint d'una línia d'ordres i escrivint la següent ordre: {{{<pre>sudo blkid</pre>}}}AlternativelyAlternativament, for some older releases of per a algunes versions anteriors d'Ubuntu the l'ordre "blkid" command might not work so this could be used instead{{{podria no funcionar de manera que aquesta podria ser utilitzada en el seu lloc:<pre>sudo vol_id -u <partition> </pre>}}}for example {{{per exemple, si la partició és ''/dev/sda3'', l'ordre seria<pre>sudo vol_id -u /dev/sda3</pre>}}}Now you just need to take note Ara només cal prendre nota (copy&paste into a o copiar i enganxar en un arxiu de text-file) the uuid of the partition that you have set-up ready to be the new el '''UUID''' de la partició que voleu que siga la nova partició ''/home partition''.
== Setup Fstab ==