Tuesday, September 2, 2008

Tutorial recovery data or files from pc with BSoD 'ed Vista

BSoD = Blue Screen of Death >.<
you need to recovery files from pc which had vista and now it shows BSoD ?

How to:
1) burn Ubuntu live cd on other pc or get somewhere the cd. ( you can get iso file from http://www.ubuntu.com )
2) insert into cd-rom the cd and boot ubuntu when it displays on screen. ( if it doesn't appears, check BIOS for first booting device or something.. there can be harddisk at first and cd-rom at second, so change places so it be cd-rom first...)
3) go to ubuntu's terminal
4) write "sudo fdisk -l" , it will show you which devices you have and you need to find the ones which you will mount(harddisk will be with NTFS or FAT), remember "device boot" which you seen "system" with NTFS. will be like /dev/sda3 or something like that ^^
5) "sudo /bin/bash"
6) "mkdir /media/disk"
if shows NTFS in system, while watching fdisk -l then:
7.a) here use the #4 device boot on /dev/sda1 place.. "mount -t ntfs-3g /dev/sda1 /media/disk -o force"
if shows FAT in system, while watching fdisk -l then:
7.b) here use the #4 device boot on /dev/sda1 place.. "mount -t vfat -o umask=000 /dev/sda1 /media/disk"
8) now you are ready to read your harddisk. Places>Computer>harddisk
9) copy files which you need on something like Flash-card, or burn cd IF YOU HAVE second CD-ROM or just share files in internet/bluetooth/other...

No comments:

Post a Comment