darksun5183

Members
  • Posts

    29
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

darksun5183's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Ok Thanks so much @dmacias! I figured out what I was doing wrong, thanks so much for adding these!
  2. Hi, I would like to be able to rar and create par2 files from those archives on the command line in Unraid. Is it possible to install these tools? I don't see them listed in Nerd Tools nor do I see a docker option. Has anyone installed these tools on their own?
  3. Thanks pwm, that makes sense. It's weird that I've never ran into this issue before and have been using Plex and Unraid for a long time. Granted, I just started using it with a Roku TV but after the restart of Unraid I can delete files without issue. Not sure where the disconnect is there but at least I know of what to look out for in the future.
  4. Delete is working flawlessly again. Very weird that this happened but at least I know how to resolve it now. Any idea what would cause this behavior?
  5. That does appear to be the case. I stopped the array and put it into maintenance mode to check the filesystem. No errors were found and when I restarted the array I had magically gained the missing 150gb of space. I'm going to test deleting another file from Plex on the Roku TV to see if it actually deletes it or adds the hidden .fuse file.
  6. I've found the culprit but I can't explain what's happening. The files are being deleted but are being replaced with a hidden file of the same size. For example, I delete a video file, the file is removed but when I run an ls -la command I see a file named .fuse_hidden00012f0800003973 which has the same file size. Whenever I try and delete the file it gets replaced with another fuse file with a different name. No space is being cleared and I'm quickly running out of space. Does anyone know what is causing this issue and how it can be resolved?
  7. I absolutely can however I'm not sure if that'll be helpful unless I'm thinking of the wrong scenario: Screenshot of folder with file, screenshot of free space, screenshot of folder without file, screenshot of free space again? Not that I'm aware of, plugins page does not show anything which relates to a recycle bin.
  8. I've been using Plex for years now, and Unraid for a while as well, currently on version 6.3.2. I'm sure that this is something simple and I'm just missing it but for the life of me I can't figure this out. The problem I'm having is this: I've recently gotten a Roku TV and have been deleting files from within the Plex app on the TV, today I realized that files I'm deleting from the Plex app are not clearing up space within Unraid. Whenever I check the dashboard, I still have the same amount of space no matter what files I delete. I've verified that the files are being removed and that they're actually stored on the disks I'm monitoring disk space for. Before I would perform clean up from within the Plex dashboard or by physically deleting the files from terminal or file explorer. I've verified that deleting in this way does in fact clear space on the Unraid dashboard. What am I missing here? Is there a recycle bin or something similar where the files are being placed? Is there a schedule or mover that needs to run to actually the delete the files? I'm at a complete loss at this point and hoping that someone can point me in the right direction. Thanks!
  9. Thanks johnnie.black. Unfortunately I don't have anything stored on there that is outside of my Docker appdata so I don't know how to clear anything without blowing away some of my Dockers.
  10. Thanks for the response, it is btrfs and here is the output: btrfs fi show /mnt/cache Label: none uuid: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx Total devices 1 FS bytes used 35.84GiB devid 1 size 111.79GiB used 111.79GiB path /dev/sdg1 btrfs fi df /mnt/cache Data, single: total=110.75GiB, used=35.27GiB System, single: total=32.00MiB, used=16.00KiB Metadata, single: total=1.01GiB, used=757.59MiB GlobalReserve, single: total=256.00MiB, used=0.00B
  11. I'm pulling my hair out here and I'm hoping that someone can point me in the right direction. I routinely copy files to a folder on my Cache disk so that numerous Docker programs can interact with it. I generally have 70-80GB free on this disk however I'm running into problems where I copy 5-10GB over and receive an error on the copy that I'm out of disk space. When I check the disk space via the Unraid GUI I have the correct amount free, df command shows the same. After this my docker applications start failing as well and only a restart of the array fixes this issue until it pops up again. Is there something that I'm missing? A setting perhaps?