Jump to content

JorgeB

Moderators
  • Posts

    67,771
  • Joined

  • Last visited

  • Days Won

    708

Everything posted by JorgeB

  1. Check/replace cables on parity and try again.
  2. Like mentioned using an x4 slot won't cause that kind of problems. Not surprising, the problem could be the HBA itself or other issue, like power, etc.
  3. Once you set the RAM to the correct speeds you can reset the stats and then monitor to see if there are no more errors, more info below: https://forums.unraid.net/topic/46802-faq-for-unraid-v6/?do=findComment&comment=700582
  4. Likely was, since it was probably detecting corruption before, and probably what caused the filesystem to corrupt, but this is new, after a format stats start over for that filesystem.
  5. Good that it's solved but this is a new filesystem and already some data corruption was detected: Mar 5 03:27:57 iBstorage kernel: BTRFS info (device dm-6): bdev /dev/mapper/nvme0n1p1 errs: wr 0, rd 0, flush 0, corrupt 1, gen 0 Mar 5 03:27:57 iBstorage kernel: BTRFS info (device dm-6): bdev /dev/mapper/nvme1n1p1 errs: wr 0, rd 0, flush 0, corrupt 1, gen 0 Ryzen with overclocked RAM is known to corrupt data, max speed for that config should be set at 2133MT/s, not 3000MT/s.
  6. Disk still appears to be failing, it's not even giving a valid SMART report, good news is that the emulated disk1 is mounting so you just need to replace that disk then assign it to the disk1 slot to rebuild.
  7. Fist thing I would try would be a different PSU.
  8. rsync with --delete will delete on the destination any files that don't exist on source but IIRC it will leave the empty folders, you can delete those after, if that's OK you can use: rsync -av --delete /mnt/share/ dest_IP:/mnt/share/ Double check paths are correct before running, or do a dry run. Another option is to run a sync utility in a Windows PC, like syncbackfree, it will be probably be a little slower but it will also delete the empty folders, or use rsync first then this to delete the empty folders.
  9. Remove -n or nothing will be done, if it asks for -L use it.
  10. Are you going to copy the data manually as mentioned or using ddrescue? For ddrescue you use the devices identifier, /dev/sdX for both source and destination.
  11. Disk appears top be failing, don't format anything, replace/swaps cables and post new diags after array start.
  12. Diags are after rebooting, so we can't see what happened, probably a problem with the SAS2LP since they are known to drop disks without a reason and the disk looks healthy. It does to me.
  13. Check filesystem on those disks.
  14. Did you run memtest like asked?
  15. Like mentioned in the link above the DOS/Windows package includes the firmware, Linux package is needed just for the flashing utility. Also as mentioned do it with the array stopped, and it won't affect the data.
  16. Diags are after rebooting so we can't see what happened, start by updating the LSI firmware since all p20 releases except the latest one have known issues, then re-enable the disks and if it happens again grab diags before rebooting.
  17. Except for limiting the total bandwidth that won't be a problem, i.e., that by itself is not a reason for having stability issues, you can only use the available motherboard lanes, can't do anything to try and use more than the available number.
  18. Checksum errors mean btrfs is detecting data corruption, start by running memtest.
  19. El controlador Asmedia no se puede inicializar: Mar 4 02:04:44 Tower kernel: ahci 0000:01:00.0: can't change power state from D3hot to D0 (config space inaccessible) Aunque el error no es el mismo, puede intentar ver si esto ayuda: https://forums.unraid.net/topic/97628-solved-unraid-on-qnap-ts-453b-mini/?do=findComment&comment=900555
  20. Taking a look at the diags, and although you didn't follow my instructions, it would have still worked but you ran into same bug again, like mentioned above you can't remove a pool device and then change the number of pool slots, this shouldn't be allowed, and it won't be in rc3, since by doing that the unassigned device is not deleted from the pool.
  21. Start by running memtest, also see here.
  22. Unlikely that USB related issues would power off the server.
  23. Doesn't matter now if you nuked it but the pool was 2 devices, not 3, that's the members I said to use, the original ones: Data Metadata System Id Path RAID1 RAID1 RAID1 Unallocated -- -------------- --------- -------- --------- ----------- 1 /dev/nvme1n1p1 770.00GiB 5.00GiB 32.00MiB 156.48GiB 2 /dev/sdf1 770.00GiB 5.00GiB 32.00MiB 156.48GiB -- -------------- --------- -------- --------- ----------- Total 770.00GiB 5.00GiB 32.00MiB 312.96GiB Used 400.38GiB 1.56GiB 144.00KiB Then you'd remove the SSD and only after that add the new device.
  24. Change the onboard controller from IDE to AHCI/RAID.
×
×
  • Create New...