Re: Montage cdrom

Pàgina inicial

Reply to this message
Autor: Pierre Pronchery
Data:  
A: Guilde
Assumpte: Re: Montage cdrom
On Wed, Apr 21, 2004 at 10:49:53AM +0200, Frederic Mantegazza wrote:
> Petite question a propos du montage d'un cdrom pour lequel j'ai un
> comprotement bizarre. Voici ce que j'ai dans mon /etc/fstab:
>
>    /dev/scd0 /cdrom iso9660 ro,exec,user,noauto    0 0

>
> Et voici ce que j'obtiens lorsque je monte un cd, dans /etc/mtab:
>
>    /dev/scd0 /cdrom iso9660 ro,noexec,nosuid,nodev 0 0

>
> Pourquoi refuse-t-il de monte mon CD avec les droits exec ?

man mount(8):
      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).


--
Pierre