• [^] # Re: users

    Posté par . En réponse au message demonter disquette avec gnome. Évalué à 2.

    dans fstab tu peux remplacer user par users et tout un chaqu'un peut demonter

    Complément d'informtions : l'option users n'est documentée que dans la page de man en anglais (enfin, sur ma Mandrake 9.1) :


    user Allow an ordinary user to mount the file system. The
    name of the mounting user is written to mtab so that he
    can unmount the file system again. This option implies
    the options noexec, nosuid, and nodev (unless overridden
    by subsequent options, as in the option line
    user,exec,dev,suid).

    users Allow every user to mount and unmount the file system.
    This option implies the options noexec, nosuid, and nodev
    (unless overridden by subsequent options, as in the
    option line users,exec,dev,suid).