Tech Support > Computer Hardware > Storage Devices > Recover files from NTFS partition with Linux?
Recover files from NTFS partition with Linux?
Posted by Ian R on December 5th, 2007


Hi

I'm trying to recover some files from an unwell XP Pro PC which refuses to
boot up.

Ive read that its possible to access and copy files from an NTFS partition
with a Linux boot disc.

I've downloaded RIP ("recovery is possible") and booted up the PC -
fortunately it can see the NTFS drive and the files I need.

But after that I'm stuck.

All I need to find out is if its possible to transfer the files from the PC
running Linux to another XP PC via ethernet or to a USB drive.

Is there a way to make it viewable under network places or map it as a
network drive?

I'm totally new to Linux so if anyone can point me in the right direction
I'd be very grateful.

Thanks for your time and any info.

Ian


Posted by Rod Speed on December 5th, 2007


Ian R <sorry@nospamthanks.com> wrote:
The easiest approach is to see if a knoppix or ubuntu bootable CD
can see the files. With those the network ops arent very different to
Win and it should be obvious how to see other systems on the network
and to use their drives as a destination for the files you want to copy off.



Posted by Ian R on December 6th, 2007



"Rod Speed" <rod.speed.aaa@gmail.com> wrote in message
news:5rom97F15v2koU1@mid.individual.net...
Thanks Rod

I used Knoppix which could mount and access the NTFS partition.

After jumping through a few hoops I managed to see my shared folder on the
networked PC and copy the files across,

Whoopee - clever me!

Thanks

Ian



Posted by Arno Wagner on December 6th, 2007


Previously Ian R <sorry@nospamthanks.com> wrote:
Use a USB memory stick or USB disk with FAT filesystem.

Difficult. These proticolls are used by nobody except MS.

If you use a USB memory stick:

Preparation:

1. Plug it in
2. Find out which device it is. Usually ''fdisk -l'' will
list them all.
3. Put a fast filesystem on it ''mkdosfs -F 32 /dev/<your_stick>''
4. mount it ''mount /dev/<your_stick> /mnt''
(If /mnt does not exist, then do a ''mkdir /mnt''.)
5. Copy files over with ''cp <source> /mnt''
6. Umount stick ''umount /mnt''
7. Unplug stick

You can do the same with a HDD, but I am not sure Windows
recognizes whole-disk FAT formats on disk drives.

Arno


Posted by timeOday on December 6th, 2007


Arno Wagner wrote:

With a lot of recent linux distros, if you plug in a memory stick it
will just appear as a folder on your desktop automatically.

Posted by 231 on December 6th, 2007


Arno Wagner <me@privacy.net> wrote:
Nope, as trivial as using knoppix or ubuntu.

How odd that both knoppix and ubuntu manage it fine. They arent alone either.

Corse it does.



Posted by Arno Wagner on December 7th, 2007


Previously timeOday <timeOday-UNSPAM@theknack.net> wrote:

If it has a filesystem on it, yes.

Arno

Posted by timeOday on December 7th, 2007


Arno Wagner wrote:
True enough. All the thumbdrives I've seen come FAT formatted, which is
still the best option for sharing between Windows and Linux (as the OP
is doing)... but there could certainly be exceptions that come formatted
with something else.

Posted by Arno Wagner on December 7th, 2007


Previously timeOday <timeOday-UNSPAM@theknack.net> wrote:
Hmm. Come to think of it, I did not know that. The reason is likely
that the first thing I do to any thumbdrive is to blank it. Sounds
eminently reasonable though and FAT is (AFAIK) patent-free. At least
after MS pulled the stunt of asking for royalties and the patent was
invalidated.

Arno

Posted by Folkert Rienstra on December 7th, 2007


Arno Wagner wrote in news:5rssgfF166tf5U1@mid.individual.net
What a surprise.

Ooh, that makes imminently so much sense when you think there's nothing on it, don't it.


Similar Posts