Page 1 of 1

Still getting invalid cross-device

Posted: 05 Oct 2019, 12:35
by geekmaster1
These are on the same mergerfs drive so why is is cross-device?

Code: Select all

#!/bin/sh -xu

filebot -script fn:amc --output "/mnt/mergerfs/media/tv" --action hardlink -non-strict "/mnt/mergerfs/nzb/completed" --def skipExtract=n --def deleteAfterExtract=n --def excludeList=/mnt/mergerfs/log/rtorrent/amc.txt --def "animeFormat=/mnt/mergerfs/media/tv/{n}/Season {s}/{n} - {s00e00} - {t}" --def plex=127.0.0.1:xxx --def emby=127.0.0.1:xxx --def extractFolder="/mnt/mergerfs/rtorrent/extracted" --def clean=y --def subtitles=en "seriesFormat=/mnt/mergerfs/media/tv/{n} ({y}){'/Season '+s}/{s+'x'}{e.pad(2)} - {t}" "movieFormat=/mnt/mergerfs/media/movies/{n} ({y})/{n} ({y})" --log-file="/mnt/mergerfs/log/rtorrent/amc-log.txt" &

Re: Still getting invalid cross-device

Posted: 05 Oct 2019, 15:09
by rednoah
1.
What exactly does the error message say?

Presumably, it's an error message that has bubbled up from the underlying system call, and so FileBot itself is just relying the error to you.


2.
Are hardlinks even supposed to work, like conceptually, with mergerfs?
trapexit wrote:mergerfs can't practically fake links. It's just a union of drives.
https://github.com/trapexit/mergerfs/is ... -451443360