Connecting an external HDD in Windows 8.1

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











up vote
0
down vote

favorite












I have a double boot Linux/Windows 8.1 laptop and connect an external HDD formatted in ext4 to it.



It works fine with Linux and I do not intend to use it with Windows. I am wary that when I boot Windows, it might try to mount it, and not being able, might try to 'repair' it.



Could this happen? That is, could Windows damage an ext4 formatted external HDD?







share|improve this question




















  • Preventing good old Windows from auto-mounting a volume may be a question best asked on a Win forum.
    – bu5hman
    Dec 24 '17 at 16:18










  • It's just not a concrete volume or Windows installation. It's about marking ext4 volumes in general for not being mounted by Windows (or messed with). If that happens, of course.
    – Pierre B
    Dec 24 '17 at 16:20















up vote
0
down vote

favorite












I have a double boot Linux/Windows 8.1 laptop and connect an external HDD formatted in ext4 to it.



It works fine with Linux and I do not intend to use it with Windows. I am wary that when I boot Windows, it might try to mount it, and not being able, might try to 'repair' it.



Could this happen? That is, could Windows damage an ext4 formatted external HDD?







share|improve this question




















  • Preventing good old Windows from auto-mounting a volume may be a question best asked on a Win forum.
    – bu5hman
    Dec 24 '17 at 16:18










  • It's just not a concrete volume or Windows installation. It's about marking ext4 volumes in general for not being mounted by Windows (or messed with). If that happens, of course.
    – Pierre B
    Dec 24 '17 at 16:20













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I have a double boot Linux/Windows 8.1 laptop and connect an external HDD formatted in ext4 to it.



It works fine with Linux and I do not intend to use it with Windows. I am wary that when I boot Windows, it might try to mount it, and not being able, might try to 'repair' it.



Could this happen? That is, could Windows damage an ext4 formatted external HDD?







share|improve this question












I have a double boot Linux/Windows 8.1 laptop and connect an external HDD formatted in ext4 to it.



It works fine with Linux and I do not intend to use it with Windows. I am wary that when I boot Windows, it might try to mount it, and not being able, might try to 'repair' it.



Could this happen? That is, could Windows damage an ext4 formatted external HDD?









share|improve this question











share|improve this question




share|improve this question










asked Dec 24 '17 at 16:14









Pierre B

5232522




5232522











  • Preventing good old Windows from auto-mounting a volume may be a question best asked on a Win forum.
    – bu5hman
    Dec 24 '17 at 16:18










  • It's just not a concrete volume or Windows installation. It's about marking ext4 volumes in general for not being mounted by Windows (or messed with). If that happens, of course.
    – Pierre B
    Dec 24 '17 at 16:20

















  • Preventing good old Windows from auto-mounting a volume may be a question best asked on a Win forum.
    – bu5hman
    Dec 24 '17 at 16:18










  • It's just not a concrete volume or Windows installation. It's about marking ext4 volumes in general for not being mounted by Windows (or messed with). If that happens, of course.
    – Pierre B
    Dec 24 '17 at 16:20
















Preventing good old Windows from auto-mounting a volume may be a question best asked on a Win forum.
– bu5hman
Dec 24 '17 at 16:18




Preventing good old Windows from auto-mounting a volume may be a question best asked on a Win forum.
– bu5hman
Dec 24 '17 at 16:18












It's just not a concrete volume or Windows installation. It's about marking ext4 volumes in general for not being mounted by Windows (or messed with). If that happens, of course.
– Pierre B
Dec 24 '17 at 16:20





It's just not a concrete volume or Windows installation. It's about marking ext4 volumes in general for not being mounted by Windows (or messed with). If that happens, of course.
– Pierre B
Dec 24 '17 at 16:20











1 Answer
1






active

oldest

votes

















up vote
0
down vote













Windows shouldn't do anything unless you respond yes to a query to repair or format a volume when it mounts.



But, as this link says, Win 10 behaviour has changed from ignoring ext4 FS to asking to modify them. Who knows what Microsoft will do next.



There are workarounds in the link, loop mounting the volume or using UDF, but they don't really address your problem at core.



Windows Server can have automount disabled in the registry but I've just checked my Win10 registry keys and can find no equivalent on a desktop install. Only seem to be mount options for ISO/VHD/Sharepoint.






share|improve this answer




















    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
    );



    );








     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f412825%2fconnecting-an-external-hdd-in-windows-8-1%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    Windows shouldn't do anything unless you respond yes to a query to repair or format a volume when it mounts.



    But, as this link says, Win 10 behaviour has changed from ignoring ext4 FS to asking to modify them. Who knows what Microsoft will do next.



    There are workarounds in the link, loop mounting the volume or using UDF, but they don't really address your problem at core.



    Windows Server can have automount disabled in the registry but I've just checked my Win10 registry keys and can find no equivalent on a desktop install. Only seem to be mount options for ISO/VHD/Sharepoint.






    share|improve this answer
























      up vote
      0
      down vote













      Windows shouldn't do anything unless you respond yes to a query to repair or format a volume when it mounts.



      But, as this link says, Win 10 behaviour has changed from ignoring ext4 FS to asking to modify them. Who knows what Microsoft will do next.



      There are workarounds in the link, loop mounting the volume or using UDF, but they don't really address your problem at core.



      Windows Server can have automount disabled in the registry but I've just checked my Win10 registry keys and can find no equivalent on a desktop install. Only seem to be mount options for ISO/VHD/Sharepoint.






      share|improve this answer






















        up vote
        0
        down vote










        up vote
        0
        down vote









        Windows shouldn't do anything unless you respond yes to a query to repair or format a volume when it mounts.



        But, as this link says, Win 10 behaviour has changed from ignoring ext4 FS to asking to modify them. Who knows what Microsoft will do next.



        There are workarounds in the link, loop mounting the volume or using UDF, but they don't really address your problem at core.



        Windows Server can have automount disabled in the registry but I've just checked my Win10 registry keys and can find no equivalent on a desktop install. Only seem to be mount options for ISO/VHD/Sharepoint.






        share|improve this answer












        Windows shouldn't do anything unless you respond yes to a query to repair or format a volume when it mounts.



        But, as this link says, Win 10 behaviour has changed from ignoring ext4 FS to asking to modify them. Who knows what Microsoft will do next.



        There are workarounds in the link, loop mounting the volume or using UDF, but they don't really address your problem at core.



        Windows Server can have automount disabled in the registry but I've just checked my Win10 registry keys and can find no equivalent on a desktop install. Only seem to be mount options for ISO/VHD/Sharepoint.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Dec 24 '17 at 16:46









        bu5hman

        1,164214




        1,164214






















             

            draft saved


            draft discarded


























             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f412825%2fconnecting-an-external-hdd-in-windows-8-1%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            How to check contact read email or not when send email to Individual?

            Bahrain

            Postfix configuration issue with fips on centos 7; mailgun relay