/dev/fuse nicht vorhanden?

  • Hallo,
    ich wollte mittels curlftpfs einen FTP Backupspace einhängen, um so mit rsync ein Backup machen zu können. Leider bekomme ich immer diese Fehlermeldung: "fusermount: failed to open /dev/fuse: No such file or directory" - Ist das bei einem vServer hier generell nicht möglich,?


    MfG Christian

    "Wer nur noch Enten sieht, hat die Kontrolle über seine Server verloren." (Netzentenfund)

  • Hi,

    dann vermute ich mal, dass das "FUSE-Device" bei den virtuellen Servern nicht unterstützt wird. Aber am besten, du fragst mal beim Support nach, ob es:

    a) wirklich nicht unterstützt wird

    und

    b) ob man es freischalten kann für deinen vServer

    :)

    Gruß,

    Stefan

  • Könnte aber ;)

    Quote


    Local Devices

    Requires BINARY_MOUNT and SECURE_MOUNT


    Copying /dev/fuse

    For local devices you will also need fuse stuff working. Install fuse on the host server and load the module there.
    You will need to copy /dev/fuse across to the vserver (use cp -a /dev/fuse /var/lib/vsever/example/dev/fuse). Then make /dev/fuse owned by the root:fuse, note that you will need to make it owned by the fuse group inside the vserver. It will probably have a different GID inside the vserver, so you will need to set it from the host but with the GID from the guest.

    Quelle: http://www.bristolwireless.net/wiki/index.php/LTSPonVserver