How to change partition type id without formatting? The Next CEO of Stack OverflowWhy do we need to specify partition type in fdisk and later again in mkfs?Change the number of the partition from sda1 to sda2How do I resize an ext3 partition that is not part of a LVM group?Increase a partition without data lossMerge partitions between logical and extended partitionRecover deleted partition using testdiskIs it possible to increase partition size in this scenario?How can I change /home formatting from XFS to ext4 without loss of dataHow to safely extend my Ubuntu partition without losing any data?Resize partition with fdisk without data loss

I believe this to be a fraud - hired, then asked to cash check and send cash as Bitcoin

Increase performance creating Mandelbrot set in python

Anatomically Correct Strange Women In Ponds Distributing Swords

How do I construct this japanese bowl?

Can a single photon have an energy density?

How easy is it to start Magic from scratch?

Trouble understanding the speech of overseas colleagues

Visit to the USA with ESTA approved before trip to Iran

If the heap is initialized for security, then why is the stack uninitialized?

How do scammers retract money, while you can’t?

Only print output after finding pattern

Describing a person. What needs to be mentioned?

Inappropriate reference requests from Journal reviewers

Example of a Mathematician/Physicist whose Other Publications during their PhD eclipsed their PhD Thesis

WOW air has ceased operation, can I get my tickets refunded?

When airplanes disconnect from a tanker during air to air refueling, why do they bank so sharply to the right?

What happens if you roll doubles 3 times then land on "Go to jail?"

Why did we only see the N-1 starfighters in one film?

Can I equip Skullclamp on a creature I am sacrificing?

Why here is plural "We went to the movies last night."

Grabbing quick drinks

How do I go from 300 unfinished/half written blog posts, to published posts?

Anatomically Correct Mesopelagic Aves

How can I open an app using Terminal?



How to change partition type id without formatting?



The Next CEO of Stack OverflowWhy do we need to specify partition type in fdisk and later again in mkfs?Change the number of the partition from sda1 to sda2How do I resize an ext3 partition that is not part of a LVM group?Increase a partition without data lossMerge partitions between logical and extended partitionRecover deleted partition using testdiskIs it possible to increase partition size in this scenario?How can I change /home formatting from XFS to ext4 without loss of dataHow to safely extend my Ubuntu partition without losing any data?Resize partition with fdisk without data loss










0















How to change my partition type id from 83 to 8e without formatting and losing data?










share|improve this question




























    0















    How to change my partition type id from 83 to 8e without formatting and losing data?










    share|improve this question


























      0












      0








      0








      How to change my partition type id from 83 to 8e without formatting and losing data?










      share|improve this question
















      How to change my partition type id from 83 to 8e without formatting and losing data?







      partition fdisk gparted testdisk






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited yesterday









      maulinglawns

      6,38021326




      6,38021326










      asked yesterday









      MaggicmuojetMaggicmuojet

      43




      43




















          1 Answer
          1






          active

          oldest

          votes


















          1














          Run fdisk on the appropriate disk, for example



          sudo fdisk /dev/sdb


          Press t to change the type of a partition. If there are several, you will be asked which one you want to change:



          Partition number (1,2, default 2):


          If there’s only one, fdisk will tell you it’s automatically selecting it:



          Selected partition 1


          Once the partition is selected, fdisk will ask what type you want:



          Partition type (type L to list all types):


          Enter “8e” here. Press p to check the result, then w to write it to disk if the changes are OK or q to quit without saving.



          This won’t touch the contents of the partition, you won’t lose any data. It also won’t set LVM up, if that’s what you’re really after.






          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',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            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%2funix.stackexchange.com%2fquestions%2f508890%2fhow-to-change-partition-type-id-without-formatting%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














            Run fdisk on the appropriate disk, for example



            sudo fdisk /dev/sdb


            Press t to change the type of a partition. If there are several, you will be asked which one you want to change:



            Partition number (1,2, default 2):


            If there’s only one, fdisk will tell you it’s automatically selecting it:



            Selected partition 1


            Once the partition is selected, fdisk will ask what type you want:



            Partition type (type L to list all types):


            Enter “8e” here. Press p to check the result, then w to write it to disk if the changes are OK or q to quit without saving.



            This won’t touch the contents of the partition, you won’t lose any data. It also won’t set LVM up, if that’s what you’re really after.






            share|improve this answer





























              1














              Run fdisk on the appropriate disk, for example



              sudo fdisk /dev/sdb


              Press t to change the type of a partition. If there are several, you will be asked which one you want to change:



              Partition number (1,2, default 2):


              If there’s only one, fdisk will tell you it’s automatically selecting it:



              Selected partition 1


              Once the partition is selected, fdisk will ask what type you want:



              Partition type (type L to list all types):


              Enter “8e” here. Press p to check the result, then w to write it to disk if the changes are OK or q to quit without saving.



              This won’t touch the contents of the partition, you won’t lose any data. It also won’t set LVM up, if that’s what you’re really after.






              share|improve this answer



























                1












                1








                1







                Run fdisk on the appropriate disk, for example



                sudo fdisk /dev/sdb


                Press t to change the type of a partition. If there are several, you will be asked which one you want to change:



                Partition number (1,2, default 2):


                If there’s only one, fdisk will tell you it’s automatically selecting it:



                Selected partition 1


                Once the partition is selected, fdisk will ask what type you want:



                Partition type (type L to list all types):


                Enter “8e” here. Press p to check the result, then w to write it to disk if the changes are OK or q to quit without saving.



                This won’t touch the contents of the partition, you won’t lose any data. It also won’t set LVM up, if that’s what you’re really after.






                share|improve this answer















                Run fdisk on the appropriate disk, for example



                sudo fdisk /dev/sdb


                Press t to change the type of a partition. If there are several, you will be asked which one you want to change:



                Partition number (1,2, default 2):


                If there’s only one, fdisk will tell you it’s automatically selecting it:



                Selected partition 1


                Once the partition is selected, fdisk will ask what type you want:



                Partition type (type L to list all types):


                Enter “8e” here. Press p to check the result, then w to write it to disk if the changes are OK or q to quit without saving.



                This won’t touch the contents of the partition, you won’t lose any data. It also won’t set LVM up, if that’s what you’re really after.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited yesterday









                Stéphane Chazelas

                312k57589946




                312k57589946










                answered yesterday









                Stephen KittStephen Kitt

                178k24406484




                178k24406484



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Unix & Linux Stack Exchange!


                    • 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%2funix.stackexchange.com%2fquestions%2f508890%2fhow-to-change-partition-type-id-without-formatting%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

                    getting Checkpoint VPN SSL Network Extender working in the command lineHow to connect to CheckPoint VPN on Ubuntu 18.04LTS?Will the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayVPN SSL Network Extender in FirefoxLinux Checkpoint SNX tool configuration issuesCheck Point - Connect under Linux - snx + OTPSNX VPN Ububuntu 18.XXUsing Checkpoint VPN SSL Network Extender CLI with certificateVPN with network manager (nm-applet) is not workingWill the Linux ( red-hat ) Open VPNC Client connect to checkpoint or nortel VPN gateways?VPN client for linux machine + support checkpoint gatewayImport VPN config files to NetworkManager from command lineTrouble connecting to VPN using network-manager, while command line worksStart a VPN connection with PPTP protocol on command linestarting a docker service daemon breaks the vpn networkCan't connect to vpn with Network-managerVPN SSL Network Extender in FirefoxUsing Checkpoint VPN SSL Network Extender CLI with certificate

                    Cannot Extend partition with GParted The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) 2019 Community Moderator Election ResultsCan't increase partition size with GParted?GParted doesn't recognize the unallocated space after my current partitionWhat is the best way to add unallocated space located before to Ubuntu 12.04 partition with GParted live?I can't figure out how to extend my Arch home partition into free spaceGparted Linux Mint 18.1 issueTrying to extend but swap partition is showing as Unknown in Gparted, shows proper from fdiskRearrange partitions in gparted to extend a partitionUnable to extend partition even though unallocated space is next to it using GPartedAllocate free space to root partitiongparted: how to merge unallocated space with a partition

                    Marilyn Monroe Ny fiainany manokana | Jereo koa | Meny fitetezanafanitarana azy.