Pagina 1 di 1

[Mount] Problema con le usb

Inviato: lunedì 30 giugno 2008, 20:07
da dehiho
Ciao a tutti, ho un problema con le penne usb.
Quando le inserisco non si montano più da sole, come faccio a farlo ritornare come prima?
Questo è l'errore che mi da.

Codice: Seleziona tutto

Unprivileged user can not mount NTFS block devices using the external FUSE
library. Either mount the volume as root, or rebuild NTFS-3G with integrated
FUSE support and make it setuid root. Please see more information at
http://ntfs-3g.org/support.html#unprivileged
Grazie a tutti,  (b2b)

Re: [Mount] Problema con le usb

Inviato: lunedì 30 giugno 2008, 20:24
da streetcross

Codice: Seleziona tutto

Unprivileged block device mounts work only if NTFS-3G is compiled with integrated FUSE support, the ntfs-3g binary is at least version 1.2506, set to setuid-root, and the user has access rights to the volume and mount point. The root user can make an ntfs-3g binary setuid-root as shown below

  chown root $(which ntfs-3g)
  chmod 4755 $(which ntfs-3g)

In such case the driver will also be able

    * to fix common FUSE kernel module loading problems
    * to create the required but sometimes incorrectly removed or missing FUSE device file 

Please note that using setuid-root can result unforeseen privilege escalation and its usage is discouraged. Only the absolutely trusted users must be granted such access. Below is an example how this can be done for users in the ntfsuser group to be able to mount any NTFS volume if they have also the needed volume access rights.

  chown root.ntfsuser $(which ntfs-3g)
  chmod 4750 $(which ntfs-3g)

The setuid-root ntfs-3g driver applies the principle of least privilege during its lifetime as a safety measure. 
citato dal link che ti dà l'errore...

Re: [Mount] Problema con le usb

Inviato: lunedì 30 giugno 2008, 20:35
da dehiho
L'avevo già letto ma non ci ho capito molto >:(
Devo ricompilarmelo con FUSE integrato??
E perché sta roba da un giorno all'altro senza aggiornare nessun pacchetto  (mad)

Re: [Mount] Problema con le usb

Inviato: lunedì 30 giugno 2008, 20:39
da streetcross
da terminale dai questo

sudo chown root $(which ntfs-3g)
sudo chmod 4755 $(which ntfs-3g)

per modificare i  permessi e fare il mount automatico

Re: [Mount] Problema con le usb

Inviato: lunedì 30 giugno 2008, 20:49
da dehiho
Devo riavviare, perché mi da ancora l'errore?

Re: [Mount] Problema con le usb

Inviato: giovedì 3 luglio 2008, 21:23
da dehiho
Ho fatto quello che mi hai detto e ho riavviato, ma niente continua a darmi l'errore >:(

Re: [Mount] Problema con le usb

Inviato: venerdì 4 luglio 2008, 10:03
da streetcross
prova a cambiare i permessi in fstab