A computer components & hardware forum. HardwareBanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » HardwareBanter forum » General Hardware & Peripherals » Storage (alternative)
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Recover files from NTFS partition with Linux?



 
 
Thread Tools Display Modes
  #1  
Old December 5th 07, 10:06 PM posted to comp.sys.ibm.pc.hardware.storage
Ian R
external usenet poster
 
Posts: 77
Default Recover files from NTFS partition with Linux?

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


  #2  
Old December 5th 07, 10:16 PM posted to comp.sys.ibm.pc.hardware.storage
Rod Speed
external usenet poster
 
Posts: 8,559
Default Recover files from NTFS partition with Linux?

Ian R wrote:
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.


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.


  #3  
Old December 6th 07, 12:03 PM posted to comp.sys.ibm.pc.hardware.storage
Ian R
external usenet poster
 
Posts: 77
Default Recover files from NTFS partition with Linux?


"Rod Speed" wrote in message
...
Ian R wrote:
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.


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.


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


  #4  
Old December 6th 07, 01:20 PM posted to comp.sys.ibm.pc.hardware.storage
Arno Wagner
external usenet poster
 
Posts: 2,796
Default Recover files from NTFS partition with Linux?

Previously Ian R wrote:
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.


Use a USB memory stick or USB disk with FAT filesystem.

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


Difficult. These proticolls are used by nobody except MS.

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.


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

  #5  
Old December 6th 07, 05:00 PM posted to comp.sys.ibm.pc.hardware.storage
timeOday
external usenet poster
 
Posts: 53
Default Recover files from NTFS partition with Linux?

Arno Wagner wrote:
Previously Ian R wrote:
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.


Use a USB memory stick or USB disk with FAT filesystem.

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


Difficult. These proticolls are used by nobody except MS.

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.


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



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.
  #6  
Old December 6th 07, 07:42 PM posted to comp.sys.ibm.pc.hardware.storage
231
external usenet poster
 
Posts: 11
Default Recover files from NTFS partition with Linux?

Arno Wagner wrote:
Previously Ian R wrote:
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.


Use a USB memory stick or USB disk with FAT filesystem.

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


Difficult.


Nope, as trivial as using knoppix or ubuntu.

These proticolls are used by nobody except MS.


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

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.


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.


Corse it does.


  #7  
Old December 7th 07, 01:15 AM posted to comp.sys.ibm.pc.hardware.storage
Arno Wagner
external usenet poster
 
Posts: 2,796
Default Recover files from NTFS partition with Linux?

Previously timeOday wrote:
Arno Wagner wrote:
Previously Ian R wrote:
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.


Use a USB memory stick or USB disk with FAT filesystem.

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


Difficult. These proticolls are used by nobody except MS.

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.


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



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.


If it has a filesystem on it, yes.

Arno
  #8  
Old December 7th 07, 02:52 AM posted to comp.sys.ibm.pc.hardware.storage
timeOday
external usenet poster
 
Posts: 53
Default Recover files from NTFS partition with Linux?

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

Arno



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.


If it has a filesystem on it, yes.

Arno


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.
  #9  
Old December 7th 07, 12:26 PM posted to comp.sys.ibm.pc.hardware.storage
Arno Wagner
external usenet poster
 
Posts: 2,796
Default Recover files from NTFS partition with Linux?

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

Arno



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.


If it has a filesystem on it, yes.

Arno


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.


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
  #10  
Old December 7th 07, 08:16 PM posted to comp.sys.ibm.pc.hardware.storage
Folkert Rienstra
external usenet poster
 
Posts: 1,297
Default Recover files from NTFS partition with Linux?

Arno Wagner wrote in
Previously timeOday wrote:
Arno Wagner wrote:
You can do the same with a HDD, but I am not sure Windows
recognizes whole-disk FAT formats on disk drives.

Arno



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.

If it has a filesystem on it, yes.

Arno


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.


Hmm. Come to think of it, I did not know that.


What a surprise.

The reason is likely that the first thing I do to any thumbdrive is to blank it.


Ooh, that makes imminently so much sense when you think there's nothing on it, don't 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

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Reading files from linux when you use linux (No partition but 2nd HDD) just_me General 2 February 19th 07 09:58 PM
Reading files from linux when you use windows (No partition but 2nd HDD) just_me General 3 February 19th 07 07:41 PM
Partition File Structure Recovery: NTFS Partition [email protected] General 1 September 9th 05 06:02 AM
NTFS drive files pointing to random and wrong part of disc. Possible to recover? Peter Storage (alternative) 0 April 6th 04 02:12 AM
How to recover data from a damaged NTFS partition? Folkert Rienstra Storage (alternative) 9 August 9th 03 04:58 PM


All times are GMT +1. The time now is 01:21 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 HardwareBanter.
The comments are property of their posters.