Mar 20, 2014 | Gnu/Linux, QuickFix, Technical, Ubuntu, Virtualization
Vmware Workstation breaks if you try using upcoming Linux kernel release’s and at the same time, VMWare community moves fast to push a quick patches to applied for those who dare to use cutting edge beta OS on their machines. WoodyZ on...
Apr 6, 2013 | Gnu/Linux, QuickFix, Technical
Use the following command to copy the partition table from sda to sdb. sfdisk -d /dev/sda | sfdisk -f /dev/sdb sfdisk -d dumps the partition table on to stdout. This is being piped to sfdisk /dev/sdb with the –force to write it on /dev/sdb. You can use dd to...
Recent Comments