LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Cannot mount windows HDD (https://www.linuxquestions.org/questions/linux-newbie-8/cannot-mount-windows-hdd-934592/)

JulianAshley137 03-15-2012 08:15 AM

Cannot mount windows HDD
 
Hi, trying to save some data from a laptop HDD, progress so far
partprobe -s
/dev/sdb: msdos partitions 1 2
fdisk -l /dev/sdb
/dev/sdb1 63 16932509 8466223+ 7 HPFS/NTFS/exFAT
/dev/sdb2 * 16932510 156296384 69681937+ 7 HPFS/NTFS/exF

fsck /dev/sdb
e2fsck 1.41.14 (22-Dec-2010)
fsck.ext2: Superblock invalid, trying backup blocks...
fsck.ext2: Bad magic number in super-block while trying to open /dev/sdb

The superblock could not be read or does not describe a correct ext2
filesystem. If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
e2fsck -b 8193 <device&gt;

I don't think that's the way forward can anyone please tell me the best approach?

JulianAshley137 03-15-2012 08:25 AM

Problem solved by previous answer
 
mount -t ntfs-3g found in
mount a hdd in linux that has windows on it
by brilliant LinuxGuru707
Thanks for your interest

ovenwolv 03-15-2012 08:27 AM

I'm not sure fsck can check a NTFS or FAT partition. Have you tried just mounting them from a live disc?

mkdir /mnt/winpart
mount /dev/sdb1 /mnt/winpart -t ntfs


All times are GMT -5. The time now is 03:52 AM.