Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

remotevisitor

Members
  • Joined

  • Last visited

Everything posted by remotevisitor

  1. Have you read the docker section in the official Unraid documentation at https://docs.unraid.net/unraid-os/manual/docker-management/#re-installing-docker-applications Does it provide the information you need?
  2. Yes it is ok to move file between 2 disk shares. However you must never copy file between a disk share and a user share ( eg from Disk1/Movie to Share/Movie in your example) or vice versa; if you do this you will end up with all the copied files being zero length. It is for this reason that disk shares are not shared by default to help prevent users doing this.
  3. Actually this is a case when the deprecated /mnt/user0 can still be useful. As you mention if you have a file on the cache drive is in another share and you move it to your /mnt/user/test share, Unraid counter-intuitively renames it and leaves it on the cache drive. It can do this because the cache drive is included in the share in /mnt/user/test. However, if you instead move it to your /mnt/user0/test share, it will correctly move the file into the array, rather than just renaming it. It must do this because the cache drive is not included in your /mnt/user0/test share.
  4. Although you have the test share set to Array Only, have you confirmed that the cache disk does not already include files/folders for that share? That setting will only ensure *new* files and folders will be created in the array. I will not prevent existing files and folders already on the cache drive for that share from appearing in the share.
  5. And if the files are not in the config directory, then no password has yet been set.
  6. I think the instructions in the manual that you have quoted are slightly wrong (should not have "boot" in the name) as the files to delete are: config/shadow config/smbpasswd The names as quoted with the "boot" in the name is what they would be when the flash drive is mounted within Unraid itself.
  7. Incorrect. It is as itimpi said, any storage device (excluding the boot USB drive) connected when the array is started count towards the allowed limi (whether they are in the data array or not). From the Unraid manual … What is an attached storage device? Attached storage devices refer to the total number of storage devices you are allowed to have connected to the server before starting the array, not counting the USB Flash boot device. There are no other limitations in the software based on the license type. Non-storage devices such as GPUs do not count against the license tier limits.
  8. Read the last sub-section on https://docs.unraid.net/unraid-os/manual/shares/disk-shares/
  9. For minimum free space % issue see
  10. One common mistake which prevents a disk being unmounted ishaving a console open with the current directory on the disk that won’t unmount. Changing directory to somewhere else then allows the unmount to proceed. I’ve been guilty of this mistake in the past.
  11. I’m on 6.12.2 with no problems. However, as no-one else has come up with any suggestions, it may be worth trying to roll back to 6.11.x if it is easy for you to do, if only to show whether or not the problem is specific to the 6.12 release. However from your original description I think you suggested that the problems were occurring even before you updated to 6.12, in which case there would be little point rolling back. I know how frustrated I would be if it was failing for no apparent reason on my system. The only other thing I could suggest is maybe try setting it up with a small library with only a few items in it, in case it is something in the media library causing it to fail (although I cannot really see how this could cause the whole docker to fail), if only to rule this out as the cause.
  12. Not seeing this problem with the docker on my system. Does it run if you manually start it (is the problem only with autostart). What version of Unraid are you running? Have you recently upgraded to the latest 6.12 version?
  13. Is the current directory for your shell in a user share? If so this would prevent the user shares from being stopped.
  14. You should probably configure "Notifications" to at least send your emails if something important needs your attention: Settings -> Notification Settings -> SMTP settings
  15. You have a conflict between the standard Parity Check setting "Accumulation duration" which is set to 14 hours and the Parity Check Tuning setting "Increment Pause" setting to 00:30 (which is causing your parity check to pause 30 minutes after midnight) I suggest you set the Parity Check setting "Cumulative parity check" to "No" and then set the Parity Check Tuning setting "Increment pause" to the time you want it to pause (11:30). This means all the pausing/resuming is handled only by the Parity Check Tuning plugin. You should also change the Parity Check setting "Day of the week" to a specific day …. The current setting will restart the parity check every day of the 1 week of the selected month. How do I know this? Because I made the same mistake when I recently changed from monthly to 2 monthly and the parity check was making no progress each night. I had the luxury of being to able chat with my brother (who is the author of the Parity Check Tuning plugin) to work out what was going wrong.
  16. If the duplicates are in the same place on various data drives then the script on this posting may help
  17. As has already been mentioned, even with such a setup you need to backup important/irreplaceable files to an external drive. For instance in this setup if something causes file system corruption on a disk, it is quite possible (depending on what caused it) for this to be corruption to be reflected in an emulated drive (because parity was also updated with the change which caused the corruption). The other common way of losing data is users accidentally deleting files/folders they didn’t mean to delete. No number of parity disks is going to protect you from this. If I had this system, rather than allocating a 2nd parity drive I would instead use that drive to maintain external backups of stuff I could not afford to lose. But maybe you are already doing backups.
  18. Can you post an example of the permissions and ownership of an actual file that you have problems deleting and also that of the directory which contains the file?
  19. My understanding is that there was a change in the licensing terms of memtest86 which means that the newer versions can no longer be supplied with Unraid, but are free for download from the memtes86 web site; this is the reason why Unraid does not include newer version of memtest86.
  20. Were you using your gmail username and password to authenticate your SMTP connection to send the emails from your Unraid server? google no longer allow this (earlier this year I received a number of emails from google that they would no longer allow this from the end of May) …. You need to set up an application specific password in your gmail account and use that on your Unraid server.
  21. One thing you might also want to consider is changing the SMB setting for the share to be case sensitive (rather than the usual default of case insensitive). On my system this resulted in a significant performance boost when accessing files on the SMB shares. However you can obviously only do that if you access the files with pathnames of the correct case; in your case if the pathnames in the database have been stored with the correct case.
  22. When you said you were moving files over the network from another Linux machine, how were you doing the actual moving? I’m wondering if you copied them into /utube/PerspectiveFilms instead of /mnt/user/utube/PerspectiveFilms. This would explain both your system becoming unresponsive (root file system becoming full) and why they have disappeared after the reboot (because the root file system is in RAM)
  23. Try running ldd ./st and see if it reports any missing share libraries that it requires.
  24. Suggest looking at the encode/decode capability list at https://developer.nvidia.com/video-encode-and-decode-gpu-support-matrix-new
  25. Try installing the "Open Files" plugin from Apps, and he run it from the Tools tab and see if that provides any help.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.