Parametrer fstab
Mat
-
Utilisateur anonyme -
Utilisateur anonyme -
Bonjour,
Lors de la création du fstab, que signifie les paramètre ro,bg ?
exemple de ligne ici par exemple:
tiré d'ici:
http://wiki.tapriuneclak.com/
Merci d'avance
Lors de la création du fstab, que signifie les paramètre ro,bg ?
exemple de ligne ici par exemple:
/dev/hdc /cdrom iso9660 ro,bg,user,noauto 0 0 /dev/hdd /dvd iso9660 ro,user,noauto 0 0
tiré d'ici:
http://wiki.tapriuneclak.com/
Merci d'avance
A voir également:
- Parametrer fstab
- Parametrer chromecast - Guide
- Paramétrer double écran - Guide
- Paramétrer chromecast wifi - Guide
- Paramétrer les applications qui se lancent au démarrage - Guide
- Paramétrer emoji samsung - Guide
1 réponse
Salut :-)
Ce sont les options de montage, il faut lire la page manuelle de mount.
ro c'est Read Only
bg apparemment ce serait retenter un montage en BackGround (Arrière plan) en cas d'échec du premier montage.
"If the first mount attempt times out, retry the mount in the background. After a mount operation is backgrounded, all subsequent mounts on the same server will be backgrounded immediately, without first attempting the mount. A missing mount point is treated as a timeout, to allow for nested NFS mounts."
Ce sont les options de montage, il faut lire la page manuelle de mount.
Man mount
ro c'est Read Only
bg apparemment ce serait retenter un montage en BackGround (Arrière plan) en cas d'échec du premier montage.
"If the first mount attempt times out, retry the mount in the background. After a mount operation is backgrounded, all subsequent mounts on the same server will be backgrounded immediately, without first attempting the mount. A missing mount point is treated as a timeout, to allow for nested NFS mounts."