Still getting invalid cross-device

All your suggestions, requests and ideas for future development
Post Reply
geekmaster1
Posts: 10
Joined: 24 Mar 2016, 08:43

Still getting invalid cross-device

Post 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" &
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Still getting invalid cross-device

Post 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
:idea: Please read the FAQ and How to Request Help.
Post Reply