125
modificacions
Canvis
Jump to navigation
Jump to search
Your El fitxer '''fstab is ''' és un arxiu utilitzat per explicar a file used to tell ''Ubuntu what partitions to mount at boot'' quines particions ha de muntar en l'arrencada. The following commands will duplicate your current Els següents comandaments duplicaran l'actual '''fstab''', append the year-monthafegiran l'any, el mes i el dia al final del nom de fitxer, compararan els dos arxius i obriran el fitxer per editar-day to the end of the file name, compare the two files and open the original for editinglo.
2. Compare the two files to confirm the backup matches the originalNOTA:{{{cmp /etc/fstab /etc/fstab.$En l'exemple anterior, la partició especificada és ''ext3'', però si la vostra és una partició ''ext4'', heu de canviar la part de dalt que diu "ext3" per "ext4" (date +%Y-%m-%da més de la substitució de ?????? amb el '''UUID''' correcte)}}}. També teniu en compte que si esteu utilitzant Kubuntu, Xubuntu o Lubuntu és possible que tingueu de reemplaçar "gedit" amb "kate", "Mousepad" o "Leafpad", respectivament. Són els editors de text inclosos en les dites distribucions.
34. Open the original Tanqueu l'editor alçant els canvis a l'arxiu '''fstab in a text editor'' i després escriviu la següent ordre:{{{gksu gedit <pre>sudo mkdir /etcmedia/fstab home}}} and add these lines into it {{{</pre> # (identifier) (locationAquesta ordre crea un directori nou, eg sda5) usat més tard per muntar temporalment la nova partició (format, eg ext3 or ext4) (some settingsal final del procediment aquest directori es pot eliminar) UUID=???????? /media/home ext3 nodev,nosuid 0 2 }}} and replace the "????????" with the UUID number of the intended /home partition.
NOTE: In the above example, the specified partition in the new text is an ext3, but if yours is an ext4 partition, you should change the part above that says "ext3" to say "ext4", in addition to replacing the ???Ara podeu reiniciar l's with the correct UUIDordinador. Also note that if you are using KubuntuAra, Xubuntu or Lubuntu you may need to replace "gedit" with "kate", "mousepad" or "leafpad", respectively. They are text editors included with those distributions. 4. Save and Close the fstab file, then type the following command:{{{sudo mkdir /media/home}}} This command will create el sistema hauria de muntar la nova partició a new directory, later used for temporarily mounting the new partition. At the end of the procedure this directory can be removed. Now you can restart your machine. It should now auto-mount the new partition as ''/media/home''. We will edit the Més tard, editarem de nou el '''fstab again later so this arrangement of the partition is only temporary''' de manera que aquest punt de muntatge de la partició és només temporal. To ensure your partition is mounted, mount all file systems declared in fstab with: {{{sudo mount -a}}}
traduint →Setup Fstab
Ara només cal prendre nota (o copiar i enganxar en un arxiu de text) el '''UUID''' de la partició que voleu que siga la nova partició ''/home''.
== Setup Fstab Edició del fitxer '''fstab''' ==
1. Duplicate your Dupliqueu l'actual '''fstab file''':{{{<pre>sudo cp /etc/fstab /etc/fstab.$(date +%Y-%m-%d)}}}</pre> 2. Compareu els dos arxius per confirmar que la còpia de seguretat coincideix amb l'original: <pre>cmp /etc/fstab /etc/fstab.$(date +%Y-%m-%d)</pre> 3. Obriu l'original '''fstab''' amb un editor de text: <pre>gksu gedit /etc/fstab </pre> i afegiu les següents línies a l'arxiu <pre># (identifier) (location, eg sda5) (format, eg ext3 or ext4) (some settings)UUID=???????? /media/home ext3 nodev,nosuid 0 2</pre> (substituiu el "????????" amb el número '''UUID''' de la partició preparada per a ''/home''.
Per assegurar-vos que la partició està muntada, munteu tots els sistemes de fitxers declarats en ''fstab'' amb:
<pre>sudo mount -a
</pre>
= Copy /home to the New Partition =