Hi all! I`m new with proxmox, i just made my first set up and i have some problem, i have installed this lxc
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/qbittorrent.sh)"
. and i have set it up mergerFS. and when i try to download something using the path from mergerFs i always get error. this is my fstab :
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/pve/root / ext4 errors=remount-ro 0 1
UUID=E6B1-61FF /boot/efi vfat defaults 0 1
/dev/pve/swap none swap sw 0 0
proc /proc proc defaults 0 0
UUID=c4b9c33d-ada5-4b0a-a0f7-e0402a4e7493 /mnt/media3tb ext4 defaults 0 2
UUID=55a3c076-0660-4267-91be-ec65ccac7b43 /mnt/media6tb ext4 defaults 0 2
UUID=1a3eff3f-300b-43c5-8cc2-2dd4bb387a64 /mnt/media9tb ext4 defaults 0 2
UUID=a26de8ec-01e8-4afa-b02c-a1c36eef02af /mnt/media9.1tb ext4 defaults 0 2
UUID=f05befc6-9b29-4c49-af8d-f92c8738930b /mnt/media12tb ext4 defaults 0 2
UUID=1157ccc6-afb8-4891-b6e0-fcfd25caeb58 /mnt/appdata ext4 defaults 0 2
/mnt/media* /mnt/tank fuse.mergerfs defaults,nonempty,allow_other,use_ino,cache.files=partial,moveonenospc=true,dropcacheonclose=true,minfreespace=150G,fsname=mergerfs,category.create=mfs 0 0
the mountpoint inside the lcx is good
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/qbittorrent.sh)"
. and i have set it up mergerFS. and when i try to download something using the path from mergerFs i always get error. this is my fstab :
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/pve/root / ext4 errors=remount-ro 0 1
UUID=E6B1-61FF /boot/efi vfat defaults 0 1
/dev/pve/swap none swap sw 0 0
proc /proc proc defaults 0 0
UUID=c4b9c33d-ada5-4b0a-a0f7-e0402a4e7493 /mnt/media3tb ext4 defaults 0 2
UUID=55a3c076-0660-4267-91be-ec65ccac7b43 /mnt/media6tb ext4 defaults 0 2
UUID=1a3eff3f-300b-43c5-8cc2-2dd4bb387a64 /mnt/media9tb ext4 defaults 0 2
UUID=a26de8ec-01e8-4afa-b02c-a1c36eef02af /mnt/media9.1tb ext4 defaults 0 2
UUID=f05befc6-9b29-4c49-af8d-f92c8738930b /mnt/media12tb ext4 defaults 0 2
UUID=1157ccc6-afb8-4891-b6e0-fcfd25caeb58 /mnt/appdata ext4 defaults 0 2
/mnt/media* /mnt/tank fuse.mergerfs defaults,nonempty,allow_other,use_ino,cache.files=partial,moveonenospc=true,dropcacheonclose=true,minfreespace=150G,fsname=mergerfs,category.create=mfs 0 0
the mountpoint inside the lcx is good