Articles by makefu

  1. Recover Softraid/LVM

    Mon 06 February 2012
    By makefu

    MD Array fails to assemble

    Find the Problem

    #?/bin/sh
    cat /proc/mdstat
    mdadm -D --scan
    mdadm -E --scan
    mdadm -E /dev/sd[abcdef]1
    

    Trying to assemble manually

    #?/bin/sh
    mdadm --stop /dev/md{0,127}
    mdadm --assemble /dev/md0 /dev/sd{a,b,c,d,e,f}1 …
    Tagged as : mdadm softraid lvm
  2. Make this blog post happen

    Wed 01 February 2012
    By makefu
    #?/bin/sh
    bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)
    echo '[[ -s $HOME/.rvm/scripts/rvm ]] && source $HOME/.rvm/scripts/rvm' >> ~/.zshrc
    source ~/.zshrc
    rvm install 1.9.2 && rvm use 1.9.2
    rvm rubygems latest
    gem install bundler
    git clone git://github …
    Tagged as : ruby octopress

Page 4 / 4