recovering my HD
Feb. 18th, 2009 03:38 amI'd like a bootable CD that contains software to scan my HD and recover lost NTFS files (such as Disk Investigator).
I haven't been able to build bootable CDs running Windows, because of copy-protection issues. Therefore, I need an application that runs in a free Unix-like system (such as Linux, BSD, etc). My Knoppix Linux Live CD doesn't seem to come with anything like that, so I could hopefully install it onto the RAM (since the Live CD has no write access to the HD, AFAIK). Anyway, first I need to find such an app.
I haven't been able to build bootable CDs running Windows, because of copy-protection issues. Therefore, I need an application that runs in a free Unix-like system (such as Linux, BSD, etc). My Knoppix Linux Live CD doesn't seem to come with anything like that, so I could hopefully install it onto the RAM (since the Live CD has no write access to the HD, AFAIK). Anyway, first I need to find such an app.
(no subject)
Date: 2009-02-18 01:27 pm (UTC)http://gparted.sourceforge.net/livecd.php
(no subject)
Date: 2009-02-18 01:29 pm (UTC)http://ntfsundelete.com/
Actually, check out these listings:
http://www.thefreecountry.com/utilities/datarecovery.shtml
(no subject)
Date: 2009-02-18 09:59 pm (UTC)But since I began formatting the disk, it looks like I've lost my main partition table (I can't boot with external boot media), and probably also the pointers to files. This means that I need to boot to an OS (again NOT Windows) with *scanning* recovery, and which can write to my external HD.
In particular, what I need is not:
* partition editors
* Windows apps
(no subject)
Date: 2009-02-18 10:06 pm (UTC)(no subject)
Date: 2009-02-18 11:27 pm (UTC)(no subject)
Date: 2009-02-19 07:30 am (UTC)http://www.linux.com/articles/56588
pointing to this software:
http://www.cgsecurity.org/wiki/TestDisk
(no subject)
Date: 2009-02-19 07:41 am (UTC)(no subject)
Date: 2009-02-19 08:07 am (UTC)I also want option #1 ("Recover the files to a separate hard drive"), but I can't install two HDs... my second HD is external.
I shouldn't be afraid of writing stuff onto my damaged HD, since it's not mounted.
<< Make sure that the recovery partition is mounted (I mounted it at /var/recovery) >>
I should figure out how to do this.
(no subject)
Date: 2009-02-19 08:08 am (UTC)(no subject)
Date: 2009-02-19 08:11 am (UTC)(unless it succeeds!!)
(no subject)
Date: 2009-02-19 10:59 am (UTC)(no subject)
Date: 2009-02-19 11:13 am (UTC)(no subject)
Date: 2009-02-19 11:17 am (UTC)(no subject)
Date: 2009-02-19 11:30 am (UTC)sudo ntfs-3g /dev/sdb1 mnt/sdb1
I get:
<< Mount denied because NTFS is marked to be in use. Choose one action:
Choice 1: If you have Windows, disconnected the external devices by clicking on 'Safely Remove Hardware'
Choice 2: you can use the 'force' option for your own responsibility. >>
I'm wondering if choice 2 could destroy my external HD and my data.
(no subject)
Date: 2009-02-19 11:38 am (UTC)(no subject)
Date: 2009-02-19 11:22 am (UTC)(no subject)
Date: 2009-02-19 11:32 am (UTC)My concern now is whether forcing a mount is dangerous.
(no subject)
Date: 2009-02-19 11:21 am (UTC)(no subject)
Date: 2009-02-19 08:47 pm (UTC)what I'm trying to mount as read-write is the external HD.
(no subject)
Date: 2009-02-19 12:24 pm (UTC)umount /media/sdb1
and then
mount -t ntfs-3g /dev/sdb1 /media/sdb1
this should mount it safely as read-write
see here:
http://www.swerdna.net.au/linhowtontfs.html
(no subject)
Date: 2009-02-19 08:45 pm (UTC)http://gustavolacerda.livejournal.com/762354.html?thread=2743794#t2743794
It is dangerous to use "-o force"?
(no subject)
Date: 2009-02-19 08:58 pm (UTC)(no subject)
Date: 2009-02-19 09:06 pm (UTC)(2) yes.
(3) I don't know about running processes. It was plugged onto my Windows machine previously. For some reason, Windows doesn't offer "Remove Hardware Safely" for my external HD.
(no subject)
Date: 2009-02-19 09:15 pm (UTC)