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

kalistyan
Messages : 14259
Inscription : ven. 12 janv. 2018 17:44
Localisation : LYON
Contact :

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

Message 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

nicodache
Messages : 2382
Inscription : ven. 12 janv. 2018 17:44

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

Message par nicodache »

t'as pas oublié d'installer les outils fuse sur ta machine ?
kalistyan
Messages : 14259
Inscription : ven. 12 janv. 2018 17:44
Localisation : LYON
Contact :

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

Message 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:
kalistyan
Messages : 14259
Inscription : ven. 12 janv. 2018 17:44
Localisation : LYON
Contact :

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

Message 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 :(
paulnux
Messages : 417
Inscription : ven. 12 janv. 2018 17:44

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

Message par paulnux »

Bonsoir,
Je crois qu'il faut ajouter les utilisateurs pouvant utiliser FUSE dans le groupe fuse.
[cpp]sudo adduser $USER fuse[/cpp]
kalistyan
Messages : 14259
Inscription : ven. 12 janv. 2018 17:44
Localisation : LYON
Contact :

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

Message par kalistyan »

The user `toto' is already a member of `fuse'. :(
Répondre