Tag: dd

Boot Sector Management

As promised, tonight we explore boot sector management on X86 style hardware.  Anyone who works with PC hardware long enough, and especially those using linux as primary or secondary OS in a dual boot configuration will find this information valuable. The system boot sector on x86 style hardware is crucial to being able to boot […]

Disk and Partition Imaging using dd

Linux provides an abundance of advanced command line tools to manage and modify just about anything on your system.  Today we will explore the use of dd, the primary tool on linux for creating and restoring disk images, among other things. The dd (diskdump) on Linux can be used to backup an entire disk or […]