Here is also a dump of the boot sectors:
Disk /dev/sdb - 2000 GB / 1863 GiB - CHS 243201 255 63
1 P HPFS - NTFS 2 10 9 243193 70 13 3906867200 [Storage]
Boot sector Backup boot sector
0000 eb52904e 54465320 .R.NTFS eb52904e 54465320 .R.NTFS
0008 20202000 02080000 ..... 20202000 02080000 ...
Search found 3 matches
- 25 Sep 2016, 08:35
- Forum: Partition Recovery
- Topic: Recovering Raid1 drive to mountable state.
- Replies: 3
- Views: 3440
- 25 Sep 2016, 08:33
- Forum: Partition Recovery
- Topic: Recovering Raid1 drive to mountable state.
- Replies: 3
- Views: 3440
Re: Recovering Raid1 drive to mountable state.
Looks like you are confusing the disk and the partition. Try instead
sudo mount -t ntfs /dev/sdb1 /media/storage
Still no luck. Trying this I get the following response:
sudo mount -t ntfs /dev/sdb1 /media/storage
ntfs-3g: Failed to access volume '/dev/sdb1': No such file or directory
Here ...
sudo mount -t ntfs /dev/sdb1 /media/storage
Still no luck. Trying this I get the following response:
sudo mount -t ntfs /dev/sdb1 /media/storage
ntfs-3g: Failed to access volume '/dev/sdb1': No such file or directory
Here ...
- 24 Sep 2016, 05:18
- Forum: Partition Recovery
- Topic: Recovering Raid1 drive to mountable state.
- Replies: 3
- Views: 3440
Recovering Raid1 drive to mountable state.
I had a previous RAID1 setup but something caused that to get corrupted. Both drives seem to be fine, and I can see all my data on both drives using Testdisk. What I'm trying to do is get it setup to mount the drive. It seems like even though I've recovered the partition on the drive it is still not ...