remotemoount Unable to use

    • Offizieller Beitrag

    Pretty sure webdav requires http:// or https:// before the ip address. Too lazy to setup something to test.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.2 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4 | scripts 7.0.1


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • It won't affect the mounted physical drive, will it?

    • Offizieller Beitrag

    It won't affect the mounted physical drive, will it?

    Uhh, why would it? I don't tell people to do things that will break their system normally. If you don't want to try those, just put http:// in from on the ip address in the plugin.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.2 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4 | scripts 7.0.1


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Offizieller Beitrag

    And this is why I wanted you to try the command from the command line. Dealing with the plugin in the middle is a pain when debugging.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.2 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4 | scripts 7.0.1


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Offizieller Beitrag

    it really bothers me

    It really bothers you to run the commands I gave you?

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.2 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4 | scripts 7.0.1


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Offizieller Beitrag

    Working fine on my OMV 5 system.


    aaron@omv5dev:~$ sudo mount -t davfs -o _netdev,defaults,nofail,file_mode=777,dir_mode=777 http://omv6dev/webdav /mnt

    Please enter the username to authenticate with server

    http://omv6dev/webdav or hit enter for none.

    Username:

    Please enter the password to authenticate user with server

    http://omv6dev/webdav or hit enter for none.

    Password:

    /sbin/mount.davfs: warning: the server does not support locks

    aaron@omv5dev:~$ grep webdav /proc/mounts

    http://omv6dev/webdav /mnt fuse rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,max_read=16384 0 0

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.2 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4 | scripts 7.0.1


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • Edit /etc/fstab and get rid of the guest in the line mounting the davfs. Seems like something is validating fstab before changing it.

    Then edit the options in the UI and apply.

    If you got help in the forum and want to give something back to the project click here (omv) or here (scroll down) (plugins) and write up your solution for others.

  • I just used the domain name successfully, but I entered the domain name randomly, and now I can't unmount it after mounting it. How can I do this in SSH?

    • Offizieller Beitrag

    sudo umount /mnt

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.2 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4 | scripts 7.0.1


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

    • Offizieller Beitrag

    something is using it or you are in the directory in another session.

    sudo umount -l -f /mnt

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.2 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4 | scripts 7.0.1


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • something is using it or you are in the directory in another session.

    sudo umount -l -f /mnt

    root@openmediavault:~# sudo umount -l -f /srv/56988b8d-129c-4b28-a5ee-8b877003901f

    umount: /srv/56988b8d-129c-4b28-a5ee-8b877003901f: target is busy.

  • Do not unmunt the data disks!

    Whre did you mount the davfs? ryecoaaron is asking you to unmount /mnt not /srv/56988b8d-129c-4b28-a5ee-8b877003901f


    Post the mount command you entered

    If you got help in the forum and want to give something back to the project click here (omv) or here (scroll down) (plugins) and write up your solution for others.

  • Do not unmunt the data disks!

    Whre did you mount the davfs? ryecoaaron is asking you to unmount /mnt not /srv/56988b8d-129c-4b28-a5ee-8b877003901f


    Post the mount command you entered

    I mounted it with the plugin, not with the command. I don't have a /mnt directory.

  • something is using it or you are in the directory in another session.

    sudo umount -l -f /mnt

    Finally deleted it, modified the /etc/fstab file, and after that it can be deleted again.

    Just now is the use of plug-ins to mount the domain address, after that, then mount the IP address, it worked. Now the IP address is mounted separately and it does not work. What is the problem?

  • something is using it or you are in the directory in another session.

    sudo umount -l -f /mnt


    root@openmediavault:~# sudo mount -t davfs http://192.168.2.111:8080 /srv/798389f1-d470-4bf0-a789-39ebbf39a628/

    Please enter the username to authenticate with server

    http://192.168.2.111:8080 or hit enter for none.

    Username:

    Please enter the password to authenticate user with server

    http://192.168.2.111:8080 or hit enter for none.

    Password:




    After the plugin is set, apply it, save the configuration to /etc/fstab

    but couldn't mount it, after that, went into SSH and mounted it with the command. This is a strange problem.

    Does omv5 need both plugins and commands?


    But it can't be set as a shared folder.


    Could not fetch a matching mount point from the provided fsname: 'http://192.168.2.111:8080'.

  • You must not mount it manually on the cli. Just get the config in the plugin correct, then you can use it.

    If you got help in the forum and want to give something back to the project click here (omv) or here (scroll down) (plugins) and write up your solution for others.

    • Offizieller Beitrag

    Does omv5 need both plugins and commands?

    It shouldn't. Like I mentioned before, I didn't write davfs part of the plugin and don't use it. I guess I will have to set something up. But I'm not going to change the 5.x plugin. And it isn't high priority for me.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.2 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4 | scripts 7.0.1


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!