Solved! Mounting image failed at FreeBSD 14.1 with urbackup-server-2.5.33
Mounting image failed. Please see server log file for details.
Found free md unit 0 Loading kernel module... kldload: can't load fuse.ko: No such file or directory Mounting /dev/md0s1 at /media/BACKUP/urbackup/Doring39-Bughalter02PC-Vera-Kroshkina/240802-0013_Image_C_mnt0 ... sh: ntfs-3g: not found Mounting failed. Removing md device...
To work with image mounting, the following must be installed: fusefs and fusefs-ntfs (ntfs-3g).
fusefs is installed together with ubackup-server.
fusefs-ntfs needs to be installed separately.
Installing fusefs-ntfs
pkg install fusefs-ntfs
Next, there are complications with fuse, also known as fusefs.
In FreeBSD, it is called fusefs.
In Linux, it is called fuse.
urbackup calls it fuse, so we will create a symlink from fusefs so that it can also be called fuse.
ln -s /boot/kernel/fusefs.ko /boot/kernel/fuse.ko
ln -s /usr/local/bin/ntfs-3g /usr/bin/ntfs-3g
Mounting works!!! Mount the image again, now everything works!
Just like in Linux, the first time it gives an error on the web.
Go back to the list of backups, select the same backup again, and everything is already mounted.