Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hardlink Bug? #394

Open
PedroBuffon opened this issue Dec 19, 2024 · 0 comments
Open

Hardlink Bug? #394

PedroBuffon opened this issue Dec 19, 2024 · 0 comments

Comments

@PedroBuffon
Copy link

Describe the bug
When files are hardlinked by Sonarr or any other software, they are only recognized as hardlinks if both paths involved in the hardlinking process are present simultaneously in the file system. This can cause confusion or lead to incorrect detection of hardlinked files.

To Reproduce

  1. Set up the following folder structure:
    /data
    ├── torrents
    │ ├── animes
    │ ├── movies
    │ └── series
    └── media
    ├── animes
    ├── movies
    ├── series

Files on torrents/series are hardlinked to media/series, if you run gdu command inside the torrents folder, no hardlink tags are shown, they only appear if you run gdu on the root of both folder, on the /data

Expected behavior
Files in /data/media/series should remain tagged as hardlinks, even if the gdu command is ran outside the folder.

System (please complete the following information):

  • OS: Debian 12
  • Terminal: Termius/powershell
  • Version: 5.22.0-1+b1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant