Cannot mount sda1: “The device '/dev/sda1' doesn't seem to have a valid NTFS.”

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
3
down vote

favorite












I've installed Ubuntu alongside Windows 7. When i try to mount /mnt/sda1 which is Windows part on it, i take error such that; "The device '/dev/sda1' doesn't seem to have a valid NTFS."



NTFS signature is missing.
Failed to mount '/dev/sda1': Invalid argument

The device '/dev/sda1' 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?


It is the result when i command fdisk -l;



Disk /dev/sda: 298,1 GiB, 320072933376 bytes, 625142448 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x29af3b15
Device Boot Start End Sectors Size Id Type
/dev/sda1 2048 546911727 546909680 260,8G 7 HPFS/NTFS/exFAT
/dev/sda2 546912254 625141759 78229506 37,3G 5 Extended
/dev/sda5 * 546912256 625141759 78229504 37,3G 83 Linux









share|improve this question









New contributor




Notelied is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • Welcome , use sudo ntfsfix /dev/sda1 then try to mount.
    – GAD3R
    4 hours ago






  • 1




    This fixed my problem. Thank you so much.
    – Notelied
    2 hours ago














up vote
3
down vote

favorite












I've installed Ubuntu alongside Windows 7. When i try to mount /mnt/sda1 which is Windows part on it, i take error such that; "The device '/dev/sda1' doesn't seem to have a valid NTFS."



NTFS signature is missing.
Failed to mount '/dev/sda1': Invalid argument

The device '/dev/sda1' 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?


It is the result when i command fdisk -l;



Disk /dev/sda: 298,1 GiB, 320072933376 bytes, 625142448 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x29af3b15
Device Boot Start End Sectors Size Id Type
/dev/sda1 2048 546911727 546909680 260,8G 7 HPFS/NTFS/exFAT
/dev/sda2 546912254 625141759 78229506 37,3G 5 Extended
/dev/sda5 * 546912256 625141759 78229504 37,3G 83 Linux









share|improve this question









New contributor




Notelied is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • Welcome , use sudo ntfsfix /dev/sda1 then try to mount.
    – GAD3R
    4 hours ago






  • 1




    This fixed my problem. Thank you so much.
    – Notelied
    2 hours ago












up vote
3
down vote

favorite









up vote
3
down vote

favorite











I've installed Ubuntu alongside Windows 7. When i try to mount /mnt/sda1 which is Windows part on it, i take error such that; "The device '/dev/sda1' doesn't seem to have a valid NTFS."



NTFS signature is missing.
Failed to mount '/dev/sda1': Invalid argument

The device '/dev/sda1' 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?


It is the result when i command fdisk -l;



Disk /dev/sda: 298,1 GiB, 320072933376 bytes, 625142448 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x29af3b15
Device Boot Start End Sectors Size Id Type
/dev/sda1 2048 546911727 546909680 260,8G 7 HPFS/NTFS/exFAT
/dev/sda2 546912254 625141759 78229506 37,3G 5 Extended
/dev/sda5 * 546912256 625141759 78229504 37,3G 83 Linux









share|improve this question









New contributor




Notelied is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











I've installed Ubuntu alongside Windows 7. When i try to mount /mnt/sda1 which is Windows part on it, i take error such that; "The device '/dev/sda1' doesn't seem to have a valid NTFS."



NTFS signature is missing.
Failed to mount '/dev/sda1': Invalid argument

The device '/dev/sda1' 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?


It is the result when i command fdisk -l;



Disk /dev/sda: 298,1 GiB, 320072933376 bytes, 625142448 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x29af3b15
Device Boot Start End Sectors Size Id Type
/dev/sda1 2048 546911727 546909680 260,8G 7 HPFS/NTFS/exFAT
/dev/sda2 546912254 625141759 78229506 37,3G 5 Extended
/dev/sda5 * 546912256 625141759 78229504 37,3G 83 Linux






linux mount dual-boot ntfs






share|improve this question









New contributor




Notelied is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Notelied is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 2 hours ago









GAD3R

23.7k1648100




23.7k1648100






New contributor




Notelied is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 4 hours ago









Notelied

182




182




New contributor




Notelied is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Notelied is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Notelied is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











  • Welcome , use sudo ntfsfix /dev/sda1 then try to mount.
    – GAD3R
    4 hours ago






  • 1




    This fixed my problem. Thank you so much.
    – Notelied
    2 hours ago
















  • Welcome , use sudo ntfsfix /dev/sda1 then try to mount.
    – GAD3R
    4 hours ago






  • 1




    This fixed my problem. Thank you so much.
    – Notelied
    2 hours ago















Welcome , use sudo ntfsfix /dev/sda1 then try to mount.
– GAD3R
4 hours ago




Welcome , use sudo ntfsfix /dev/sda1 then try to mount.
– GAD3R
4 hours ago




1




1




This fixed my problem. Thank you so much.
– Notelied
2 hours ago




This fixed my problem. Thank you so much.
– Notelied
2 hours ago










2 Answers
2






active

oldest

votes

















up vote
2
down vote



accepted










use ntfsfix to fix this problem:



sudo ntfsfix /dev/sda1


Then mount your partition.






share|improve this answer



























    up vote
    1
    down vote













    Are you sure a valid NT file system is on /dev/sda1? Does it boot?



    What you see in fdisk's output is the "partition ID" and "type", given when the disk is partitioned, no file system made yet. Only after an mkfs (or "format" in windows speak) a file system is available and recognized.






    share|improve this answer






















    • I forgot to say, yes i can't boot windows after installing Ubuntu. After installing i could mount sda1 but now i cant. I did try Syslinux to fix Windows boot. Is there possibility to Syslinux made this partition unmountable ?
      – Notelied
      2 hours ago











    • After using ntfsfix, the problem fixed. Thank you for helping.
      – Notelied
      2 hours ago










    • Does 'blkid' / lsblk's FSTYPE / --fs just read the partition type too, or does it check the actual filesystem?
      – Xen2050
      2 hours ago










    Your Answer







    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "106"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: false,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );






    Notelied is a new contributor. Be nice, and check out our Code of Conduct.









     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f476852%2fcannot-mount-sda1-the-device-dev-sda1-doesnt-seem-to-have-a-valid-ntfs%23new-answer', 'question_page');

    );

    Post as a guest






























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    2
    down vote



    accepted










    use ntfsfix to fix this problem:



    sudo ntfsfix /dev/sda1


    Then mount your partition.






    share|improve this answer
























      up vote
      2
      down vote



      accepted










      use ntfsfix to fix this problem:



      sudo ntfsfix /dev/sda1


      Then mount your partition.






      share|improve this answer






















        up vote
        2
        down vote



        accepted







        up vote
        2
        down vote



        accepted






        use ntfsfix to fix this problem:



        sudo ntfsfix /dev/sda1


        Then mount your partition.






        share|improve this answer












        use ntfsfix to fix this problem:



        sudo ntfsfix /dev/sda1


        Then mount your partition.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 2 hours ago









        GAD3R

        23.7k1648100




        23.7k1648100






















            up vote
            1
            down vote













            Are you sure a valid NT file system is on /dev/sda1? Does it boot?



            What you see in fdisk's output is the "partition ID" and "type", given when the disk is partitioned, no file system made yet. Only after an mkfs (or "format" in windows speak) a file system is available and recognized.






            share|improve this answer






















            • I forgot to say, yes i can't boot windows after installing Ubuntu. After installing i could mount sda1 but now i cant. I did try Syslinux to fix Windows boot. Is there possibility to Syslinux made this partition unmountable ?
              – Notelied
              2 hours ago











            • After using ntfsfix, the problem fixed. Thank you for helping.
              – Notelied
              2 hours ago










            • Does 'blkid' / lsblk's FSTYPE / --fs just read the partition type too, or does it check the actual filesystem?
              – Xen2050
              2 hours ago














            up vote
            1
            down vote













            Are you sure a valid NT file system is on /dev/sda1? Does it boot?



            What you see in fdisk's output is the "partition ID" and "type", given when the disk is partitioned, no file system made yet. Only after an mkfs (or "format" in windows speak) a file system is available and recognized.






            share|improve this answer






















            • I forgot to say, yes i can't boot windows after installing Ubuntu. After installing i could mount sda1 but now i cant. I did try Syslinux to fix Windows boot. Is there possibility to Syslinux made this partition unmountable ?
              – Notelied
              2 hours ago











            • After using ntfsfix, the problem fixed. Thank you for helping.
              – Notelied
              2 hours ago










            • Does 'blkid' / lsblk's FSTYPE / --fs just read the partition type too, or does it check the actual filesystem?
              – Xen2050
              2 hours ago












            up vote
            1
            down vote










            up vote
            1
            down vote









            Are you sure a valid NT file system is on /dev/sda1? Does it boot?



            What you see in fdisk's output is the "partition ID" and "type", given when the disk is partitioned, no file system made yet. Only after an mkfs (or "format" in windows speak) a file system is available and recognized.






            share|improve this answer














            Are you sure a valid NT file system is on /dev/sda1? Does it boot?



            What you see in fdisk's output is the "partition ID" and "type", given when the disk is partitioned, no file system made yet. Only after an mkfs (or "format" in windows speak) a file system is available and recognized.







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited 3 hours ago

























            answered 3 hours ago









            RudiC

            2,321111




            2,321111











            • I forgot to say, yes i can't boot windows after installing Ubuntu. After installing i could mount sda1 but now i cant. I did try Syslinux to fix Windows boot. Is there possibility to Syslinux made this partition unmountable ?
              – Notelied
              2 hours ago











            • After using ntfsfix, the problem fixed. Thank you for helping.
              – Notelied
              2 hours ago










            • Does 'blkid' / lsblk's FSTYPE / --fs just read the partition type too, or does it check the actual filesystem?
              – Xen2050
              2 hours ago
















            • I forgot to say, yes i can't boot windows after installing Ubuntu. After installing i could mount sda1 but now i cant. I did try Syslinux to fix Windows boot. Is there possibility to Syslinux made this partition unmountable ?
              – Notelied
              2 hours ago











            • After using ntfsfix, the problem fixed. Thank you for helping.
              – Notelied
              2 hours ago










            • Does 'blkid' / lsblk's FSTYPE / --fs just read the partition type too, or does it check the actual filesystem?
              – Xen2050
              2 hours ago















            I forgot to say, yes i can't boot windows after installing Ubuntu. After installing i could mount sda1 but now i cant. I did try Syslinux to fix Windows boot. Is there possibility to Syslinux made this partition unmountable ?
            – Notelied
            2 hours ago





            I forgot to say, yes i can't boot windows after installing Ubuntu. After installing i could mount sda1 but now i cant. I did try Syslinux to fix Windows boot. Is there possibility to Syslinux made this partition unmountable ?
            – Notelied
            2 hours ago













            After using ntfsfix, the problem fixed. Thank you for helping.
            – Notelied
            2 hours ago




            After using ntfsfix, the problem fixed. Thank you for helping.
            – Notelied
            2 hours ago












            Does 'blkid' / lsblk's FSTYPE / --fs just read the partition type too, or does it check the actual filesystem?
            – Xen2050
            2 hours ago




            Does 'blkid' / lsblk's FSTYPE / --fs just read the partition type too, or does it check the actual filesystem?
            – Xen2050
            2 hours ago










            Notelied is a new contributor. Be nice, and check out our Code of Conduct.









             

            draft saved


            draft discarded


















            Notelied is a new contributor. Be nice, and check out our Code of Conduct.












            Notelied is a new contributor. Be nice, and check out our Code of Conduct.











            Notelied is a new contributor. Be nice, and check out our Code of Conduct.













             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f476852%2fcannot-mount-sda1-the-device-dev-sda1-doesnt-seem-to-have-a-valid-ntfs%23new-answer', 'question_page');

            );

            Post as a guest













































































            Comments

            Popular posts from this blog

            What does second last employer means? [closed]

            List of Gilmore Girls characters

            Confectionery