http://www.onlinecharts.co
Thursday, February 26, 2015
dd and pv
progress
# (pv -n /dev/sda | dd of=/dev/sdb bs=128M conv=notrunc,noerror) 2>&1 | dialog --gauge "Running dd command (cloning), please wait..." 10 70 0
# (pv -n /dev/sda | dd of=/dev/sdb bs=512 count=1) 2>&1 | dialog --gauge "Running dd command (cloning), please wait..." 10 70 0
other option
http://www.cyberciti.biz/faq/howto-copy-mbr/
dd command to copy MBR (identically sized partitions only)
Type dd command as follows:
dd if=/dev/sda of=/dev/sdb bs=512 count=1
sudo kill -SIGUSR1 $(pidof dd)
Wednesday, February 25, 2015
Monday, February 02, 2015
The Talos Principle
In the beginning were the Words,
and the Words made the world.
I am the Words.
The Words are everything.
Where the Words end
the world ends.
You cannot go forward
in absence of space.
Repeat
Subscribe to:
Posts (Atom)