Results 1 to 10 of 11
Error mounting: mount exited with exit code 13: ntfs_attr_pread_i: ntfs_pread failed: Input/output error
Failed to read of MFT, mft=6 count=1 br=-1: Input/output error
Failed to open inode FILE_Bitmap: Input/output error
...
- 10-23-2011 #1Just Joined!
- Join Date
- Oct 2011
- Posts
- 5
Will not mount ext hard drive
Error mounting: mount exited with exit code 13: ntfs_attr_pread_i: ntfs_pread failed: Input/output error
Failed to read of MFT, mft=6 count=1 br=-1: Input/output error
Failed to open inode FILE_Bitmap: Input/output error
Failed to mount '/dev/sdc1': 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.
What should I do?
- 10-23-2011 #2
Hi and Welcome !
Post the output of fdisk -l command here. Make sure External hard disk must be plugged in while execute fdisk command.
* Its small L in fdisk -l.Code:sudo fdisk -l
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 10-24-2011 #3Just Joined!
- Join Date
- Oct 2011
- Posts
- 5
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 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: 0xd610896a
Device Boot Start End Blocks Id System
/dev/sda1 * 1 3891 31249408 83 Linux
/dev/sda2 3891 38914 281319425 5 Extended
/dev/sda5 3891 38184 275460096 83 Linux
/dev/sda6 38184 38914 5858304 82 Linux swap / Solaris
- 10-24-2011 #4Linux Guru
- Join Date
- Oct 2007
- Location
- Tucson AZ
- Posts
- 1,937
The error message in your original post has a reference to sdc1 as well as ntfs filesystem. Your fdisk output shows only 1 320GB drive with no ntfs partitions. Did you have your external drive attached when you ran the command as isntructed by devils casper?
- 10-25-2011 #5Just Joined!
- Join Date
- Oct 2011
- Posts
- 5
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 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: 0xd610896a
Device Boot Start End Blocks Id System
/dev/sda1 * 1 3891 31249408 83 Linux
/dev/sda2 3891 38914 281319425 5 Extended
/dev/sda5 3891 38184 275460096 83 Linux
/dev/sda6 38184 38914 5858304 82 Linux swap / Solaris
i have it attached
shows the message and when i close out the message it continues to come up again and again about every 15 seconds like it continues to try and mount
- 10-25-2011 #6
If you have Windows available, I'd try the suggestion in the error message:
In the first case runon Windows then reboot into Windows twice.Code:chkdsk /f
If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)
My new blog. It's probably not as good as I think it is.
- 10-25-2011 #7fdisk -l command doesn't work in loop. Are you executing correct command?shows the message and when i close out the message it continues to come up again and again about every 15 seconds like it continues to try and mount
Code:sudo fdisk -l
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 10-25-2011 #8Just Joined!
- Join Date
- Oct 2011
- Posts
- 5
I'm not saying the command is running in a loop i am just saying that it continues to come up with the error message on the screen not in the terminal.
- 10-26-2011 #9Linux Guru
- Join Date
- Oct 2007
- Location
- Tucson AZ
- Posts
- 1,937
Since you have posted this thread under Linux Mint, are we safe in assuming that you have a working installation of Linux Mint? Your fdisk output only shows one hard drive with only Linux partitions. The error message in your first post refers to an ntfs partition on sdc1. What is on sdc (sdc1)? Is that a windows operating system? windows data partition?
Do you have windows installed? Can you boot it to run the command suggested in the error message and by elija above?
If you can boot windows and have run the command, what was the result? If you haven't run it, why not?run chkdsk /f on Windows
then reboot into Windows twice.
How did you try to mount the partition on the external? What command specifically? Did you try mounting from the GUI?
More details on what you actually have and what you have done and the results of what you have done would be helpful. You're being a little cryptic in your responses.
- 10-26-2011 #10
If you are sure that sdc1 is NTFS Partition then execute this command in Terminal :
Check win folder.Code:mkdir win sudo mount -t ntfs-3g /dev/sdc1 win -o defaults,umask=0,force
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
