Everything posted by strike
-
[Plugin] Disk space Management - Mainly for those who use the split-level feature in Unraid.
Good catch. I'll change that in the next update. Maybe a drop down to enable yes/no and if yes the text field appears, and don't delete it if set to no again. I'm glad you find it useful. I have 17 almost full drives myself, so it makes it much easier for me to manage as well. I was getting pretty fed up with moving things manually every day. I could of course make unraid split everything as needed, but I don't want that as I have to satisfy my (mild) OCD. Haha.. BTW if you're still on the dev version you can uninstall that and install from CA again, otherwise you won't see the update when it's ready.
-
[Plugin] Disk space Management - Mainly for those who use the split-level feature in Unraid.
Thanks for the feedback. You can enter "disabled" without quotes in the cron schedule, and it's already a note about it in the help & info section :)
-
[Plugin] Disk space Management - Mainly for those who use the split-level feature in Unraid.
New dev version, which I hope will solve the remaining bugs: https://raw.githubusercontent.com/strike84/unraid-disk.space.management/refs/heads/main/DiskSpaceManagement-dev.plg Please give it a try :) @Crimzon I was unable to reproduce the issue on my laptop as well, but I believe it's because I'm on Unraid version 7.2.3 and you're on 7.1.4. And my plugins UI is designed for 7.2+ But I made some adjustments in the latest dev version that I hope will solve the issue. If not, it may be worth upgrading to the latest stable Unraid release. It's pretty stable now, so I would consider upgrading anyway. @unabletoconnect I also added a "fix" for the infinite loop; it now skips this folder and logs it. If you're seeing the same folder skipped in the logs, run after run, it may be because sometimes rsync leaves behind empty folders on the source disk after the move is done. I've added a fix for this as well, so it cleans up the folders if left behind. But you need to delete these folders yourself if it's already happened to you in an earlier run. After that is done, the folder will not show up in the logs anymore. Edit: I also pushed the update to the main version so that you can update the normal way.
-
[Plugin] Disk space Management - Mainly for those who use the split-level feature in Unraid.
Thanks. I was working under the assumption that you were on a narrow screen like a phone, so I set a min width for the boxes, which seems to have worked. But it seems that somehow your screen/laptop is triggering the "mobile" view. I don't have that many screens to test with, but now that I know that you're on a laptop, I can see if I can reproduce it on my laptop, since I'm unable to reproduce it on my TV and phone. I totally forgot that I even have a laptop (I never use it, I like my 85" tv better..) I'll be back with a new dev version probably tomorrow. I just fixed @unabletoconnect 's issue at least. So we're getting close to a bug-free release pretty soon, I hope. :)
-
[Plugin] Disk space Management - Mainly for those who use the split-level feature in Unraid.
Thanks for the screenshots. I notice you are on the version from 2025.12.31-3. Can you try the latest dev version I posted a few posts back? My plan was to continue to work on the dev version tonight, but my VM started having weird issues that I have to fix first. But most likely there will be a new dev version out in the weekend, just have to fix my VM first. I would really like to know if your display issues still are presented in the current dev version though.
-
[Plugin] Disk space Management - Mainly for those who use the split-level feature in Unraid.
@unabletoconnect I've looked at this, and it could be that the file was in use/locked by another process, and when that happens, the script returns the size as 0. It tries to move the file, but fails. Since the file wasn't moved, the disk space hasn't changed. The script finds the same "best" file again, causing an infinite loop. I'll have to do some more testing tomorrow before I post a new dev version. Thanks for helping me test, btw it's much appreciated!
-
[Plugin] Disk space Management - Mainly for those who use the split-level feature in Unraid.
Thanks for reporting. I'll post an updated dev version later today.
-
[Plugin] Disk space Management - Mainly for those who use the split-level feature in Unraid.
I've pushed an update to the dev version now: https://raw.githubusercontent.com/strike84/unraid-disk.space.management/refs/heads/main/DiskSpaceManagement-dev.plg If you rolled back to the 2025-11-08 version, please back up your settings.cfg file in /boot/config/plugins/DiskSpaceManagement/ so that if you need to roll back to the old version again, you can copy that file back so you don't need to set up your settings again. @unabletoconnect @poto2 Please test the new dev version when you're able to, and tell me if the issues are fixed (should be). @rgreen83 Your issue should be fixed as well. I've tested it on both the grey and azure themes. I've also added a "stop script" button on the log tab. @Crimzon and anyone else with the "smashed screen" display issue. Please confirm if it's fixed now.
-
[Plugin] Disk space Management - Mainly for those who use the split-level feature in Unraid.
Here is the link to the old version for those of you who want to roll back while I'm working out the new bugs. http://raw.githubusercontent.com/strike84/unraid-disk.space.management/refs/heads/main/DiskSpaceManagement-2025-11-08.plg You'll need to set up your paths again if you decide to roll back. A new dev version will be posted very soon. And since I'm unable to reproduce your issues (except for @rgreen83 's issue) I need you to test it for me to confirm if it's working or not.
-
[Plugin] Disk space Management - Mainly for those who use the split-level feature in Unraid.
Glad someone likes the UI, haha.. 😊 When the bugs are fixed it will be a much better than the old one IMHO. Edit: I'm aware of the display issues on the Grey and Azure theme. You can switch to the black theme in the meantime. There's currently no stop command. But you can kill it by running this command I'll add a stop command in the next release, so that it stops after moving the current item.
-
[Plugin] Disk space Management - Mainly for those who use the split-level feature in Unraid.
Thanks for reporting. I'll look at it after work. 😊
-
[Plugin] Disk space Management - Mainly for those who use the split-level feature in Unraid.
Open up a terminal and run this command: kill -9 $(cat /tmp/dsm.running) && rm /tmp/dsm.running
-
[Plugin] Disk space Management - Mainly for those who use the split-level feature in Unraid.
@unabletoconnect @poto2 Which version did you get the error? I posted a link to a dev version, is it that one?
-
[Plugin] Disk space Management - Mainly for those who use the split-level feature in Unraid.
I'll take a look at it after work and also post a link to the previous version.
-
[Plugin] Disk space Management - Mainly for those who use the split-level feature in Unraid.
@Crimzon Can you please uninstall the plugin, install this dev version, and see if the issues are resolved? If it is, I'll push the update to all. Go to plugins-install plugin and paste this URL: http://raw.githubusercontent.com/strike84/unraid-disk.space.management/refs/heads/main/DiskSpaceManagement-dev.plg If you're still having display issues, please post a screenshot again.
-
[Plugin] Disk space Management - Mainly for those who use the split-level feature in Unraid.
Aight, I'll see what I can do. But I'm kinda working blind here since I'm not able to reproduce. BTW your screen looks very narrow, or at least your screenshot is. Is your screen vertical? Or is it a small screen?
-
[Plugin] Disk space Management - Mainly for those who use the split-level feature in Unraid.
Would be nice to know what's not working so I can fix it. Is it the same issue @Crimzon has?
-
[Plugin] Disk space Management - Mainly for those who use the split-level feature in Unraid.
Have you also tried in a private/incognito window to rule out any plugins? Could you please post a screenshot of the entire screen? And what color theme are you using? You can find it in settings-display settings
-
[Plugin] Disk space Management - Mainly for those who use the split-level feature in Unraid.
Are you using a custom theme or something? Is this on a desktop or on a mobile device? And what browser are you using? I'm using the black theme, and I'm unable to reproduce this. There is a minor display issue on some elements on the Azure and grey theme, but nothing like you described.
-
Nextcloud alternative
I agree with @bmartino1 For file sharing SFTP is the way to go. I like the SFTPGo app. You can connect using an SFTP app or use the webclient (set up a reverse proxy and/or tailscale and you can get to your data from anywhere). It also supports WebDAV. I gave up nextcloud years ago and never looked back.
-
Hi Anxiety Upgrading from 6.12.15 to 7.2.3
Happy to hear your upgrade went well. You shouldn't have anxiety about upgrading. As long as you remember to make a backup of your flash drive before performing the upgrade, you can always roll back if necessary. You should always strive to stay up to date, as falling too far behind can make it more difficult to upgrade. If you have a hard time troubleshooting, it's smart to wait for a release or two when upgrading to a major version, as there always will be some small bugs in the first releases. But historically, it's pretty stable after that.
-
Is UnRaid for me?
If you have multibit ECC it can correct too. I can't remember if single bit ECC does. I had multibit ECC in my old server, and it saved me multiple times from corruption. But I agree, it is more likely that data will be silently corrupted while in RAM than on a hard disk. If I were worried about bitrot, I would go for a server with ECC ram. Or use ZFS, preferably both. I have backup of my most important data, but most of my data is video files, which I don't have a backup of. But if a videofile gets bitrot, the most I would notice are some artifacts on playback in a scene or two. Pictures are more prone to corruption for some reason, and as a result, you may not be able to open the file at all. I have ECC RAM in my current server too, but it's "on-die ECC" which is not as good as normal ECC. But I chose to go for consumer-grade hardware when I upgraded my hardware last time. But personally, I don't worry that much about bitrot. I can restore important data from backup if I have to.
-
Is UnRaid for me?
One more thing in unraids favor; the forum. After using unraid for over 10 years I think the best unraid feature is the forums! There's so many talented people here and everyone is very friendly, welcoming and eager to help. And I have to say, the mods do an fantastic job! I don't think they have to moderate to much,but you can see them in nearly every thread helping out. It's truly astonishing how well this forum works.
-
Why not give every docker its own IP with a custom br0 network setting?
True that! Yeah, I guess it does.
-
Why not give every docker its own IP with a custom br0 network setting?
There are a few, that's why I use it. Not for the IP's themselfs, but for other reasons. The only thing I use the IP for is ordering all my containers by them, so it's really easy for me to deploy a new container with a new IP. I just take the next IP in the list. My DHCP server is configured so I have plenty of IP's to choose from as they are outside the DHCP range. Ok, yeah, I don't need to worry about that. That's one of the reasons I use a dedicated IP. Maybe it's simpler for others and newcomers to go with the "default" setup, but funny enough, I think it makes it more complicated. But that may be because I'm so used to "my way" of doing things..