Hi,
I've done something really stupid with the dd command. After pressing ctrl-c I got the following which implies something was written to sda. Fdisk (see below) shows that I have 2 devices, sda1 and sda2. Does this mean I have likely wiped out a chunk of my drive by writing to sda, even though only sda1 and sda2 are listed as devices?
^C132+0 records in
131+0 records out
1373634560 bytes (1.4 GB) copied, 42.3801 s, 32.4 MB/s
When, I do an fdisk -l
I get:
Disk /dev/sda: 320.1 GB, 320072933376 bytes
124 heads, 62 sectors/track, 81314 cylinders
Units = cylinders of 7688 * 512 = 3936256 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xe1dcecbf
Device Boot Start End Blocks Id System
/dev/sda1 1 17 65317 6 FAT16
/dev/sda2 18 958 3617204 83 Linux
I've done something really stupid with the dd command. After pressing ctrl-c I got the following which implies something was written to sda. Fdisk (see below) shows that I have 2 devices, sda1 and sda2. Does this mean I have likely wiped out a chunk of my drive by writing to sda, even though only sda1 and sda2 are listed as devices?
^C132+0 records in
131+0 records out
1373634560 bytes (1.4 GB) copied, 42.3801 s, 32.4 MB/s
When, I do an fdisk -l
I get:
Disk /dev/sda: 320.1 GB, 320072933376 bytes
124 heads, 62 sectors/track, 81314 cylinders
Units = cylinders of 7688 * 512 = 3936256 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xe1dcecbf
Device Boot Start End Blocks Id System
/dev/sda1 1 17 65317 6 FAT16
/dev/sda2 18 958 3617204 83 Linux
Comment