Results 1 to 3 of 3

Thread: NTFS Mount Error

  1. #1
    Junior Member
    Join Date
    Dec 2005
    Posts
    1

    NTFS Mount Error

    I'm trying to use Knoppix (version 4.0.2 2005-09-12) to back up a friend's data.

    This thread (http://www.knoppix.net/forum/viewtop...ght=ntfs+mount) was about a similar error.

    When I click on "Hard Disk [hda1]", or use the commands "sudo mount /dev/hda1 /mnt/hda1" or "sudo mount /dev/hda1 /mnt/hda1/ -t ntfs -o nls=utf8,umask=0222" in the console, I get the following error:

    Code:
    mount: wrong fs type, bad option, bad superblock on /dev/hda1,
           missing codepage or other error
           In some cases useful info is found in syslog - try
           dmesg | tail  or so
    "dmesg | tail" gives me:
    Code:
    NTFS-fs error (device hda1): ntfs_read_inode_mount(): Device read failed.
    NTFS-fs error (device hda1): ntfs_read_inode_mount(): Failed. Marking inode as bad.
    NTFS-fs error (device hda1): ntfs_fill_super(): Failed to load essential metadata.
    hda: task_in_intr: status=0x59 { DriveReady SeekComplete DataRequest Error }
    hda: task_in_intr: error=0x40 { UncorrectableError }, LBAsect=6291519, sector=6291519
    ide: failed opcode was: unknown
    end_request: I/O error, dev hda, sector 6291519
    NTFS-fs error (device hda1): ntfs_read_inode_mount(): Device read failed.
    NTFS-fs error (device hda1): ntfs_read_inode_mount(): Failed. Marking inode as bad.
    NTFS-fs error (device hda1): ntfs_fill_super(): Failed to load essential metadata.

    Here is the output to everything Robert asked for in the thread I mentioned above.

    Code:
    + cat /etc/knoppix-version
    4.0.2 2005-09-12
    + cat /proc/partitions
    major minor  #blocks  name
    
       3     0   80043264 hda
       3     1   80027766 hda1
     240     0    1942016 cloop0
    + sudo fdisk -l /dev/hda /dev/hdb /dev/hdc /dev/hdd /dev/hde /dev/hdf /dev/hdg /dev/hdh
    Disk /dev/hdc doesn't contain a valid partition table
    
    Disk /dev/hda: 81.9 GB, 81964302336 bytes
    255 heads, 63 sectors/track, 9964 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/hda1   *           1        9963    80027766    7  HPFS/NTFS
    Note: sector size is 2048 (not 512)
    
    Disk /dev/hdc: 728 MB, 728190976 bytes
    255 heads, 63 sectors/track, 22 cylinders
    Units = cylinders of 16065 * 2048 = 32901120 bytes
    
    + cat /etc/fstab
    /proc      /proc       proc   defaults            0 0
    /sys       /sys        sysfs  noauto              0 0
    /dev/pts   /dev/pts    devpts mode=0622           0 0
    /dev/fd0   /mnt/auto/floppy auto   user,noauto,exec,umask=000    0 0
    /dev/cdrom /mnt/auto/cdrom  auto   user,noauto,exec,ro 0 0
    /dev/cdrom1 /mnt/auto/cdrom1  auto   users,noauto,exec,ro 0 0
    # Added by KNOPPIX
    /dev/hda1 /mnt/hda1 ntfs noauto,users,exec,ro,umask=000,uid=knoppix,gid=knoppix 0 0
    + ls --color=auto -la /mnt/
    total 3
    drwxr-xr-x  4 root root 1024 Dec 13 17:58 .
    drwxr-xr-x  9 root root 1024 Dec 13 12:57 ..
    drwxr-xr-x  2 root root    0 Dec 13 17:58 auto
    lrwxrwxrwx  1 root root   15 Dec 13 17:58 cdrom -> /mnt/auto/cdrom
    lrwxrwxrwx  1 root root   16 Dec 13 17:58 cdrom1 -> /mnt/auto/cdrom1
    lrwxrwxrwx  1 root root   16 Dec 13 17:58 floppy -> /mnt/auto/floppy
    drwxr-xr-x  2 root root 1024 Dec 13 17:58 hda1
    + mount
    /dev/root on / type ext2 (rw)
    /ramdisk on /ramdisk type tmpfs (rw,size=402200k)
    /UNIONFS on /UNIONFS type unionfs (rw,dirs=/ramdisk=rw:/KNOPPIX=ro,delete=whiteout)
    /dev/hdc on /cdrom type iso9660 (ro)
    /dev/cloop on /KNOPPIX type iso9660 (ro)
    /UNIONFS/dev/pts on /UNIONFS/dev/pts type devpts (rw)
    /proc/bus/usb on /proc/bus/usb type usbfs (rw,devmode=0666)
    automount(pid2276) on /mnt/auto type autofs (rw,fd=4,pgrp=2276,minproto=2,maxproto=4)
    + df -Hl
    Filesystem             Size   Used  Avail Use% Mounted on
    /dev/root              2.6M    14k   2.6M   1% /
    /ramdisk               412M   5.6M   407M   2% /ramdisk
    /UNIONFS               2.5G   2.0G   407M  84% /UNIONFS
    /dev/hdc               729M   729M      0 100% /cdrom
    /dev/cloop             2.0G   2.0G      0 100% /KNOPPIX
    + sudo mkdir /mnt/hda1
    mkdir: cannot create directory `/mnt/hda1': File exists
    + sudo mount /dev/hda1 /mnt/hda1
    mount: wrong fs type, bad option, bad superblock on /dev/hda1,
           missing codepage or other error
           In some cases useful info is found in syslog - try
           dmesg | tail  or so
    
    + dmesg
    hda: task_in_intr: status=0x59 { DriveReady SeekComplete DataRequest Error }
    hda: task_in_intr: error=0x40 { UncorrectableError }, LBAsect=6291519, sector=6291519
    ide: failed opcode was: unknown
    end_request: I/O error, dev hda, sector 6291519
    NTFS-fs error (device hda1): ntfs_read_inode_mount(): Device read failed.
    NTFS-fs error (device hda1): ntfs_read_inode_mount(): Failed. Marking inode as bad.
    NTFS-fs error (device hda1): ntfs_fill_super(): Failed to load essential metadata.
    hda: task_in_intr: status=0x59 { DriveReady SeekComplete DataRequest Error }
    hda: task_in_intr: error=0x40 { UncorrectableError }, LBAsect=6291519, sector=6291519
    ide: failed opcode was: unknown
    end_request: I/O error, dev hda, sector 6291519
    NTFS-fs error (device hda1): ntfs_read_inode_mount(): Device read failed.
    NTFS-fs error (device hda1): ntfs_read_inode_mount(): Failed. Marking inode as bad.
    NTFS-fs error (device hda1): ntfs_fill_super(): Failed to load essential metadata.
    hda: task_in_intr: status=0x59 { DriveReady SeekComplete DataRequest Error }
    hda: task_in_intr: error=0x40 { UncorrectableError }, LBAsect=6291519, sector=6291519
    ide: failed opcode was: unknown
    end_request: I/O error, dev hda, sector 6291519
    NTFS-fs error (device hda1): ntfs_read_inode_mount(): Device read failed.
    NTFS-fs error (device hda1): ntfs_read_inode_mount(): Failed. Marking inode as bad.
    NTFS-fs error (device hda1): ntfs_fill_super(): Failed to load essential metadata.
    hda: task_in_intr: status=0x59 { DriveReady SeekComplete DataRequest Error }
    hda: task_in_intr: error=0x40 { UncorrectableError }, LBAsect=6291519, sector=6291519
    ide: failed opcode was: unknown
    end_request: I/O error, dev hda, sector 6291519
    NTFS-fs error (device hda1): ntfs_read_inode_mount(): Device read failed.
    NTFS-fs error (device hda1): ntfs_read_inode_mount(): Failed. Marking inode as bad.
    NTFS-fs error (device hda1): ntfs_fill_super(): Failed to load essential metadata.
    hda: task_in_intr: status=0x59 { DriveReady SeekComplete DataRequest Error }
    hda: task_in_intr: error=0x40 { UncorrectableError }, LBAsect=6291519, sector=6291519
    ide: failed opcode was: unknown
    end_request: I/O error, dev hda, sector 6291519
    NTFS-fs error (device hda1): ntfs_read_inode_mount(): Device read failed.
    NTFS-fs error (device hda1): ntfs_read_inode_mount(): Failed. Marking inode as bad.
    NTFS-fs error (device hda1): ntfs_fill_super(): Failed to load essential metadata.
    hdb: No disk in drive
    cdrom: open failed.
    hdb: No disk in drive
    cdrom: open failed.
    hda: task_in_intr: status=0x59 { DriveReady SeekComplete DataRequest Error }
    hda: task_in_intr: error=0x40 { UncorrectableError }, LBAsect=6291519, sector=6291519
    ide: failed opcode was: unknown
    end_request: I/O error, dev hda, sector 6291519
    NTFS-fs error (device hda1): ntfs_read_inode_mount(): Device read failed.
    NTFS-fs error (device hda1): ntfs_read_inode_mount(): Failed. Marking inode as bad.
    NTFS-fs error (device hda1): ntfs_fill_super(): Failed to load essential metadata.
    Obviously, this is a Windows partition. We can't boot to it: Disk read error. Replace system disk? Abort, Retry, Fail?

    Or whatever the error message is that you get when you try to boot with a non-bootable floppy in. There's not floppy in the floppy drive.

    Any ideas? I may not be able to reply right away, as I won't have constant access to the troubled computer, but I'll do my best.

    Thanks,
    Natalie

  2. #2
    Senior Member registered user
    Join Date
    Jan 2005
    Posts
    200
    I'm sorry to say, but those errors seem to indicate a completely crashed hard disk or utterly corrupted filesystem.

  3. #3
    Senior Member registered user
    Join Date
    Aug 2004
    Location
    Sydney/Australia
    Posts
    311
    Howdy,


    Why does fdisk say the sector size for your hda1 partition is "2048". Thats 4X !!!. Something is wrong there.

    I'd back your /etc/fstab and then rewrite the entry for hda1, stripping it down to a bare minimum. And then have a look at what the fdisk/cfdisk output is. You may find cfdisk a bit clearer to work with too.

    Something simple like,,

    Code:
    /dev/hda1  /mnt/hda1  ntfs  noauto,ro  0  0
    to start with.

    Those extra bits, such as ...

    Code:
    + ls --color=auto -la /mnt/
    seem to be a bit weird to me. I've never seen them before, and they aren't in "man mount" as legal options.

    Have you tried to write to your ntfs partition on a previous occasion. Be warned, you can screw up a ntfs that way. Write support is dodgy due to the prorietry lock down on ntfs internals by MS.

    What does ...

    cfdisk /dev/hda

    and ...

    cfdisk -Pt /dev/hda

    have to say on that.

    Please give more details about what you have actually done, in the lead up to this. Have you mounted it successfully before, or is this the very first attempt etc.


    Just found the other thread you mentioned ... where you say at the very start ...

    >>
    I currently running Knoppix from a CD to recover some files from my hd. I usaly uses Windows, but it wont start up, and I need to backup some of my files.
    >>

    Which suggests that something happened before hand !

    Can you describe what you were doing around that time, before you tried the Knoppix boot ?


    It is possible to pass options to "fdisk" to force a "Head/Sector/Cylinder" geometry. And from there rewrite the table. But as i haven't actual had call to do that, it would be better to get an opinion on that from someone who has. It is described in the "man fdisk" man page though.

    In the mean time though, just to backup your existing mbr/table in case any further damage is done i would suggest the following.

    Take a good floppy ...

    Code:
    ]# dd if=/dev/zero of=/dev/fd0 bs=1024 count=1440
    That will zero out your floppy, then do ...

    Code:
    ]# dd if=/dev/hda of=/dev/fd0 bs=512 count=1
    That will put your existing mbr/table onto the floppy, as it currently is. And do take care to get the switches/parameters the right way round !


    jm

Similar Threads

  1. How to mount NTFS
    By Bonechilla in forum Hdd Install / Debian / Apt
    Replies: 1
    Last Post: 03-07-2008, 05:38 AM
  2. Can't mount NTFS hard drive under 5.0.1
    By mjfowler in forum Hdd Install / Debian / Apt
    Replies: 14
    Last Post: 09-18-2006, 07:54 PM
  3. Unable to mount NTFS partitions
    By Tenfjord in forum General Support
    Replies: 3
    Last Post: 06-27-2005, 05:41 AM
  4. Mount NTFS
    By Li'l Roberto in forum MS Windows & New to Linux
    Replies: 0
    Last Post: 02-08-2005, 02:40 AM
  5. captive ntfs - mount ntfs (reade/write) through icon
    By terminator in forum General Support
    Replies: 0
    Last Post: 05-12-2004, 10:52 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Fanxiang SSD 4TB 2TB 1TB PS5 SSD M.2 NVME SSD 7300MBS PCIe 4.0 Solid State Drive picture

Fanxiang SSD 4TB 2TB 1TB PS5 SSD M.2 NVME SSD 7300MBS PCIe 4.0 Solid State Drive

$269.99



Fanxiang 4TB 2TB 1TB SSD 550MB/s 2.5'' SATA III Internal Solid State Drive lot picture

Fanxiang 4TB 2TB 1TB SSD 550MB/s 2.5'' SATA III Internal Solid State Drive lot

$188.99



Kingshark M.2 2242 2280 SSD 128GB 256GB 512GB 1TB Internal Solid State Drive Lot picture

Kingshark M.2 2242 2280 SSD 128GB 256GB 512GB 1TB Internal Solid State Drive Lot

$179.99



Fanxiang M.2 SATA SSD 2TB 1TB 512GB 256GB SSD Internal M2 Solid State Drive Lot picture

Fanxiang M.2 SATA SSD 2TB 1TB 512GB 256GB SSD Internal M2 Solid State Drive Lot

$109.99



Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5

Patriot P210 128GB 256GB 512GB 1TB 2TB 2.5" SATA 3 6GB/s Internal SSD PC/MAC Lot

$19.99



Patriot P300 128G 256GB 512GB 1TB 2TB M.2 2280 PCIe Gen3x4 NVMe Internal SSD Lot picture

Patriot P300 128G 256GB 512GB 1TB 2TB M.2 2280 PCIe Gen3x4 NVMe Internal SSD Lot

$16.99



WD BLUE 3D NAND 250GB 2.5

WD BLUE 3D NAND 250GB 2.5" SATA Laptop SSD Solid State Tested,Wiped -WDS250G2B0A

$16.00



1080PRO 4TB SSD Solid State Hard Drive Ngff M.2 SSD Gaming Internal Hard Disk picture

1080PRO 4TB SSD Solid State Hard Drive Ngff M.2 SSD Gaming Internal Hard Disk

$28.99



SAMSUNG 2.5 in SSD 870 EVO 2TB 1TB 500 GB 250 GB SATA III Solid State Drive lot picture

SAMSUNG 2.5 in SSD 870 EVO 2TB 1TB 500 GB 250 GB SATA III Solid State Drive lot

$149.13



Fanxiang SSD 4TB 2TB 1TB 512GB SATA SSD 2.5'' III Internal Solid State Drive lot picture

Fanxiang SSD 4TB 2TB 1TB 512GB SATA SSD 2.5'' III Internal Solid State Drive lot

$113.99