Shaboobala

Members
  • Posts

    7
  • Joined

  • Last visited

Posts posted by Shaboobala

  1. I had a power outage and the server shut down. When I brought it back online it started running a parity check and now I am seeing almost 10K in sync errors. Hoping someone could help me out on what my next course of action would be. Also not sure if its relavent but I had my USB die on me the week prior and had to rebuild the system and since it was all the same drive and one new cache drive I checked the box saying that parity was valid. I suspect this is where the errors are coming from but was hoping someone could help confirm. 

    tower-diagnostics-20230315-1410.zip

  2. On 8/3/2016 at 10:03 PM, korpo53 said:

    Use Putty to remote into your server

     

     

    mkdir /boot/scripts
    wget https://raw.githubusercontent.com/trinapicot/unraid-diskmv/master/diskmv -O /boot/scripts/diskmv
    wget https://raw.githubusercontent.com/trinapicot/unraid-diskmv/master/consld8 -O /boot/scripts/consld8
    echo "ln -s /boot/scripts/diskmv /usr/sbin" >> /boot/config/go
    echo "ln -s /boot/scripts/consld8 /usr/sbin" >> /boot/config/go
     

     

    That'll:

     

    • Create a directory to hold the scripts that survives reboots.
    • Download the scripts to that directory.
    • Add lines to your startup script to create symlinks (shortcuts, sort of) to those permanent files in a non-permanent space that makes them more usable.

     

    After doing that, if you don't want to reboot, you can just run the below to create the symlinks right now. They'll get recreated every boot by the go script, so you only have to do this part the first time.

     

    ln -s /boot/scripts/diskmv /usr/sbin
    ln -s /boot/scripts/consld8 /usr/sbin
     

     

     

     

     I am hoping for a little help I tried installing using the method described but I am getting permission denied errors. I was hoping someone could help me figure out what is wrong. Thanks