Hoopster

Members
  • Posts

    4565
  • Joined

  • Last visited

  • Days Won

    26

Posts posted by Hoopster

  1. 1 hour ago, mishanw said:

    Im getting a notification that one of the disks is at 71% use, Im not sure why the data is not balanced or managed across all the drives

    How storage is used is determined by a combination of a number of share settings such as allocation method, split level, minimum free space, included/excluded disks, etc.

     

    You should read up on these settings from User Shares section of the linked manual in the bottom right of the GUI.

     

    image.thumb.png.39c78862b576f97011b026b0660b81b1.png

  2. 9 hours ago, csimpson said:

    an additional 8TB drive would give me a total of 16TB of storage (two 4TB and an 8TB), and the parity drive will protect against a single drive failure.

    Correct.  Unraid supports dual parity (optional) which can protect against the simultaneous loss of two data drives.

     

    9 hours ago, csimpson said:

    I have Unraid running off a 16GB USB stick currently.  If I wanted to have a Plex server, etc, does it make sense to have a larger USB key, or does the data get stored on the spinning disk?

     

    The USB flash drive holds Unraid files unpacked into RAM o boot, configuration files, and the license.  If you setup Plex, it is common to have docker container appdata, VMs etc. on SSDs so no data disks need to be spinning for docker containers/VMs to access their needed configuration files.  I actually take it one step further because I had an extra small SSD.  I put Plex appdata on its own dedicated SSD.  This is certainly not necessary but lets me isolate Plex database/config files for maintenance purposes.

  3. 1 hour ago, csimpson said:

    However, if I add another 4TB drive, (not parity) would I then have 12TB of protected data?

    Yes.  You can add as many data drives as you wish up to 8TB in size since you have an 8TB parity drive.  In fact, you are "wasting" space if you just keep adding 4TB drives.  A parity rebuild is always going to have to rebuild the full 8TB even if your largest data drive is 4TB.

     

    1 hour ago, csimpson said:

    The math doesn't add up for me.

    There is no math to add up.  The parity drive just has to be as large or larger than the single largest data drive.  It does not have to be as large as all the data drives added up.

     

    I have one 8TB parity drive that protects five 8TB data drives (40 TB).  Parity protects against data loss due to a disk failure but is not a data backup. The Parity drive contains no actual data, it has no filesystem.  It is just a bucket of bits of calculated 1s and 0s that represent the data stored in the same location across all data drives.  To rebuild a failed data drive, the parity drive plus all other data drives are needed so the rebuild process knows whether to write a 1 or 0 in a particular location on the new data disk.

     

    1 hour ago, csimpson said:

    does unraid have some sort of "recycle bin"

    There is a plugin for that.  I have never used it so I do not know how well it works.

     

  4. 26 minutes ago, csimpson said:

    "how do I sync a drive to my external drive using Unraid but then connect to my mac and access the files if the Unraid system fails?

    I do this same thing with an NTFS (Windows) formatted drive with the Unassigned Devices plugin

     

    I have about 40 TB of Unraid Array storage but I sync the most important files (photos, family videos, some movies, etc.) to an 18TB external drive via unassigned devices.  Since it is NTFS, it can be read directly and natively in Windows. APFS (Apple File System) is also supported with the Unassigned Devices Plus plugin.

     

    I also have a backup Unraid server and I back up the entire array (well, just the new or modified files) to the backup server once a week via a script in User Scripts

     

     

  5. 5 minutes ago, icarus69 said:

    ideally free or low-cost.

    Good luck with that.

     

    Backblaze and some others will not back up a NAS.  To back up a NAS, you have to use their much more expensive B2 service.

     

    Some of us use Crashplan Pro for $10 a month unlimited backup.  They do not restrict NAS.

     

    Look in the Backup section of the Apps tab and see what the available options are for Unraid.  Many are just client applications to front-end a cloud-based backup service.  The client may be free but you can pay a lot for the cloud backup space.

  6. 18 minutes ago, Secluded said:

    A possible easy workaround is to add an option to let the user set a delay to start the plugin

    This will not work with plugins but with docker containers (I believe there is one for Tailscale) in the Advanced View in the docker tab you can

    • drag-and-drop containers to change their startup order (they start in order from top to bottom)
    • Set a delay after starting a container before starting the next one in the order

    I am not sure when VMs start up compared to docker containers but Tailscale as a docker container could be set to be the last one to start with a delay after the container before it.

  7. 2 hours ago, dharmil7 said:

    I have unRaid server with 64GB of RAM

    Your server can have a maximum of 64 GB RAM installed but it appears it has only 32 GB installed and it is using all that; 32 GB  is the amount being reported to Unraid (system memory).

     

    If you believe this is wrong, how much RAM is reported in the BIOS?

     

    My server is capable of having 128 GB but has 64 GB installed as seen below.

    image.png.1ace51aa53c85ee0eb3a9bb879e36cae.png

  8. 1 hour ago, Michael Page said:

    I want to change my motherboard but don't want to lose my setup

     

    On one of my Unraid servers I have had 4 different motherboards while using the same USB flash drive and configuration.  Another server is on its third different motherboard so, yes, swapping the motherboard/CPU/RAM, etc does not impact your setup. 

     

    The only way in which a motherboard swap could affect setup (assuming you keep the same array hard drives) is if you have virtual machines/docker containers setup with hardware pass through.  If that hardware changes, you will need to make changes to your configuration.

  9. 3 minutes ago, Zonediver said:

    Is this update important?

    Probably only if you have one of the following issues:

    • Resolve issues mounting remote SMB shares via the Unassigned Devices plugin.
    • Resolve issues with certain Asmedia controllers not seeing all the attached devices.
    • nfs: (revert) NFSv4 mounts by default
    • zfs: Detect if insufficient pools slots are defined for an imported pool with a missing device.
    • Fix translations issue with SystemDrivers

    I had no issues with 6.12.9 either but there was some reason they rolled back to a prior kernel version.  I updated just in case other issues were found with the kernel in 6.12.9.

    • Like 1
    • Thanks 1
  10. 3 hours ago, ConnerVT said:

     

    I would be very happy if those were the only things expected from me.  For me, the list keeps on growing.  😆

    Oh, she expects a lot more.  I certainly have a long "honey-do" list.  I am on the kitchen remodel item right now.  Those are just the two things she figures she would never want to deal with (or pay someone else to do) if she had to. With me around she does not have to.  :)

  11. 33 minutes ago, Squid said:

    But, I also worry that upon my passing no one would be able to change the input on the TV either

    My wife has said more than once she married me for only two reasons:

    • To kill bugs and spiders in the house
    • To handle all AV equipment/technology in the house

    Both are still accurate 43 years later.

    • Haha 2
  12. 2 hours ago, kcossabo said:

    I am 12 hours in and seems to be tracking to the 24 hour mark.

    Glad to hear you found the issue and your parity rebuild is progressing normally.  FYI, towards the end it will typically start to slow down quite a bit as it reaches the inner tracks of the drives.  Still, roughly 2 hrs. a TB, perhaps just a a bit more, it typical with larger drives.

  13. 39 minutes ago, neilpatel1991x said:

    when you say disk share that is /mnt/diskX/movies and just pick which disk i want to write too? 

    Yes, /mnt/user path uses the fuse system

     

    39 minutes ago, neilpatel1991x said:

    will it auto combine at the top level? ie mnt/user/Media/Movies

    Yes, mnt/user/xxxx is just the contents of all top-level folders of a particular name across all disks

  14. 11 minutes ago, neilpatel1991x said:

    my bottle neck right now is that it is only writing to one drive at a time. i would like to write to all the disks so increase the bandwidth, which as i understand it is to use turbo write mode. 

    No, this is not what Turbo Write does.  It is mainly useful to speed up parity writes, but since you have no parity, it will give you no increased speed.  Here is a more detailed description of turbo write.  Turbo write has no impact on writing data to the array disks, just parity. 

  15. 4 hours ago, kcossabo said:

    Three 12TB Drives, and a 12TB Parity takes 3 days to build?

    No, not normal.  My 8TB parity takes a little over 16 hours to build.  A reasonable rough estimate is about 2 hours per TB.  Your 12TB parity should rebuild in approximately 24 hours if everythng with your server is as it should be.  Clearly, there are some problems.

     

    You can use your server during rebuild altough that can slow down the rebuild depending on how heavy the use.  You should minimize the use.  Another option is to use the Parity Check Tuning plugin and spread a parity build over several low-use periods such as at night.  I typically do my rebuild in two roughly 8-hour (midnight to 8am) sessions.

  16. 12 hours ago, rickeames said:

    Everyone else seems to think this is solved by just doing --device='/dev/dri' yet that hasn't done anything for me.  

    How are you passing /dev/dri to Plex container?  It appears from what you are saying that /dev/dri exists but is not being used by your Plex docker container.

     

    Are you putting ---device /dev/dri:/dev/dri in the Extra Parameters line of the container config? (may depend on Plex container you are using)

    image.thumb.png.fc330222cc0f76126b4c5f503ceb5d5a.png

     

    Or are you adding it as a device like this?

    image.png.d7290dfb575350a5501db90f46a0aa4c.png

     

    I have used both methods but I am currently using the second (device configuration) method.

     

    I am using the Linuxserver version of the Plex docker so, perhaps whatever you are using may have slightly different configuration options.

     

    Do you see these checkboxes in the Plex Transcoder configuration? if you see these and can select them, that usually means you have an active Plex Pass.

    image.thumb.png.1f1d5c1c48c644e812a3aca6985962c4.png

     

  17. 59 minutes ago, rickeames said:

    I am at wits end and about to abandon this unraid adventure as it shouldn't take a day to make something work

    You make the assumption this has something to do with Unraid.  The only thing Unraid has to do with Plex transcoding is loading the i915 drivers.

     

    On some motherboard BIOS (I am not familiar with yours), the primary graphics adapter must be set to the iGPU.  If set to Auto, the i915 drivers will not load.

     

    Every once in a while Plex breaks transcoding.  I just tested it with Unraid 6.12.9 and Plex and transcoding is working properly for me.

     

    - It is unclear exactly which Plex docker container you have installed.  There are several in Apps.  Which one are you using?

     

    I assume much of this is setup correctly or you would not get CPU transcoding.

     

    - Have you verified that i915 drivers are active and that /dev/dri is being created with the proper contents?  Should look similar to image below (don't worry if card1 is missing). Passing /dev/dri as a device does nothing if no /dev/dri and its contents exist. 

    image.png.a1c1cc275cf886dd38e82a611f1f4fb4.png

     

    - What does your docker run command look like?  Any errors?

     

    - Have you set up a transcode path in Plex docker config and are you using it in Plex configuration? Mine looks like this as I am transcoding in RAM

     

    image.png.8ed0f48b35157d6fadad025dbfb8600a.png

     

    In Plex config:

    image.png.c4d7ab135cb20fd0a3148a7a090d7a3d.png

     

    if all of this is setup properly, Plex should hardware (iGPU) transcode media that is not in a format that can direct play in the client.

     

     

  18. 10 minutes ago, Niklas said:

    it looks like Unleashed gives access to more features compared to legacy Pro?

    All licenses provide all Unraid features.  The only difference is the number of storage devices that can be attached to the server when the array is started.

     

    There is no difference between the Unleashed license and the Pro license other than the fact that Unleashed now has an annual update/maintenance fee.  The Lifetime license is just Unleashed with lifetime updates/maintenance.