A continuació, alceu l'arxiu i tanqueu '''gedit''', però no reinicieu encara.
= Moving Canvi de nom de ''/home into '' a ''/old_home '' =
As long as you have not rebooted yetSempre que no torneu a arrencar, you will still see seguireu veient 2 copies of your còpies de la carpeta ''/home directory''; the new one on the new partition una, a la nova partició (currently mounted as actualment muntada com ''/media/home'') and the old one still in the same partition it was always in i l'altra, en la mateixa partició que estava (currently mounted as actualment muntada com ''/home''). We need to move the contents of the old Heu de moure el contingut del directori ''/home directory out of the way and create an empty "placeholder" directory to act as '' anterior a un altre lloc i crear una carpeta nova buida que actuarà com un punt de muntatge per a mount point for our new partitionla vostra nova partició.
Type the following string of commands in to do all this at onceEscriviu la següent cadena de comandaments per fer tot això alhora: {{{ <pre>
cd / && sudo mv /home /old_home && sudo mkdir /home
}}} </pre>
By defaultPer defecte, when you open a quan s'obre una finestra de terminal window it places you within your home directory, aquesta se situa en el directori personal. Typing En escriure ''cd / takes us to the root directory and out of '' ens porta al directori arrel i fora de ''/home so we can then use the '', així que es pot usar l'ordre ''sudo mv command to essentially rename '' per tal de, essencialment, canviar el nom de ''/home into '' a ''/old_home'' i, and finally create a newfinalment, empty crear una carpeta ''/home placeholder'' nova i buida (la qual marcarà la posició de la nova partició).
With your Amb el '''fstab now edited to mount your new partition to our ''' ara editat per muntar la partició nova al nostre marcador de posició ''/home placeholder and the '' i, la original ''/home now called '' canviada de nom a ''/old_home'', reboot your computerreinicieu l'equip. Your new partition will mount as La nova partició es muntarà com a ''/home'' i tot hauria d'estar exactament igual que estava abans de començar (amb la diferència que ara les dades de ''/home and everything should look exactly the same as it did before you started'' estaran en una partició diferent de la resta de dades del sistema de fitxers).
= Deleting the old Home =