Announcement

Collapse
No announcement yet.

Problem with mergerfs and dolphin browser

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Problem with mergerfs and dolphin browser

    Hi to all,

    I am having a problem with mergerfs. I have laptop with two disks (NVMe SSD). Two disks are mounted in
    Code:
    /mnt
    as
    Code:
    /mnt/drive1
    (511GB and 24 258files)
    ​and
    Code:
    /mnt/drive2
    (849GB and 234 598 files)
    When accessing them in these locations there is no problem listing files in Dolphin, everything goes lightning fast.

    The problem occurs when I combine them in pool with mergerfs with the following command

    Code:
    sudo /usr/bin/mergerfs -o allow_other,cache.files=partial,dropcacheonclose=t rue,cache.writeback=true,cache.statfs=true,cache.s ymlinks=true,cache.readdir=true,readahead=1024 /mnt/drive1:/mnt/drive2 /media/Media
    The problem is that when I am using Dolphin it goes unusable while trying to list
    Code:
    /media/Media
    .
    There is no problem while using Midnight Commander in the same directory.

    I have tried combination of options while mounting with mergerfs, every time the result is the same.

    What I have found on internet is that Dolphin have some problems with FUSE mounts.

    If someone have similar problem and manage to solve it please tell me.
Working...
X