Outils pour utilisateurs

Outils du site


informatique:linux:mount

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
informatique:linux:mount [2015/04/17 13:42]
benoit
informatique:linux:mount [2018/09/06 19:10] (Version actuelle)
Ligne 16: Ligne 16:
   mount --bind /​var/​log/​apache2/​ /​var/​www/​apache-log/​   mount --bind /​var/​log/​apache2/​ /​var/​www/​apache-log/​
   mount -o remount,​ro,​bind /​var/​www/​apache-log/​   mount -o remount,​ro,​bind /​var/​www/​apache-log/​
 +
 +Syntaxe pour /etc/fstab
 +  # Montage en ecriture :
 +  /​var/​log/​apache2/​ /​var/​www/​apache-log none bind 0 0
 +  ​
 +  # En lecture seulement (monter 2 fois comme ci-dessous) :
 +  /​var/​log/​apache2/​ /​var/​www/​apache-log none bind 0 0
 +  /​var/​log/​apache2/​ /​var/​www/​apache-log none bind,​remount,​ro 0 0
informatique/linux/mount.1429270934.txt.gz · Dernière modification: 2018/09/06 18:59 (modification externe)