Difference between revisions of "Fstab/fr"

Created page with "Dans l'exemple de fichier {{ic|fstab}} ci-dessus, la ligne suivante dans sa sortie {{ic|blkid}} : /dev/sdc1 : LABEL="Win-Data" BLOCK_SIZE="512" UUID="634E43D367B0A4B1" TYPE="..."
(Created page with "Pour plus d'informations sur la norme de la hiérarchie du système de fichiers Linux, reportez-vous à la section #See Also, mais en résumé, vous devez spécifier un r...")
(Created page with "Dans l'exemple de fichier {{ic|fstab}} ci-dessus, la ligne suivante dans sa sortie {{ic|blkid}} : /dev/sdc1 : LABEL="Win-Data" BLOCK_SIZE="512" UUID="634E43D367B0A4B1" TYPE="...")
Tags: Mobile web edit Mobile edit
Line 74: Line 74:
Pour plus d'informations sur la norme de la hiérarchie du système de fichiers Linux, reportez-vous à la section [[#See Also]], mais en résumé, vous devez spécifier un répertoire existant sur votre système de fichiers où vous souhaitez monter une partition.
Pour plus d'informations sur la norme de la hiérarchie du système de fichiers Linux, reportez-vous à la section [[#See Also]], mais en résumé, vous devez spécifier un répertoire existant sur votre système de fichiers où vous souhaitez monter une partition.


In the example {{ic|fstab}} file above, the following line in it's {{ic|blkid}} output:
Dans l'exemple de fichier {{ic|fstab}} ci-dessus, la ligne suivante dans sa sortie {{ic|blkid}} :
  /dev/sdc1: LABEL="Win-Data" BLOCK_SIZE="512" UUID="634E43D367B0A4B1" TYPE="ntfs" PARTUUID="ca8d0663-6a6e-4b09-a0d7-05b59d109ab1"
  /dev/sdc1 : LABEL="Win-Data" BLOCK_SIZE="512" UUID="634E43D367B0A4B1" TYPE="ntfs" PARTUUID="ca8d0663-6a6e-4b09-a0d7-05b59d109ab1"
* is the Windows D: Drive
* est le disque D: de Windows.
* has an NTFS label of "Win-Data"
* Le label NTFS est "Win-Data".
* has a Windows UUID of "634E43D367B0A4B1" (different from Linux UUIDs)
* a un UUID Windows de "634E43D367B0A4B1" (différent des UUIDs Linux)
* contains the NTFS File System
* contient le système de fichiers NTFS
* has a partition UUID of "ca8d0663-6a6e-4b09-a0d7-05b59d109ab1"
* L'UUID de la partition est "ca8d0663-6a6e-4b09-a0d7-05b59d109ab1".


and gets mounted on the {{ic|/media/Data}} according to this line:
and gets mounted on the {{ic|/media/Data}} according to this line:
translator
764

edits