Parametrer fstab

Mat -  
 initials 76 -
Bonjour,

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

1 réponse

  1. initials 76
     
    Salut :-)

    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."
    0