[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: mount: must be superuser to use mount



* Paulo Gravito <p.gvo@wanadoo.fr> [2005-01-21 11:09] :
> J'ai un problème avec l'utilisation de mount
> ----------------------------------------------------------
> 10:41 paulo@cthulhu ~% mount /floppy
> mount: must be superuser to use mount
> zsh: exit 32    mount /floppy  <-------idem pour /cdrom /cle_usb
> ----------------------------------------------------------

[...]

> 10:52 paulo@cthulhu ~% ls -la /bin/mount
> -rwxr-xr-x  1 root root 67K 2004-12-25 16:17 /bin/mount*

Tu as un problème avec les droits de /bin/mount, normalement, il est
setuid root :


$ ls -l /bin/mount
-rwsr-xr-x  1 root root 68440 2004-12-25 16:17 /bin/mount

Donc, "chmod u+s /bin/mount" pour corriger le problème.



Fred

-- 
Comment poser les questions de manière intelligente ?
http://www.gnurou.org/documents/smart-questions-fr.html
Comment signaler efficacement un bug ?
http://www.chiark.greenend.org.uk/~sgtatham/bugs-fr.html



Reply to: