SnapRAID + mergerFS cannot ftp

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

Oxzhor

Member
Jan 11, 2017
30
3
8
40
The Netherlands, Amsterdam
Hi All,

I setup a SnapRAID v11 server with mergerFS on centos 7.

/etc/fstab
Code:
# SnapRAID Data Disks

/dev/disk/by-id/ata-HGST_HDN724030ALE640_PK1447P9K8B63X-part1 /mnt/data/disk1 xfs defaults 0 2
/dev/disk/by-id/ata-HGST_HDN724030ALE640_PK1452P9K88MZY-part1 /mnt/data/disk2 xfs defaults 0 2

# Parity Disks
# /dev/disk/by-id/
/dev/disk/by-id/ata-HGST_HDN724030ALE640_PK1484P9K8JZ9X-part1 /mnt/parity/parity1 xfs defaults 0 2
/dev/disk/by-id/ata-HGST_HDN724030ALE640_PK1473P9K89RKY-part1 /mnt/parity/parity2 xfs defaults 0 2

# MergerFS mount
/mnt/data/* /mnt/storage fuse.mergerfs category.create=eplfs,moveonenospc=true,defaults,allow_other,minfreespace=5G,fsname=mergerfsPool 0 0
I create with vsftp an ftp account with path /mnt/storage and can connect with it, but i cannot ftp files or create folders?

Did i miss something in this case?