I use dd command to copy all system from hda1 to hdb1:
dd if=/dev/hda1 of=/dev/hdb1
it works fine when I remove hda1 and reboot hdb1, the only question is: hda1 has only 2GB and hdb1 has 30GB, but after I use dd command, I found hdb1 also has only 2GB recogonized by linux system, how can I have...
When I read plain text file such as:
=======
line1 aaaaaa;
line2 bbbbbb;
line4 dddddd;
=======
who can I write code to skip line3(which is blank) and read line4 instead?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.