Next Previous Contents

3. Installation

  1. unpack the tarball with:
    $ tar -xvzf ~/e2sbf.tar.gz
    
  2. Check that the following tools are installed on your system:
  3. Check on the manual and with --help that both e2fsck and mke2fs accept the -n parameter and that it means ``don't do what you are told to, just display what you would do''. WARNING!! If you are not sure that -n is accepted by your e2fs tools and that it has the intended meaning don't use the provided script! Do not even try to run ``mke2fs -n'' on any partition just to see if ``-n'' is accepted. YOU MAY DAMAGE ALL YOUR DATA!! Read the manual, and if still unsure, do not use this script!
  4. A good idea would be to make a backup copy of the partition you have damaged on the hard drive and then run e2sbf on that file with something like:
    # cat /dev/hda1 > /tmp/hda1.backup
    # e2sbf /tmp/hda1.backup
    


Next Previous Contents