Common protected (Encrypted) partition for both Windows and Ubuntu












0















I have installed Windows 10 and Ubuntu 16.04 on my hard drive (Dual Boot). I like to have a common encrypted partition which will be available for both Windows and Ubuntu.



When I was using Windows as my only Operating System, I used BitLocker for this. Since now I'm using both Windows & Ubuntu, I cannot use BitLocker because BitLocker doesn't support Ubuntu.



So, What is the best way to have a common encrypted partition?

In addition, are there any partition formats/types (fat32, NTFS, etc.) specially designed for encryption?










share|improve this question

























  • what do you want, a encrypted partition so that it is available in both OS'es, if that is what you want that isn't going to work because it need windows developers and Linux developers to work together to create it, if you want your files to be hidden in windows, then format Ubuntu partition as anything except 'NTFS' and 'fat'. ext4 works well.

    – Looserof7
    May 14 '16 at 8:42






  • 1





    Cross site duplicate superuser.com/questions/1076784/…

    – Xen2050
    May 15 '16 at 21:08











  • Related: superuser.com/q/376533/485660

    – D T
    Mar 12 at 10:55
















0















I have installed Windows 10 and Ubuntu 16.04 on my hard drive (Dual Boot). I like to have a common encrypted partition which will be available for both Windows and Ubuntu.



When I was using Windows as my only Operating System, I used BitLocker for this. Since now I'm using both Windows & Ubuntu, I cannot use BitLocker because BitLocker doesn't support Ubuntu.



So, What is the best way to have a common encrypted partition?

In addition, are there any partition formats/types (fat32, NTFS, etc.) specially designed for encryption?










share|improve this question

























  • what do you want, a encrypted partition so that it is available in both OS'es, if that is what you want that isn't going to work because it need windows developers and Linux developers to work together to create it, if you want your files to be hidden in windows, then format Ubuntu partition as anything except 'NTFS' and 'fat'. ext4 works well.

    – Looserof7
    May 14 '16 at 8:42






  • 1





    Cross site duplicate superuser.com/questions/1076784/…

    – Xen2050
    May 15 '16 at 21:08











  • Related: superuser.com/q/376533/485660

    – D T
    Mar 12 at 10:55














0












0








0








I have installed Windows 10 and Ubuntu 16.04 on my hard drive (Dual Boot). I like to have a common encrypted partition which will be available for both Windows and Ubuntu.



When I was using Windows as my only Operating System, I used BitLocker for this. Since now I'm using both Windows & Ubuntu, I cannot use BitLocker because BitLocker doesn't support Ubuntu.



So, What is the best way to have a common encrypted partition?

In addition, are there any partition formats/types (fat32, NTFS, etc.) specially designed for encryption?










share|improve this question
















I have installed Windows 10 and Ubuntu 16.04 on my hard drive (Dual Boot). I like to have a common encrypted partition which will be available for both Windows and Ubuntu.



When I was using Windows as my only Operating System, I used BitLocker for this. Since now I'm using both Windows & Ubuntu, I cannot use BitLocker because BitLocker doesn't support Ubuntu.



So, What is the best way to have a common encrypted partition?

In addition, are there any partition formats/types (fat32, NTFS, etc.) specially designed for encryption?







dual-boot partitioning windows encryption






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 12 at 10:53







D T

















asked May 14 '16 at 7:19









D TD T

1066




1066













  • what do you want, a encrypted partition so that it is available in both OS'es, if that is what you want that isn't going to work because it need windows developers and Linux developers to work together to create it, if you want your files to be hidden in windows, then format Ubuntu partition as anything except 'NTFS' and 'fat'. ext4 works well.

    – Looserof7
    May 14 '16 at 8:42






  • 1





    Cross site duplicate superuser.com/questions/1076784/…

    – Xen2050
    May 15 '16 at 21:08











  • Related: superuser.com/q/376533/485660

    – D T
    Mar 12 at 10:55



















  • what do you want, a encrypted partition so that it is available in both OS'es, if that is what you want that isn't going to work because it need windows developers and Linux developers to work together to create it, if you want your files to be hidden in windows, then format Ubuntu partition as anything except 'NTFS' and 'fat'. ext4 works well.

    – Looserof7
    May 14 '16 at 8:42






  • 1





    Cross site duplicate superuser.com/questions/1076784/…

    – Xen2050
    May 15 '16 at 21:08











  • Related: superuser.com/q/376533/485660

    – D T
    Mar 12 at 10:55

















what do you want, a encrypted partition so that it is available in both OS'es, if that is what you want that isn't going to work because it need windows developers and Linux developers to work together to create it, if you want your files to be hidden in windows, then format Ubuntu partition as anything except 'NTFS' and 'fat'. ext4 works well.

– Looserof7
May 14 '16 at 8:42





what do you want, a encrypted partition so that it is available in both OS'es, if that is what you want that isn't going to work because it need windows developers and Linux developers to work together to create it, if you want your files to be hidden in windows, then format Ubuntu partition as anything except 'NTFS' and 'fat'. ext4 works well.

– Looserof7
May 14 '16 at 8:42




1




1





Cross site duplicate superuser.com/questions/1076784/…

– Xen2050
May 15 '16 at 21:08





Cross site duplicate superuser.com/questions/1076784/…

– Xen2050
May 15 '16 at 21:08













Related: superuser.com/q/376533/485660

– D T
Mar 12 at 10:55





Related: superuser.com/q/376533/485660

– D T
Mar 12 at 10:55










1 Answer
1






active

oldest

votes


















1














This might work with LUKS encrypted containers. You have to create one with



cryptsetup -s 512 --hash sha256 luksFormat /dev/partitionNode



(Soon to be released KDE Partition Manager 2.2 can also create luks partitions but at the moment you would have to compile it yourself)



Then open your encrypted device with



cryptsetup open /dev/partitionNode cryptName
and then format device /dev/mapper/cryptName with some filesystem.



Then there are a few options for inner FileSystem. Something like FAT32/NTFS will automatically work in both OSes. You can also try more advanced file systems like Btrfs with btrfs driver for windows



You can try opening LUKS partitions in Windows using
LibreCrypt.






share|improve this answer























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "89"
    };
    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',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f772178%2fcommon-protected-encrypted-partition-for-both-windows-and-ubuntu%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    1














    This might work with LUKS encrypted containers. You have to create one with



    cryptsetup -s 512 --hash sha256 luksFormat /dev/partitionNode



    (Soon to be released KDE Partition Manager 2.2 can also create luks partitions but at the moment you would have to compile it yourself)



    Then open your encrypted device with



    cryptsetup open /dev/partitionNode cryptName
    and then format device /dev/mapper/cryptName with some filesystem.



    Then there are a few options for inner FileSystem. Something like FAT32/NTFS will automatically work in both OSes. You can also try more advanced file systems like Btrfs with btrfs driver for windows



    You can try opening LUKS partitions in Windows using
    LibreCrypt.






    share|improve this answer




























      1














      This might work with LUKS encrypted containers. You have to create one with



      cryptsetup -s 512 --hash sha256 luksFormat /dev/partitionNode



      (Soon to be released KDE Partition Manager 2.2 can also create luks partitions but at the moment you would have to compile it yourself)



      Then open your encrypted device with



      cryptsetup open /dev/partitionNode cryptName
      and then format device /dev/mapper/cryptName with some filesystem.



      Then there are a few options for inner FileSystem. Something like FAT32/NTFS will automatically work in both OSes. You can also try more advanced file systems like Btrfs with btrfs driver for windows



      You can try opening LUKS partitions in Windows using
      LibreCrypt.






      share|improve this answer


























        1












        1








        1







        This might work with LUKS encrypted containers. You have to create one with



        cryptsetup -s 512 --hash sha256 luksFormat /dev/partitionNode



        (Soon to be released KDE Partition Manager 2.2 can also create luks partitions but at the moment you would have to compile it yourself)



        Then open your encrypted device with



        cryptsetup open /dev/partitionNode cryptName
        and then format device /dev/mapper/cryptName with some filesystem.



        Then there are a few options for inner FileSystem. Something like FAT32/NTFS will automatically work in both OSes. You can also try more advanced file systems like Btrfs with btrfs driver for windows



        You can try opening LUKS partitions in Windows using
        LibreCrypt.






        share|improve this answer













        This might work with LUKS encrypted containers. You have to create one with



        cryptsetup -s 512 --hash sha256 luksFormat /dev/partitionNode



        (Soon to be released KDE Partition Manager 2.2 can also create luks partitions but at the moment you would have to compile it yourself)



        Then open your encrypted device with



        cryptsetup open /dev/partitionNode cryptName
        and then format device /dev/mapper/cryptName with some filesystem.



        Then there are a few options for inner FileSystem. Something like FAT32/NTFS will automatically work in both OSes. You can also try more advanced file systems like Btrfs with btrfs driver for windows



        You can try opening LUKS partitions in Windows using
        LibreCrypt.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered May 19 '16 at 12:05









        Andrius ŠtikonasAndrius Štikonas

        54038




        54038






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f772178%2fcommon-protected-encrypted-partition-for-both-windows-and-ubuntu%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            How did Captain America manage to do this?

            迪纳利

            南乌拉尔铁路局