Jump to content

trurl

Moderators
  • Posts

    44,361
  • Joined

  • Last visited

  • Days Won

    137

Everything posted by trurl

  1. But could you use a wired connection for testing? Might help narrow down problems. And
  2. unRAID will spin down any disks not in use after a specified time. When you first access a spun down disk it may take a few seconds to spin up. Unless you have a specific use that requires AFP it is probably better to use SMB. Do you really mean 2Mb, or do you mean 2MB? There are a number of possible settings for cache usage and some people have gotten in trouble by not understanding them. They are explained in the Help but here is a link with more: https://lime-technology.com/forums/topic/46802-faq-for-unraid-v6/?page=2#comment-537383 Read speed is always at the speed of the single disk. Writing to the parity array will be slower since parity is updated realtime. User shares set to cache-yes will write to cache and be moved to array later so the slower write to the array is postponed, but those cached writes are unprotected unless you have a redundant cache pool. If you want someone to take a look at possible problems with your speeds go to Tools - Diagnostics (preferably after the activity but before reboot) and post the complete zip.
  3. I see you have been a forum member as long as I have, so maybe you installed your dockers a long time ago before the dockerman component was fully developed. When and how did you first install these dockers?
  4. This forum is dedicated to supporting unRAID. I don't know if anyone here can help you or not.
  5. The drive wasn't down, it just had a corrupt filesystem. Even if you removed the disk and tried to access the emulated disk, it would still be a corrupt filesystem, and so unmountable. So, that is the answer to your previous question about whether rebuilding from parity would be a possible fix. It wouldn't.
  6. Community Applications is definitely compatible. Could you show us what makes you think it isn't? Have you installed any other plugins? Probably the best approach is to start without any plugins, and install Community Applications first, since it will help you install anything else.
  7. Looks like google has led you to a forum where we don't run docker on Windows. This is the unRAID forum. I don't know if anyone here can help you or not.
  8. No. Go to Tools - Diagnostics and post the complete zip in a new thread.
  9. You would have to find the array disk the files/folders are on and move them to cache. Alternatively, you could go to Settings - Docker and stop the service, change the Docker share to cache-prefer, run mover, then restart the service.
  10. Any unused RAM will be I/O buffer for Linux, so any initial burst of speed is going to be due to RAM.
  11. Removing a container never removes the appdata, and nobody would want it to, since that would lose anything they had before when they reinstall. And if you want to reinstall with the same settings, you should go to Community Applications - Previous Apps. That will bring it up with all the same settings as before and no need to point it at the locations again.
  12. For use in unRAID, you should use JBOD mode. This is the unRAID forum. Are you planning to use this controller in unRAID? If you are planning to use it in Windows instead, I don't know if anyone here can help you or not. There are probably other forums more suitable.
  13. That's right, I remember now, another tab in Shares. I just never use them myself. I always go to Midnight Commander if I want to work with the disks.
  14. I never use disk shares, but I think if you have them enabled, then any disk you are sharing should have security settings you can get to by clicking on the disk in Main.
  15. You could fix any existing with Docker Safe New Permissions but that wouldn't stop some application from creating new ones. For example, I think settings.json in transmission has a line for umask that affects this.
  16. There is often no reason to have folder/files with other than default owner/permission, since only root has access to the command line, and network (SMB) security settings take care of everything else.
  17. How do you have SMB security for the disk set?
  18. I may have missed this in the thread, but are you sure something isn't streaming? Have you tried Active Streams, File Activity, and Open Files plugins to see what they say?
  19. Been a while since I played with any of this, but everything docker related the unRAID webUI and its plugins do is just commands to the builtin docker engine. That docker engine has everything you need to build dockers. It is documented extensively at the docker website. https://www.docker.com/ Go to the command line and start playing around.
  20. Yeah I just realized that cache-prefer might be exactly what you intend. Many expect that setting to result in files getting moved from cache to the array for some reason. All of those settings aren't easily understood from their one-word specifiers.
×
×
  • Create New...