JorgeB

Moderators
  • Posts

    61253
  • Joined

  • Last visited

  • Days Won

    642

Community Answers

  1. JorgeB's post in Fujitsu PSAS CP400I detected in unRAID, but unRAID is not detecting any drives connected to it was marked as the answer   
    The HBA is being initialized correctly and the driver loaded, unless there's an issue with the ports and since you've ruled out the cables it could be the backplane.
  2. JorgeB's post in zfs: raidz2, drive replaced via cli, shows too many drives after a few reboots was marked as the answer   
    Unassign all pool devices, start array, stop array, reassign all pool devices, including the logs device, in the same order as the zpool import output, so sdg, sdh, etc, logs device in the end, then start the array and post new diags if the pool doesn't mount.
  3. JorgeB's post in Version: 6.12.6 -- Disk 1 is wrong after rebooting every time was marked as the answer   
    Try this:
     
    sgdisk -o -n 1:1M:0 /dev/sdX  
    Replace X with correct letter, then reboot and the disk should no longer show as wrong.
  4. JorgeB's post in All disks with read errors - fine after reboot was marked as the answer   
    Disks are dropping offline, looks more like a power/connection issue.
  5. JorgeB's post in Server locks up when trying to start array was marked as the answer   
    Zfs pool is crashing, see if it mounts in read only mode:
     
    zpool import -o readonly=on newcache  
    If successful you can then start the array, the GUI will still show the pool unmountable, but the data will be under /mnt/newcache, you can then try to backup anything important and then reformat the pool.
  6. JorgeB's post in Remove drive from cache pool was marked as the answer   
    For some reason your pool is set to raid0 in the cfg:
     
    diskFsProfile="raid0"  
    Edit /boot/config/pool/cache.cfg and change that to raid1 and then try again, I would think an array start/stop would be enough, but try rebooting if you still see the same after the change.
  7. JorgeB's post in Dark Mode Enabled - now unable to select any links was marked as the answer   
    That's strange if you see that with multiple browsers, are you using an adblocker or firewall?
     
    You can edit /config/plugins/dynamix/dynamix.cfg on the flash drive and make theme="white", then reboot.
  8. JorgeB's post in Reconstruct write slower than read/modify/write was marked as the answer   
    LnkSta: Speed 5GT/s (downgraded), Width x1 (downgraded)  
    Controller is linking at PCIe 2.0 instead of 3.0, and worse than that at x1, instead of x8, so bandwidth is being severely limited, see if you have a better slot where you could use the HBA.
  9. JorgeB's post in WD 18Tb Red Pro's showing SMART errors in Unraid but not Synology was marked as the answer   
    UDMA CRC errors are usually a SATA cable problem, that's a very lower number but if it keeps increasing replace the SATA cable, note that the attribute never resets/goes down.
  10. JorgeB's post in Cache Pool btrfs Raid1 unmountable was marked as the answer   
    If the old disk is still intact you can try typing with the array stopped:
     
    sgdisk -o -a 8 -n 1:32K:0 /dev/sdX  
    Replace X with correct letter, then post the output of:
     
    btrfs fi show  
  11. JorgeB's post in Mover isnt moving files from cache to array was marked as the answer   
    You are running into the included disks bug, update to 6.12.6 and try again.
  12. JorgeB's post in Cannot stop array as per Shrink Array instructions was marked as the answer   
    That script should not be used with recent releases, it's not compatible, but see here for a workaround:
     
    https://forums.unraid.net/topic/145821-cant-unraid-stop-when-array-already-unmounted/?do=findComment&comment=1323316
     
  13. JorgeB's post in New ZFS Pool, Freezing Issue. iowait? was marked as the answer   
    There are constant HBA issues like this:
     
    Jan 17 08:50:06 Tower kernel: mpt3sas_cm0 fault info from func: mpt3sas_base_make_ioc_ready Jan 17 08:50:06 Tower kernel: mpt3sas_cm0: fault_state(0x2810)!  
    It keeps resetting, make sure it well seated and sufficiently cooled, you can also try a different PCIe slot.
  14. JorgeB's post in unraid-api log folder 118MB was marked as the answer   
    Make sure the plugin is up to date and reboot, then retest.
  15. JorgeB's post in Up for 40+ days then froze twice in a row - going on vacation tomorrow was marked as the answer   
    For these first try this:
    https://forums.unraid.net/topic/118286-nvme-drives-throwing-errors-filling-logs-instantly-how-to-resolve/?do=findComment&comment=1165009
     
    For these try booting in safe mode and/or closing any browser windows open to the GUI, only open when you need to use it then close again.
     
  16. JorgeB's post in Fix Common Problems - /var/log is getting full was marked as the answer   
    Try booting in safe mode and/or closing any browser windows open to the GUI, only open when you need to use it then close again.
  17. JorgeB's post in Cache drive disappeared after power drop to UPS was marked as the answer   
    There appear to be other issues with the filesystem, but it didn't mount initially because of a bad log tree, this may help getting past that:
     
    btrfs rescue zero-log /dev/sde1  
    Then re-start the array, if the pool mounts good idea to make sure backups are up to date.
  18. JorgeB's post in Dirty Shutdown - 6.12.6 was marked as the answer   
    Syslog starts over after every boot, so not much to see, if it keeps happening enable the syslog server and post hat one after a crash/hang.
  19. JorgeB's post in Unraid use case, app server only? was marked as the answer   
    Currently you need at least one device assigned to the array, an old flash drive can fulfill that requirement.
  20. JorgeB's post in Updated to 6.12.6 and lost all drives was marked as the answer   
    It's missing from the System Devices, similar to Windows device manager, at least I'm not seeing it there, you can confirm by going to Tools -> System Devices.
  21. JorgeB's post in New drives failing to format was marked as the answer   
    This is a bug, it will be fixed for v6.12.7, it happens if the drive has an existing partition starting on sector 2048, and it did:
     
    Jan 16 09:44:53 Flint kernel: mdcmd (5): import 4 sdc 2048 9766435820 0 WDC_WD100EFAX-68LHPN0_JEKXKXVZ  
    For now if you manually wipe the drive (or use UD to do it) and reboot first this will not happen.
     
     
     
  22. JorgeB's post in UI Unresponsive was marked as the answer   
    Regular Tp-link should work, though it's a Realtek.
  23. JorgeB's post in Is there an allocation method that prioritizes writing data to disks that already have share data unless space has run out? was marked as the answer   
    That is correct, and there's no other way I know off other than limiting the disks for that share, but like you mentioned, you'd need to change once it gets full.
  24. JorgeB's post in Docker image is larger than I set in docker settings was marked as the answer   
    Likely GiB vs GB.
  25. JorgeB's post in Unmountable error with new cache drives was marked as the answer   
    Jan 15 09:39:21 Hyperion root: Warning: The kernel is still using the old partition table. Jan 15 09:39:21 Hyperion root: The new table will be used at the next reboot or after you Reboot and try again.