Jump to content

JorgeB

Moderators
  • Posts

    67,042
  • Joined

  • Last visited

  • Days Won

    702

Community Answers

  1. JorgeB's post in Unable to ZFS utf8only=false/off was marked as the answer   
    https://docs.oracle.com/cd/E26505_01/html/E37384/gbcpt.html
     
    Each ZFS component, such as datasets and pools, must be named according to the following rules:
    Each component can only contain alphanumeric characters in addition to the following four special characters:
    Underscore (_)
    Hyphen (-)
    Colon (:)
    Period (.)
    Pool names must begin with a letter, and can only contain alphanumeric characters as well as underscore (_), dash (-), and period (.). Note the following pool name restrictions:
    The beginning sequence c[0-9] is not allowed.
    The name log is reserved.
    A name that begins with mirror, raidz, raidz1, raidz2, raidz3, or spare is not allowed because these names are reserved.
    Pool names must not contain a percent sign (%).
    Dataset names must begin with an alphanumeric character.
    Dataset names must not contain a percent sign (%).
    In addition, empty components are not allowed.
  2. JorgeB's post in My First "Array has failed device" Error. Is this drive dead, or can it be repaired? was marked as the answer   
    Disk dropped offline and reconnected:
    May  9 03:37:53 Chrzanderson kernel: ata10.00: disable device This is usually a power/connection issue, also SMART looks OK.
  3. JorgeB's post in Unraid constantly goes into read-only filesystem mode was marked as the answer   
    Don't see the filesystem going read only, but there is data corruption detected on your pool, run a correcting scrub.
     
    Also change the docker network from macvlan to ipvlan (or disable bridging).
  4. 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
  5. 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.
  6. 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.
  7. 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
  8. 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.
     
     
     
     
  9. 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.
  10. 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.
     
     
  11. 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.
  12. JorgeB's post in I/O errors during disk pre-clear was marked as the answer   
    Doesn't look like a disk problem.
  13. 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
  14. 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/
  15. 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.
  16. 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.
  17. 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  
  18. 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.
  19. JorgeB's post in Restoring partitions? was marked as the answer   
    Try testdisk.
  20. 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.
  21. 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.
  22. JorgeB's post in Elevated Error Count on Every Parity Check was marked as the answer   
    Start by running memtest.
  23. 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.
  24. JorgeB's post in SSH Into UnRAID was marked as the answer   
    Is "Use SSH" enabled in Settings -> Management Access?
  25. 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.
×
×
  • Create New...