-
Posts
4337 -
Joined
-
Last visited
-
Days Won
25
Hoopster last won the day on February 16
Hoopster had the most liked content!
Retained
-
Member Title
unRAIDy to Rumble
Converted
-
Gender
Male
-
Location
Utah USA
Recent Profile Visitors
13722 profile views
Hoopster's Achievements
-
I have one and it was cheap ($5) and works on a particular Unraid server when no other flash drive I have would work. I don't know if it is THE flash drive to get for Unraid but it is a flash drive that has a GUID and works with Unraid.
-
I don't use Nvidia for transcoding (I have an iGPU) so I don't know if anything is missing above but, did you enable hardware acceleration in Plex?
-
You could have a cache-only share for Lightroom files that lives on an SSD and that would improve things somewhat; however, there is no parity protection for files on a cache-only share. Some Unraid users even do this for Plex files, put the most recent or most popular on a cache-only share for faster access and no disk spinup delay. One of the advantages of Unraid, increasing storage capacity at any time by adding disks of any size, also comes with the single file on a single disk read "penalty." I have never used Truenas so I can't give you a good answer on this, but since it supports RAID configurations in the array with data striping, read times are likely to be faster, but then you deal with RAID when it comes to expanding storage.
-
Don's know how but: Out of memory errors detected on your server
Hoopster replied to craigr's topic in General Support
I don't limit the RAM usage via the container. It is limited by go file entries. mkdir /tmp/PlexRamScratch chmod -R 777 /tmp/PlexRamScratch mount -t tmpfs -o size=16g tmpfs /tmp/PlexRamScratch -
Don's know how but: Out of memory errors detected on your server
Hoopster replied to craigr's topic in General Support
If you are doing this for HDHomeRun recordings and have /tmp set as the transcode location, it can contribute to out of memory errors. /tmp can just keep filling up until the server is out of RAM. I am using a /tmp location for transcoding but have it limited to 16GB RAM usage. Many do it with as little as 4GB and it works fine. When I first started recording with Plex DVR for HDHR, I would frequently run out of RAM on my server which had only 32GB at the time. HDHR can use up to 16GB RAM per hour of HD recording and it does not reclaim RAM until the recording ends. It creates and keep lots of small files in the transcode location so you can scrub the timelime of an in-progress recording. I never do this, so I force it to reclaim RAM by limiting the /tmp/PlexRamScratch location to 16GB. -
The Parity drive will have no usable data on it. It also has no filesystem so nothing will read it. The other drive will have your data and has a filesystem. What filesystem format did you use when you setup Unraid with the 8TB drives? Windows cannot read any of the filesystem formats supported in the Unraid array so it is not surprising that it cannot read the drive. It is surprising that the data drive is not mountable in Unassigned Devices. The parity drive, having no filesystem will likely only give you the option to format in Unassigned Devices. You should be able to mount the data drive in UD and copy the data from it to to a new 14TB array drive.
-
There are times, such as parity checks and disk rebuilds, when all drives are being accessed simultaneously. In these situations is when USB is most likely to drop a connection. It could happen randomly on a single active disk, but its more likely to happen when the interface is under heavy load from multiple disks trying to communicate at the same time.
-
Some people have no problems with USB connected disks on Unraid. They are just not recommended because they can be problematic and there is no way to predict if it will work or not without trying it on your hardware. It is highly dependent on how well the motherboard manufacturer implemented USB and it may vary between versions of USB.
-
USB enclosures and USB-connected drives are not recommended for use in an Unraid array. USB connections for "permanent" storage can be very unreliable and will often randomly disconnect. This is not good for parity-protected array. The issue often comes down to motherboard and chipset implementations of USB; they vary widely. For this reason, USB connections for parity and array drives are not recommended. For unassigned devices, it is less critical. Unraid tracks disks by serial number. Some enclosures are known to not present unique serial numbers for each disk in the enclosure. If this is the case, Unraid will not see the individual disks. I have no idea if that is the issue with your My Book Duo, but it is a possibility.
-
Unraid started as a true NAS OS so network file storage and access is a strong point of Unraid; however, you need to be aware that accessing/editing files is at the speed of the single disk on which a file is stored. There is no striping of data across disks in Unraid. Using an Unraid server as a backup location for client machines on the network is a common usage of Unraid. I am backing up two desktop machines and a laptop to Unraid and well as performing server-to-server data backup between two Unraid servers. Media storage and playback via Plex, Emby, Jellyfin, etc. is also another very common use for Unraid. Many people build an Unraid server just for this purpose. For best 4K streaming performance, make sure your local clients are capable of 4K playback for direct streaming and do not need transcoding. 4K transcoding requires a lot of resources. For remote playback (usually requires trandscoding) it is best to have a 1080p content library rather than trying to transcode native 4K content.
-
Coursera has some good basic networking courses. There is also Khan Academy, Udemy or just YouTube channels. Just Google what you are looking for. You'll find a lot of options. Some may have a cost, others are free.
-
You do not have to be a networking expert to get by in Unraid. A basic understanding of networking-related concepts such as DNS (and dynamic DNS), DHCP, subnets, port forwarding, firewall rules, etc. is 99% of what you need to know with Unraid. It does not do anything out of the ordinary when it comes to networking. Docker networking can get a little tricky but there are post in these forums that can help you understand that better.
-
Even though videos may not be your preferred way of learning, the Spaceinvader One YouTube channel has excellent videos on many Unraid topics. He has many videos just for explaining how things work and why. Also, new Unraid documentation became available just yesterday and is well organized and searchable. Unraid.net is a good resource for general information on Unraid functionality and uses.
-
The manual link in the bottom right corner of the GUI now goes to the new docs.