AL2023. Mount webdav folder

0

Hi. We try to use new AMI with AL2023 and we need to mount webdav folder to our EC2. Previosly we use davfs2 (installed by yum package), but according that in AL2023 we can't install epel package - we can't install davfs2. Also I can't find any another way how to mount webdav folder and I can't find another way how to install davfs2.. I would be grateful if somebody advice me some way to mount webdav folder to AL2023. Thanks :)

DK
preguntada hace 7 meses343 visualizaciones
2 Respuestas
0
Respuesta aceptada

Hello.

Looking at this document, it seems that it is in the Fedora repository, so I added the Fedora repository and installed it using the following steps.
https://src.fedoraproject.org/rpms/davfs2

sudo vi /etc/yum.repos.d/fedora.repo

[fedora]
name=Fedora 37 - $basearch
#baseurl=http://download.example/pub/fedora/linux/releases/37/Everything/$basearch/os/
metalink=https://mirrors.fedoraproject.org/metalink?repo=fedora-37&arch=$basearch
enabled=0
countme=1
metadata_expire=7d
repo_gpgcheck=0
type=rpm
gpgcheck=1
gpgkey=https://getfedora.org/static/fedora.gpg
skip_if_unavailable=False

sudo dnf --enablerepo=fedora install davfs2 -y

I was able to install it using the above commands and settings, but I have not checked the mounting, so please check the operation yourself.

profile picture
EXPERTO
respondido hace 7 meses
  • Many many thanks for your advice! It helps :)

0

I ended up building davfs2 and neon (dependency for davfs2) from source. I had to check out an older version of neon (the latest version 33 devel was incompatible with davfs2 as of November 2023) and disable the documentation build portion of the davfs2 Makefile. There were a few other steps like getting autopoint working, but now it works great!

jesse_m
respondido hace 5 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas