New hard disk and Rescue Procedure?
Hi
I install new unformatted harddisk in my Knoppix live pc and made Rescue Procedure operation.
When i insert that disk in mybook, Lights go on in front panel but RJ45 lights not turn on when i insert cable?
I try to do again follow step 10 but not working?
What i do wrong?
Is that unformatted disk ok when start rescue?
10. Unpack and copy the contents of 3rd system partition
You'll need cca 1 GiB of free space.
bunzip2 SDA3_IMA.BZ2
dd if=SDA3_IMA.BZ2.out of=/dev/sda3
If you see a message like this: "I/0 or other error, bailing out. Possible reson follows. No space left on device" Follow the "Low Space rescue" described at step 6 and then continue from where you stooped
11. Turn off fsck for all [NON SWAP] system partitions
tune2fs -c -1 -i 0 /dev/sda1
tune2fs -c -1 -i 0 /dev/sda3
tune2fs -c -1 -i 0 /dev/sda4
12. Edit /etc/fstab
mkdir sda1
mount -t ext3 /dev/sda1 sda1
nano sda1/etc/fstab
/dev/md4 MUST BE REPLACED BY /dev/sda4