cowpaws

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by cowpaws

  1. I have a question about hardlinking on the AMC.

     

    Could someone point me to how I need to set up my input and output directories to allow for hardlinking? Currently I'm getting the "I/O cross link" error and it resorts to copying files over.

     

    My initial setup was:

    input -> /mnt/user/downloads/completed

    output -> /mnt/user/media

     

    But after I found this .... (from https://github.com/filebot/filebot-docker#notes-on---action-move-and---action-hardlink )

    image.png.5e010034e0c4e2347bc48478881ebd13.png

     

    I switched to:

    input -> /mnt/user/media/downloads/completed

    output -> /mnt/user/media

     

    And I still get the same error, which looks like this:

    image.png.457708ddca0f8a5a8a91f62b6b2fde12.png

     

    Could someone help me with the proper setup so as to allow AMC to hardlink?

     

    Thank you so much, from an ignorant noob.