Results 1 to 10 of 10

Thread: Cannot mount ntfs partition after partitioning HDD

  1. #1
    Join Date
    Aug 2008
    Beans
    24

    Cannot mount ntfs partition after partitioning HDD

    After installing ubuntu 8.04, my hardisk have 5 partition :
    1 : Windows xp sp2
    2 : Ubuntu Hardy Heron
    3,4,5 : Data
    All of them were formated into ntfs (except ubuntu partition, of course )

    Today, I want to merge partition 3 and 4. I used Acronis Disk Director suit in Hirent boot cd to do.
    Everything went through without any trouble. I reboot into windows xp, ok.
    But when I reboot into ubuntu, it cannot mount partition 5, everything ok with the rest of my HDD.
    When I try to mount partition 5 by go to Places/DATA (DATA is the label of this partition), I received this error : you are not privileged to mount the volume 'DATA'
    When I use the command : sudo mount -a, here is the output :
    Code:
    ntfs-3g: Failed to access volume '/dev/disk/by-uuid/B191B2814DFFD4BA': No such file or directory
    Please type '/sbin/mount.ntfs-3g --help' for more information.
    $MFTMirr does not match $MFT (record 3).
    Failed to mount '/dev/sda5': Input/output error
    NTFS is either inconsistent, or you have hardware faults, or you have 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 you have SoftRAID/FakeRAID then first you must activate
    it and mount a different device under the /dev/mapper/ directory, (e.g.
    /dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
    for the details.
    I reboot into windows to run chkdsk /f, afterward reboot into window twice. Everything still OK with windows.
    I came back to ubuntu but nothing changed, I still have that error.

    Here is output of the command :
    sudo fdisk -l :
    Code:
    Disk /dev/sda: 80.0 GB, 80026361856 bytes
    255 heads, 63 sectors/track, 9729 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x000d7adb
    
       Device Boot      Start         End      Blocks   Id  System
    /dev/sda1   *           1         783     6289416    7  HPFS/NTFS
    /dev/sda2             784        2089    10490445   83  Linux
    /dev/sda3            2090        4439    18876375   af  Unknown
    /dev/sda4            4440        9729    42491925    5  Extended
    /dev/sda5            4440        9729    42491890+   7  HPFS/NTFS
    cat /etc/fstab :
    Code:
    # /etc/fstab: static file system information.
    #
    #  -- This file has been automaticly generated by ntfs-config -- 
    #
    # <file system> <mount point>   <type>  <options>       <dump>  <pass>
    
    proc /proc proc defaults 0 0
    # Entry for /dev/sda2 :
    UUID=675606a3-807a-4b7e-a433-8e3c896057bb / ext3 defaults,errors=remount-ro 0 1
    # Entry for /dev/sda1 :
    UUID=250BA5CF61BE3BA6 /media/sda1 ntfs umask=222,utf8 0 1
    # Entry for /dev/ !! UNKNOW DEVICE !! :
    UUID=B191B2814DFFD4BA /media/sda3 ntfs umask=222,utf8 0 1
    # Entry for /dev/sda5 :
    UUID=31C61B4512909CA9 /media/sda5 ntfs umask=222,utf8 0 1
    /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
    /swapfile none swap sw 0 0
    NOTE : Only sda5 cannot be mount, all the rest still ok.

    Help me please !

  2. #2
    Join Date
    Feb 2008
    Location
    Land of fire and drought
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Cannot mount ntfs partition after partitioning HDD

    Okay, you probably have a bad UUID in your fstab.

    Run this command:

    Code:
    sudo blkid
    in a terminal and check that the UUID for /sda1 matches the UUID you have for /sda1 in the output from the above command.

  3. #3
    Join Date
    Aug 2008
    Beans
    24

    Re: Cannot mount ntfs partition after partitioning HDD

    All UUID of my partition are not changed.
    I've checked it before post my problem here.
    Thanks

  4. #4
    Join Date
    Oct 2005
    Location
    Jacksonville, FL
    Beans
    29,420

    Re: Cannot mount ntfs partition after partitioning HDD

    What happens if you mount it from a terminal?

    Code:
    sudo mount -t ntfs-3g /dev/sda5 /media/sda5
    df -h
    In the world of Linux, who needs Windows and Gates...

    Got most of my golden beans at an auction on eBay (with a couple of free drinks).

  5. #5
    Join Date
    Aug 2008
    Beans
    24

    Re: Cannot mount ntfs partition after partitioning HDD

    Here is output of command :
    sudo blkid :
    Code:
    /dev/sda1: UUID="250BA5CF61BE3BA6" TYPE="ntfs" LABEL="WIN" 
    /dev/sda2: UUID="675606a3-807a-4b7e-a433-8e3c896057bb" SEC_TYPE="ext2" TYPE="ext3" 
    /dev/sda5: UUID="31C61B4512909CA9" LABEL="DATA" TYPE="ntfs" 
    /dev/sda3: TYPE="hfsplus"
    sudo mount -t ntfs-3g /dev/sda5 /media/sda5 :
    Code:
    $MFTMirr does not match $MFT (record 3).
    Failed to mount '/dev/sda5': Input/output error
    NTFS is either inconsistent, or you have hardware faults, or you have 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 you have SoftRAID/FakeRAID then first you must activate
    it and mount a different device under the /dev/mapper/ directory, (e.g.
    /dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
    for the details.
    The same error in post #1
    df -h :
    Code:
    Filesystem            Size  Used Avail Use% Mounted on
    /dev/sda2             9.9G  4.4G  5.0G  47% /
    varrun                756M   96K  756M   1% /var/run
    varlock               756M     0  756M   0% /var/lock
    udev                  756M   52K  756M   1% /dev
    devshm                756M     0  756M   0% /dev/shm
    lrm                   756M   39M  717M   6% /lib/modules/2.6.24-22-generic/volatile
    /dev/sda1             6.0G  3.2G  2.9G  53% /media/sda1
    gvfs-fuse-daemon      9.9G  4.4G  5.0G  47% /home/xinloiemnham1/.gvfs
    xinloiemnham1 is my user name.

  6. #6
    Join Date
    Apr 2007
    Beans
    3,114
    Distro
    Ubuntu

    Re: Cannot mount ntfs partition after partitioning HDD

    I reboot into windows to run chkdsk /f, afterward reboot into window twice.
    Did your run that on the correct partition? Your error message continues to indicate that the volume is not clean and inconsistent.

  7. #7
    Join Date
    Feb 2008
    Location
    Land of fire and drought
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Cannot mount ntfs partition after partitioning HDD

    Code:
    /dev/sda5: UUID="31C61B4512909CA9" LABEL="DATA" TYPE="ntfs"
    I don't know if it is the problem, but this line should look like this:

    Code:
    /dev/sda5: UUID="31C61B4512909CA9" TYPE="ntfs" LABEL="DATA"
    As in:
    Code:
    /dev/sda1: UUID="250BA5CF61BE3BA6" TYPE="ntfs" LABEL="WIN"
    With the 'type' first and the 'label' next. Could you post the fstab file, please?

    Code:
    nano /etc/fstab
    Last edited by Bucky Ball; December 28th, 2008 at 01:14 AM.

  8. #8
    Join Date
    Aug 2008
    Beans
    24

    Re: Cannot mount ntfs partition after partitioning HDD

    Here is output of nano /etc/fstab :
    Code:
    # /etc/fstab: static file system information.
    #
    #  -- This file has been automaticly generated by ntfs-config --
    #
    # <file system> <mount point>   <type>  <options>       <dump>  <pass>
    
    proc /proc proc defaults 0 0
    # Entry for /dev/sda2 :
    UUID=675606a3-807a-4b7e-a433-8e3c896057bb / ext3 defaults,errors=remount-ro 0 1
    # Entry for /dev/sda1 :
    UUID=250BA5CF61BE3BA6 /media/sda1 ntfs umask=222,utf8 0 1
    # Entry for /dev/ !! UNKNOW DEVICE !! :
    UUID=B191B2814DFFD4BA /media/sda3 ntfs umask=222,utf8 0 1
    # Entry for /dev/sda5 :
    UUID=31C61B4512909CA9 /media/sda5 ntfs umask=222,utf8 0 1
    /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec 0 0
    /swapfile none swap sw 0 0
    It looks the same as output of cat /etc/fstab

    @vanadium : I have done, no changed.
    Last edited by xinloiemnham2; December 28th, 2008 at 03:31 AM.

  9. #9
    Join Date
    Feb 2008
    Location
    Land of fire and drought
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Cannot mount ntfs partition after partitioning HDD

    Code:
    /dev/sda3: TYPE="hfsplus"
    
    # Entry for /dev/ !! UNKNOW DEVICE !! :
    UUID=B191B2814DFFD4BA /media/sda3 ntfs umask=222,utf8 0 1
    See the difference? One is saying 'hfsplus' as type (I don't know what that means) and the other the correct 'ntfs'. Not sure how to fix this but maybe that is where the problem is occurring. One other thing to note is that in the 'sudo blkid' output, the other partitions read like this:

    Code:
    /dev/sda5: UUID="31C61B4512909CA9" LABEL="DATA" TYPE="ntfs"
    With the correct UUID. Not:

    Code:
    /dev/sda3: TYPE="hfsplus"

  10. #10
    Join Date
    Aug 2008
    Beans
    24

    Re: Cannot mount ntfs partition after partitioning HDD

    I want to explain that
    Code:
    /dev/sda3: TYPE="hfsplus"
    
    # Entry for /dev/ !! UNKNOW DEVICE !! :
    UUID=B191B2814DFFD4BA /media/sda3 ntfs umask=222,utf8 0 1
    This partition I used to install Hackintosh, so ubuntu don't know its type
    But Ubuntu can mount, read and write on it ok as on windows partition. And I don't think it occurred my problem.
    If there's no solution for me, I have to reinstall Hardy, maybe

Bookmarks

Posting Permissions

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