Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Mounting damaged NTFS partition
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
creaker
l33t
l33t


Joined: 14 Jul 2012
Posts: 651

PostPosted: Wed Oct 01, 2014 11:29 pm    Post subject: Mounting damaged NTFS partition Reply with quote

Usually, if I need to retrieve data from damaged partition, I do the following:
1. dd if=/dev/sdX of=image.dd
2. losetup and/or mount
3. testdisk on image

Now I have a drive with a 1Tb capacity and it quite huge to create a copy, especially with taking into account that partition has a lot of bad bloks. It may take a few days. So I wondering, is there any other way to mount this damaged partition?
Partitions table seems OK: I can access the first and the second partition, but I need access to the third one.

Code:
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x3176ea40

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048      206847      102400    7  HPFS/NTFS/exFAT
/dev/sda2          206848   122882047    61337600    7  HPFS/NTFS/exFAT
/dev/sda3       122882048  1953519615   915318784    7  HPFS/NTFS/exFAT
Back to top
View user's profile Send private message
vaxbrat
l33t
l33t


Joined: 05 Oct 2005
Posts: 731
Location: DC Burbs

PostPosted: Sun Oct 05, 2014 7:22 pm    Post subject: Reply with quote

You could always mount with the -ro option to force readonly. If it gets past that, you should be able to copy stuff off and kill -9 or ctrl-c whenever it hits the damage.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum