Jump to content

JorgeB

Moderators
  • Posts

    62,903
  • Joined

  • Last visited

  • Days Won

    668

Community Answers

  1. JorgeB's post in Need to Recreate Docker.img was marked as the answer   
    That's not how it works:
     
    https://docs.unraid.net/unraid-os/manual/docker-management/#re-create-the-docker-image-file
    Also see below if you have any custom docker networks:
    https://docs.unraid.net/unraid-os/manual/docker-management/#docker-custom-networks
  2. JorgeB's post in Unable to format Seagate Exos X20 18TB hard drive was marked as the answer   
    That looks like a bad drive, it's not even giving a complete SMART report, but try another cable and SATA port just to be certain.
  3. JorgeB's post in Slow transfer speeds was marked as the answer   
    That suggests one of them is only connected at 100Mbits, check link speeds on both sides.
  4. JorgeB's post in unmountable unsupported or no file system after rebuilding was marked as the answer   
    Check filesystem on disk6, run it without -n
  5. JorgeB's post in ZFS Pool Unmountable was marked as the answer   
    Jun  3 06:29:32 MeJoMediaHome root: cannot import 'mejomediahomemovies' as 'mejomediahomemovies': I/O error Jun  3 06:29:32 MeJoMediaHome root: #011Recovery is possible, but will result in some data loss. Jun  3 06:29:32 MeJoMediaHome root: #011Returning the pool to its state as of Sun Jun  2 08:21:09 2024 Jun  3 06:29:32 MeJoMediaHome root: #011should correct the problem.  Approximately 6 seconds of data Jun  3 06:29:32 MeJoMediaHome root: #011must be discarded, irreversibly.  Recovery can be attempted Jun  3 06:29:32 MeJoMediaHome root: #011by executing 'zpool import -F mejomediahomemovies'.  A scrub of the pool Jun  3 06:29:32 MeJoMediaHome root: #011is strongly recommended after recovery.  
    If you are OK with the 6 sec loss, and probably there's no other option, type on the console:
     
    zpool import -F mejomediahomemovies  
    then and assuming tit works type:
     
    zpoo export mejomediahomemovies  
    Finally re-start the array and the pool should now import, if yes run a scrub.
     
     
     
     
  6. JorgeB's post in Losing connection to the Unraid server / NIC Link is Down was marked as the answer   
    Yes, try a different cable and switch port.
  7. JorgeB's post in ZFS Pool and vdevs was marked as the answer   
    Assuming you want some redundancy I would created two raidz1 vdevs, if you can use 14 or 16 devices, if you really want 15 then three raidz1 vdevs, or maybe just a single raidz2 vdev with all 15, depending on what the pool is going to be used for.
     
     
  8. JorgeB's post in Unraid randomly crashing after a few days or weeks of uptime was marked as the answer   
    May 22 03:28:00 NAS kernel: macvlan_broadcast+0x10a/0x150 [macvlan] May 22 03:28:00 NAS kernel: ? _raw_spin_unlock+0x14/0x29 May 22 03:28:00 NAS kernel: macvlan_process_broadcast+0xbc/0x12f [macvlan]  
    Macvlan call traces will usually end up crashing the server, switching to ipvlan should fix it (Settings -> Docker Settings -> Docker custom network type -> ipvlan (advanced view must be enabled, top right)), then reboot.
  9. JorgeB's post in I/O errors during disk pre-clear was marked as the answer   
    Doesn't look like a disk problem.
  10. JorgeB's post in Docker Service Failed to Start was marked as the answer   
    Docker image is corrupt, delete and recreate.
    https://docs.unraid.net/unraid-os/manual/docker-management/#re-create-the-docker-image-file
    Also see below if you have any custom docker networks:
    https://docs.unraid.net/unraid-os/manual/docker-management/#docker-custom-networks
  11. JorgeB's post in Mac and pc compatibility was marked as the answer   
    You just need to create or or more shares and export them over SMB, both Windows and Mac can use them.
     
    https://docs.unraid.net/unraid-os/manual/shares/user-shares/
  12. JorgeB's post in [6.12.10] Server crashing with call trace and BTRFS errors after macvlan migration was marked as the answer   
    That suggests the corruption is on metadata, in that case would recommend backing what you can from the pool, reformatting and restoring the data.
  13. JorgeB's post in Paritiy check gleichzeitig mit und ohne Fehler was marked as the answer   
    One of the notifications is from the Parity Check Tuning plugin, the stock browser parity related notifications are known to sometimes give the previous result, recommend checking the main page, the last parity check results there will be correct.
  14. JorgeB's post in Did I delete my data drive? was marked as the answer   
    It's still detecting an xfs filesystem on disk2, post the output of:
     
    xfs_repair -v /dev/md2p1  
  15. JorgeB's post in Data rebuild stuck with second drive failing on dual parity was marked as the answer   
    Not really destabilized, but after the that the GUI commands won't work, so you need to reboot.
  16. JorgeB's post in Restoring partitions? was marked as the answer   
    Try testdisk.
  17. JorgeB's post in Install Crashes - Beelink EQ12 was marked as the answer   
    Try booting the flashg drive in another PC to confirm it's booting, if it is, it may be some compatibility issue with the kernel.
  18. JorgeB's post in Potential HDD Failure? and Unraid slowly dies becoming unresponsive ... was marked as the answer   
    Let it complete at least one pass, also note that memtest is only definite if it finds errors, but if it doesn't after a pass you can try recreating the fileystem, or try zfs, if issues persist there could still be an underlying hardware problem.
  19. JorgeB's post in Elevated Error Count on Every Parity Check was marked as the answer   
    Start by running memtest.
  20. JorgeB's post in bdev /dev/sdc1 errs: wr 0, rd 0, flush 0, corrupt 474, gen 0 was marked as the answer   
    You will need to delete/restore the corrupt files listed in the syslog, then run another scrub to confirm 0 errors, but I would recommend memtest first.
  21. JorgeB's post in SSH Into UnRAID was marked as the answer   
    Is "Use SSH" enabled in Settings -> Management Access?
  22. JorgeB's post in ZFS pool forever in mounting state (GUI) was marked as the answer   
    You would need to assign all the pool devices in the GUI, but this is not supported, only one partition per device is supported.
  23. JorgeB's post in Best drive configuration for data preservation with a small number of drives was marked as the answer   
    In my experience true bitrot is extremely rare, but zfs and btrfs in the array can only detect bitrot, but not repair it, but you would still know which files need to be
    replaced.
     
    https://docs.unraid.net/unraid-os/manual/storage-management/#converting-to-a-new-file-system-type
     
    Parity adds redundancy, it's never a backup, dual parity with two drives seems overkill to me, much better to use that drive as an external backup.
     
    It's a valid option, each one has advantages and disadvantages, you can choose according to your priorities, to expand a zfs pool, and until raidz expansion is supported in a year or so, you would need to replace all the disks with larger ones, or add a new vdev with the same number of disks.
     
     
     
     
  24. JorgeB's post in web gui stopped working after a reboot. was marked as the answer   
    Backup the current one first and then redo it and just restore the bare minimum, like the key, super.dat and the pools folder for the assignments, also copy the docker user templates folder, if all works you can then reconfigure the server or try restoring a few config files at a time from the backup to see if you can find the culprit.
  25. JorgeB's post in [6.12.10] Help! XFS repair needed on disk? [SOLVED] was marked as the answer   
    Before checking filesystem replace the cables on disk6, since there are constant ATA errors, and probably what caused the issues, then run xfs_repair.
×
×
  • Create New...