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.

itimpi

Moderators

Solutions

  1. itimpi's post in Unraid6: remote access to web interface without port forwarding? was marked as the answer   
    I've a feeling that something like ZeroTier might work without the need for port forwarding.  Not used it myself so not sure.
  2. itimpi's post in Array, two different filesystem (Solved) was marked as the answer   
    No.
     
    The drives in the array can use any mix of the file systems supported by Unraid - no requirement for them to all be the same.
  3. itimpi's post in Unable to upgrade/replace drive in array - drive disappears? was marked as the answer   
    You were getting continual errors on that drive and no valid SMART data could be read.    I would carefully check all cabling to the drive.  If it is not that then the drive itself could be faulty.
  4. itimpi's post in New Unraid user, both parity hardives showing zero reads and writes! Help would be apprecaited. was marked as the answer   
    According to the diagnostics you were getting I/O errors on both parity drives and so they have been disabled.   As a result parity will need rebuilding on them.
     
    The SMART reports for those drives look OK so maybe you disturbed the cabling when adding the new drive so carefully check both SATA and power cabling to the parity drives.   If you want to test the drives then you can run an extended SMART test on the drives but I think the cabling is a more likely suspect.  You can use the process described here in the online documentation accessible via the ‘Manual’ link at the bottom of the GUI or the DOCS link at the top of each forum page to rebuild parity on these two drives (they can be done at the same time).
  5. itimpi's post in New Build - First HDD not recognized was marked as the answer   
    As long as where you connect the SATA drive passes the serial number through correctly to Unraid, then it does not matter where they are connected.
  6. itimpi's post in SAS drives show unassigned, but can't assign them was marked as the answer   
    This will be be because:
    Dec 9 09:07:27 ACME-TOWER kernel: sd 3:0:0:0: [sdb] Enabling DIF Type 2 protection I do not have to hand the instructions to remove that protection but it should be easy to find them in the forum.
  7. itimpi's post in Can I upgrade data drives now to larger capacity than parity and upgrade parity drives later? was marked as the answer   
    No data drive can be larger than the smallest parity drive.
     
    you can use the Parity Swap procedure to simultaneously upgrade a parity drive to a larger one, and use the old parity drive to replace an array data drive.   With dual parity you can do this to two drives at the same time.  
     
    After a data drive has been rebuilt then if it is a larger drive than the one it replaces the file system then gets expanded to fill the whole disk.
  8. itimpi's post in Can No Longer Browse Disk Shares in Windows Explorer was marked as the answer   
    Have you made sure you have Disk Shares enabled under Settings->Global Share Settings?
     
    if so check for each drive that you have the drive exported under its SMB settings as due to tightening security it now defaults to No.
  9. itimpi's post in BUG? Failed emulated disk and unmountable after rebuild (12tb->18tb replacement) was marked as the answer   
    @JorgeB as the expert on these things will probably confirm but I think the steps are:
    stop array unassign disk start the array.   At this point Unraid should be emulating the drive and it’s contents should be visible stop array assign disk Start array to rebuild.
  10. itimpi's post in Issue with allocation method on Array was marked as the answer   
    It is worth noting that Split Level takes precedence over Allocation method as described here in the online documentations accessible via the ‘Manual’ link at the bottom of the GUI.   This probably explains what you are seeing?    If not then tell us the name of a share that you think is not behaving as expected so we know what to look for in the diagnostics. 
  11. itimpi's post in Is my parity disk dead? was marked as the answer   
    If a drive cannot pass a SMART test without errors then it needs to be replaced.
  12. itimpi's post in Issue deleting files within unRaid on a remote share through Krusader was marked as the answer   
    You probably need to ensure that at the Windows level user ‘everyone’ has full control over the folders/files you want to manipulate remotely.  Note that this permission needs to be correct both directly a the File Manager level, and also in Windows at the Share level.
  13. itimpi's post in Folder/File Permissions was marked as the answer   
    If the permissions are wrong you need to look at how the files were created that way.    It is not unusual for docker containers that create files to not be configured correctly to set the right permissions.
     
    You can use Tools->New permissions to reset permissions to Unraid defaults.   This should not be run against the appdata share as that can cause problems as many containers have specific requirements around permissions.
     
    you can also use the Dynamix File Manager (available for recent Unraid releases) to manipulate files from the GUI regardless of permissions.
  14. itimpi's post in Upgraded two drives resulting in no data was marked as the answer   
    You should NEVER use a format during a rebuild as the format operation updates parity to say the disk has an empty file system on it so you just end up rebuilding an empty file system.  If you still have the original disks intact you should be able to mount them outside the main array and copy back to the array the data they contain.
  15. itimpi's post in Flash drive dropped was marked as the answer   
    Sounds as if the flash drive dropped offline?
     
    The flash drive must stay online all the time Unraid is running, and Unraid cannot handle it not being present.  If it drops offline then the only possible recovery action is to reboot the server.
  16. itimpi's post in Plugin security was marked as the answer   
    Plugins can do just about anything so in that sense they are a security risk.   Users should definitely not install any random plugin.   If a malicious user gains access to your server then they could install a rogue plugin.  However a plugin will not survive a server reboot unless there is a corresponding .plg file in the ‘config/plugins’ folder on the flash drive so at least it will be visible.

    it is expected  that plugins make their source code publicly available (not sure if there are any that do not conform to this rule).   I know that they are not added to CA unless their is a chance to review their code.
  17. itimpi's post in Array with empty disk spot was marked as the answer   
    Yes if you use the New Config tool and change the disk assignments to the slots you want.  The data on the drives will be left intact.   However changing the drive slots invalidates parity2 so that needs rebuilding after making the change.
  18. itimpi's post in Disk Shares Enabled - but not available was marked as the answer   
    If you click on any of the shares on the Shares tab then there should be an Export option.   It needs to be set to Yes to make it visible on the network (the default is No).   This applies to both User Shares and Disk Shares.
  19. itimpi's post in Unassigned HDD´s was marked as the answer   
    There is a problem with formatting disks bigger than 2TB on the 6.11.2 release.    This is fixed in the 6.11.3 release.
  20. itimpi's post in Unraid v6.11.3 - Move(r) not working was marked as the answer   
    Mover ignores shares which are set to Use Cache=No.   if you want mover to transfer the files to the array then you need Use Cache=Yes setting.
  21. itimpi's post in Memory Supported was marked as the answer   
    I believe Unraid displays what the BIOS reports
  22. itimpi's post in Have I lost data or can I force a rebuild on a data drive following a change of file format was marked as the answer   
    UFS Explorer is not free, but you can run it in a trial mode that will give you a list of the files it found before you make any decision about whether it is worth purchasing it.    I bought myself a copy of the Standard edition some time ago and it has proved invaluable the few times I have had to use it.
  23. itimpi's post in Backup to SSD was marked as the answer   
    The CA Appdata backup plugin.
  24. itimpi's post in Boot Drive Destroyed was marked as the answer   
    You should contact support to get this resolved - the forum is not the right way.
  25. itimpi's post in Check if hyperthreading is activated (v6.11.1) [SOLVED] was marked as the answer   
    Looks like it IS activated.   Thread pairings relate to a core that has an associated hyperthread so it appears as 2 logical cores.   If you are assigning cores to a specific task you normally want both the master core and its associated hyperthread for optimum performance.

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.