Everything posted by xaositek
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
@dlandon Is there a limitation of which drives actually support spindown? I have a Western Digital easyStore 4TB drive attached via USB and don't seem to be able to get it to spindown. Attached a screenshot and diagnostics. Around today if you need more data. nyx-diagnostics-20201210-0750.zip
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Thank you for making this much smoother!! Whole system didn't freak out when a bunch of mount points changed and now there is some migration path.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
In my opinion this change should not have been a forced update. There should be a migration path on a share by share basis and perhaps an additional tool to help identify any dependencies that are still pointing at the old share path that need updating. This was sloppy and not called out enough in the release notes.
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Is there any way to manually specify the size of an SMB Share? I know this is an odd question, but whenever a Drobo 5N2 (or probably any Drobo for that matter) is mounted, they have it configured to show you 70.3TB as the drive volume, even if you only have 5TB of actual drive space. I'd like to be able to manually specify as my Drobo doesn't change often, but getting actual percent utilized data would be swell. Thanks in advance!
-
[Support] Linuxserver.io - Transmission
I have noticed that Transmission makes a "complete" and "incomplete" folder in the specified "/downloads" folder on startup (new or restarted). I have "Host Path 2" set as "/mnt/user/media_downloads/" and in settings.json I have the following set: "download-dir": "/downloads/03 Download Complete/", "incomplete-dir": "/downloads/02 Download Incomplete/", I have confirmed the configuration is correct and this should override the need for "complete" and "incomplete" to be created. Ask: Can this be investigated? For now I just made a cronjob that deletes these folders as they are redundant and unnecessary.
-
[Support] Linuxserver.io - Nginx
Thank you very much @saarg!! Worked like a charm!
-
[Support] Linuxserver.io - Nginx
@saarg I apologize this is a PHP extension, not Nginx - https://www.php.net/manual/en/book.calendar.php. This permits functions similar to <?php echo cal_days_in_month(CAL_GREGORIAN, 1, 2020); ?>
-
[Support] Linuxserver.io - Nginx
Any chance of getting the 'calendar' extension loaded in this container? <?php var_dump(extension_loaded('calendar')); ?> Results: bool(false)