Page 1 sur 1

Ubuntu Server + Axigen Mail Server : -ERR: error mounting: /mnt/axigen

Publié : ven. 19 févr. 2010 17:05
par kalistyan
:hello:

Comme l'indique le titre, impossible de monter le répertoire même en ligne de commande :o
-ERR: error mounting: /mnt/axigen (Cannot create FUSE mount point)
Le dossier a bien été créé. De plus, j'ai suivi cette procédure ici


Ubuntu Server + Axigen Mail Server : -ERR: error mounting: /mnt/axigen

Publié : ven. 19 févr. 2010 17:09
par nicodache
t'as pas oublié d'installer les outils fuse sur ta machine ?

Ubuntu Server + Axigen Mail Server : -ERR: error mounting: /mnt/axigen

Publié : ven. 19 févr. 2010 19:06
par kalistyan

Code : Tout sélectionner

administrateur@webmail:/$ dmesg |grep fuse
[   63.093613] fuse init (API version 7.9)
J'en déduis que non :ange:

Ubuntu Server + Axigen Mail Server : -ERR: error mounting: /mnt/axigen

Publié : ven. 19 févr. 2010 19:50
par kalistyan
OK, I have it working now! Let me explain - so you can let other folks know ... :-).

I didn't have a fuse.conf file, as I mentioned above (and didn't need it for 7.3.0 to work, does this make sense?). In any case, I added one, with the allow user line in it. Then, I also had to make sure that the user "axigen" had write access to the target directory. With this all in place, and after a reboot (to take fuse.conf into use) ... it works!

Interestingly enough, I have the directory set up as root:axigen as the owner, group, but once mounted it becomes root:root ... is this expected?

Also, now that I have it mounted, can I do simply copy operations to back up my server?

Thanks for your help!
Bon d'après ma p'tite traduction, l'utilisateur n'avait pas de fichier "fuse.conf", le fichier a été créé avec la ligne "user_allow_other" & une fois la machine redémarrée cela a fonctionné.

@home cela ne fonctionne pas mieux :(

Ubuntu Server + Axigen Mail Server : -ERR: error mounting: /mnt/axigen

Publié : dim. 21 févr. 2010 20:19
par paulnux
Bonsoir,
Je crois qu'il faut ajouter les utilisateurs pouvant utiliser FUSE dans le groupe fuse.
[cpp]sudo adduser $USER fuse[/cpp]

Ubuntu Server + Axigen Mail Server : -ERR: error mounting: /mnt/axigen

Publié : lun. 22 févr. 2010 18:31
par kalistyan
The user `toto' is already a member of `fuse'. :(