March 28th, 2011, 1:12
March 28th, 2011, 8:57
xiephoire wrote:when the antivirus software tried to quarantine/remove the infected files, the system crashed and produced a blue screen of death.
xiephoire wrote:The disk wouldn't boot afterwards. I booted from a linux live cd and was able to mount the HP recovery partition, but not the primary partition.
xiephoire wrote:However, I could see both the partitions from the partition table (using fdisk -l). Everything there looked legitimate.
xiephoire wrote:Further, I tried using testdisk. It could also see the partitions just fine and everything said it was ok until I tried to actually look into the files. It then told me that my file system could be damaged.
xiephoire wrote:It's probably not a hardware problem because I'm able to mount the recovery partition just fine.
xiephoire wrote:It's likely not the MBR since the partition table seems to be intact.
March 28th, 2011, 10:30
March 28th, 2011, 11:25
March 28th, 2011, 23:09
Disk /dev/sde: 60.0 GB, 60022480384 bytes
240 heads, 63 sectors/track, 7753 cylinders
Units = cylinders of 15120 * 512 = 7741440 bytes
Disk identifier: 0x07eca173
Device Boot Start End Blocks Id System
/dev/sde1 1 677 5118088+ b W95 FAT32
/dev/sde2 * 678 7752 53487000 7 HPFS/NTFS
# mount -v -t ntfs /dev/sde2 /mnt/sde2
$MFT has invalid magic.
Failed to load $MFT: Input/output error
Failed to mount '/dev/sde2': Input/output error
NTFS is either inconsistent, or you have hardware faults, or you have a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows TWICE. The usage of the /f parameter is very
important! If you have SoftRAID/FakeRAID then first you must activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for the details.# dd if=/dev/sde2 of=./sde2.img
dd: reading `/dev/sde2': Input/output error
5701856+0 records in
5701856+0 records out
2919350272 bytes (2.9 GB) copied, 741.902 s, 3.9 MB/smount -v -t vfat /dev/sde1 /mnt/sde1
/dev/sde1 on /mnt/sde1 type vfat (rw)# dd if=/dev/sde1 of=./sde1.img
10236177+0 records in
10236177+0 records out
5240922624 bytes (5.2 GB) copied, 1085.96 s, 4.8 MB/sMarch 29th, 2011, 4:56
March 29th, 2011, 7:05
xiephoire wrote:And if I try to clone the primary partition I get an error:
- Code:
# dd if=/dev/sde2 of=./sde2.img
dd: reading `/dev/sde2': Input/output error
5701856+0 records in
5701856+0 records out
2919350272 bytes (2.9 GB) copied, 741.902 s, 3.9 MB/s
I get that same error if I try to dd the entire drive (/dev/sde)
xiephoire wrote:As for the original blue screen of death, I was not able to capture it because I lacked the resources at the time.
xiephoire wrote:I'm going to go ahead and educate myself on using advanced cloning software
March 29th, 2011, 16:53
Powered by phpBB © phpBB Group.