LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 02-04-2015, 09:06 PM   #1
rey
Member
 
Registered: Sep 2011
Posts: 49

Rep: Reputation: Disabled
mount ntfs and W95 Ext'd (LBA) partitions


hello
I have this laptop hard drive, I removed it from a broken laptop, it shows 4 partitions on debian kde bar,

so far I can mount three out of four partitions, that's the recovery partition, the boot partition and the recycler partition, however I can't mount the last partition where all the data seems to be (user data), mount command shows some errors and info but I don't know what else I can do

the partition table shows:


Code:
Disk /dev/sdc: 640.1 GB, 640135028736 bytes
255 heads, 63 sectors/track, 77825 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xab4c3c01

   Device Boot      Start         End      Blocks   Id  System
/dev/sdc1   *           1          13      102400    7  HPFS/NTFS
Partition 1 does not end on cylinder boundary.
/dev/sdc2              13       30169   242221056    7  HPFS/NTFS
/dev/sdc3           30169       75215   361836544    f  W95 Ext'd (LBA)
/dev/sdc4           75215       77826    20968448   27  Unknown
/dev/sdc5           30169       75215   361835520    7  HPFS/NTFS

after trying to mount each partition I got:
Code:
/dev/sdc

NTFS signature ism issing.                 
Failed to mount '/dev/sdc': Invalid argument  
The device '/dev/sdc' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?

Code:
/dev/sdc1  mounts ok!, it shows boot directories

Code:
/dev/sdc2

ntfs_attr_pread_i: ntfs_pread failed: Input/output error
Failed to read NTFS $Bitmap: Input/output error
NTFS is either inconsistent, or there is a hardware fault, or it's a 
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows twice. The usage of the /f parameter is very  
important! If the device is a SoftRAID/FakeRAID then first activate 
it and mount a different device under the /dev/mapper/ directory, (e.g. 
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation 
for more details.

Code:
/dev/sdc3

NTFS signature is missing.                    
Failed to mount '/dev/sdc3': Invalid argument    
The device '/dev/sdc3' doesn't seem to have a valid NTFS. 
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?

Code:
/dev/sdc4  mount's ok! shows the recovery data

Code:
/dev/sdc5 mount's ok! shows the recycler bin data

thanks for your help, I really need this!!
 
Old 02-04-2015, 09:14 PM   #2
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,504

Rep: Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490
Quote:
NTFS is either inconsistent,
That usually means problems with the filesystem and chkdsk needs to be run on the partition for whatever reason which I believe you need windows to accomplish.
 
Old 02-04-2015, 09:32 PM   #3
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,127

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
In a normal (i.e. default) Win install, /dev/sda2 will be your system partition - the guts of the system.
And yes, you need to do as the message says. Twice.

If there was a separate user data partition, that would be /dev/sda5. Better start looking in that recycle bin ...
 
Old 02-04-2015, 11:29 PM   #4
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750
To me, it looks like a borked Windows 7 install.
/dev/sdc1 is a small partition for the Windows 7 boot loader.
/dev/sdc2 is the Windows 7 C: drive.
An extended partition has been created (/dev/sdc3) and an additional Windows drive (perhaps D:) has been created (/dev/sdc5) in the extended partition.
/dev/sdc4 appears to be unallocated disk space, but probably contains the Windows recovery image.

As has been said before, repairing NTFS file systems needs to be done using the Windows chkdsk tool.

Last edited by allend; 02-04-2015 at 11:31 PM.
 
Old 02-05-2015, 12:57 AM   #5
rey
Member
 
Registered: Sep 2011
Posts: 49

Original Poster
Rep: Reputation: Disabled
everything works now!!!, I hooked the disk to an old winxp laptop and did the chkdsk /f command and rebooted a few times, thanks for your help!!!
 
  


Reply



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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
mounting W95 Ext'd (LBA) in FC5 sureshkellemane Linux - Newbie 5 12-11-2006 07:43 PM
Unexpected "W95 Ext'd (LBA)" partition Hawkboy Linux - General 3 10-02-2005 04:21 PM
[NTFS]/[EXT(2 or 3)]/[FAT/FAT32] partitions fraz Linux - Software 5 11-14-2004 07:43 AM
Change "Hidden W95 FAT32 (LBA)" to ""W95 FAT32 (LBA)" TroelsSmit Linux - Newbie 6 03-27-2004 07:01 PM
mounting W95 FAT32 LBA in Slack 9.1 meisjohn Linux - Newbie 5 12-11-2003 09:15 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 02:59 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration