guythnick

Members
  • Posts

    37
  • Joined

  • Last visited

Community Answers

  1. guythnick's post in All data from drive was deleted while rebuilding array from parity was marked as the answer   
    Want to put a pin on this - after the second rebuild finished the drive was still unmountable.  I did some searching online and it looks like running xfs_repair was the right way to try to fix it.  I started the array in maintenance mode and tried to just run 'xfs_repair -n', but it showed an error stating basically I needed to rebuild the log with the -L switch.  I then re-ran with 'xfs_repair -L' , which completed in a couple minutes. Then after starting the array, I now have all the missing data! 
    Thanks for the replies.
  2. guythnick's post in Docker custom network container not mapping ports was marked as the answer   
    EDIT:  I changed the Home Assistant container to run on the same bridge (br0).  Apparently when set to host mode it cannot access the br0 containers. Now it connects with websockets.
     
     
  3. guythnick's post in Two drives unmountable, but can be read on other systems was marked as the answer   
    Parity is rebuilding and all files appear to be available.  Here is what I did:

    * Stopped the array.
    * Manually ran the below on the un-mountable disk
    xfs_repair -L /dev/sdb1            *I had to run this with -L as without it it would not run.
    *Generate New Config with the same assignments.
     
    After these steps it started the parity rebuild, and all the shares are still available.  So far, all the files seem to be there, but if there is any corruption I will just have to deal with it at this point.