Windows Dynamic Disk not reading in Ubuntu

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








up vote
1
down vote

favorite












While using windows i changed my hard disk partitions from "Logical Disk" to "Dynamic Disk"..... then i installed Ubuntu in c drive. when i opened ubuntu the contents of C:Drive are shown but i am unable to view the contents of D drive or e drive (both of them are dynamic). Please help.. i tried reinstalling ubuntu quite a number of times which didn't help. Also The windows disk partition manager is unable to change the drives back to Logical Drive.. What should I do??










share|improve this question



























    up vote
    1
    down vote

    favorite












    While using windows i changed my hard disk partitions from "Logical Disk" to "Dynamic Disk"..... then i installed Ubuntu in c drive. when i opened ubuntu the contents of C:Drive are shown but i am unable to view the contents of D drive or e drive (both of them are dynamic). Please help.. i tried reinstalling ubuntu quite a number of times which didn't help. Also The windows disk partition manager is unable to change the drives back to Logical Drive.. What should I do??










    share|improve this question

























      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      While using windows i changed my hard disk partitions from "Logical Disk" to "Dynamic Disk"..... then i installed Ubuntu in c drive. when i opened ubuntu the contents of C:Drive are shown but i am unable to view the contents of D drive or e drive (both of them are dynamic). Please help.. i tried reinstalling ubuntu quite a number of times which didn't help. Also The windows disk partition manager is unable to change the drives back to Logical Drive.. What should I do??










      share|improve this question















      While using windows i changed my hard disk partitions from "Logical Disk" to "Dynamic Disk"..... then i installed Ubuntu in c drive. when i opened ubuntu the contents of C:Drive are shown but i am unable to view the contents of D drive or e drive (both of them are dynamic). Please help.. i tried reinstalling ubuntu quite a number of times which didn't help. Also The windows disk partition manager is unable to change the drives back to Logical Drive.. What should I do??







      windows disk partitions drive disk-management






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited May 31 '14 at 13:05









      bain

      8,92322942




      8,92322942










      asked Dec 26 '11 at 19:01









      saurav rai

      62




      62




















          2 Answers
          2






          active

          oldest

          votes

















          up vote
          1
          down vote













          "Dynamic Disks" are a Windows proprietary format that can not be used on other operating systems like Ubuntu. You need to convert it back to a basic disk in Windows.






          share|improve this answer



























            up vote
            1
            down vote













            First, you need to change a dynamic disk back to a basic disk. You can do this either through the Windows interface, or using the command-line.



            Using the Windows interface



            1. Back up all volumes on the disk you want to convert from dynamic to basic.


            2. Open Computer Management (Local).


            3. In the console tree, click Computer Management (Local), click Storage, and then click Disk Management.


            4. Right-click each volume on the dynamic disk you want to convert to a basic disk, and then click Delete Volume for each volume on the disk.


            5. When all volumes on the disk have been deleted, right-click the disk, and then click Convert To Basic Disk.


            Using a command line



            Back up all volumes on the disk you want to convert from dynamic to basic.

            For more information about backing up volumes, see Related Topics.



            Open Command Prompt.



            Type:



            diskpart


            At the DISKPART prompt, type:



            list disk


            Make note of the dynamic disk you want to convert to a basic disk.



            At the DISKPART prompt, type:



            select diskn


            At the DISKPART prompt, type:



            detail diskn


            For each volume on the disk, at the DISKPART prompt, type:



            select volume=n


            and then type:



            delete volume


            At the DISKPART prompt, type:



            select diskn


            Specify the disk number of the disk that you want to convert to a basic disk.



            At the DISKPART prompt, type:



            convert basic





            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',
              convertImagesToLinks: true,
              noModals: false,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: 10,
              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%2faskubuntu.com%2fquestions%2f90643%2fwindows-dynamic-disk-not-reading-in-ubuntu%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
              1
              down vote













              "Dynamic Disks" are a Windows proprietary format that can not be used on other operating systems like Ubuntu. You need to convert it back to a basic disk in Windows.






              share|improve this answer
























                up vote
                1
                down vote













                "Dynamic Disks" are a Windows proprietary format that can not be used on other operating systems like Ubuntu. You need to convert it back to a basic disk in Windows.






                share|improve this answer






















                  up vote
                  1
                  down vote










                  up vote
                  1
                  down vote









                  "Dynamic Disks" are a Windows proprietary format that can not be used on other operating systems like Ubuntu. You need to convert it back to a basic disk in Windows.






                  share|improve this answer












                  "Dynamic Disks" are a Windows proprietary format that can not be used on other operating systems like Ubuntu. You need to convert it back to a basic disk in Windows.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Dec 27 '11 at 2:02









                  psusi

                  30.6k14786




                  30.6k14786






















                      up vote
                      1
                      down vote













                      First, you need to change a dynamic disk back to a basic disk. You can do this either through the Windows interface, or using the command-line.



                      Using the Windows interface



                      1. Back up all volumes on the disk you want to convert from dynamic to basic.


                      2. Open Computer Management (Local).


                      3. In the console tree, click Computer Management (Local), click Storage, and then click Disk Management.


                      4. Right-click each volume on the dynamic disk you want to convert to a basic disk, and then click Delete Volume for each volume on the disk.


                      5. When all volumes on the disk have been deleted, right-click the disk, and then click Convert To Basic Disk.


                      Using a command line



                      Back up all volumes on the disk you want to convert from dynamic to basic.

                      For more information about backing up volumes, see Related Topics.



                      Open Command Prompt.



                      Type:



                      diskpart


                      At the DISKPART prompt, type:



                      list disk


                      Make note of the dynamic disk you want to convert to a basic disk.



                      At the DISKPART prompt, type:



                      select diskn


                      At the DISKPART prompt, type:



                      detail diskn


                      For each volume on the disk, at the DISKPART prompt, type:



                      select volume=n


                      and then type:



                      delete volume


                      At the DISKPART prompt, type:



                      select diskn


                      Specify the disk number of the disk that you want to convert to a basic disk.



                      At the DISKPART prompt, type:



                      convert basic





                      share|improve this answer


























                        up vote
                        1
                        down vote













                        First, you need to change a dynamic disk back to a basic disk. You can do this either through the Windows interface, or using the command-line.



                        Using the Windows interface



                        1. Back up all volumes on the disk you want to convert from dynamic to basic.


                        2. Open Computer Management (Local).


                        3. In the console tree, click Computer Management (Local), click Storage, and then click Disk Management.


                        4. Right-click each volume on the dynamic disk you want to convert to a basic disk, and then click Delete Volume for each volume on the disk.


                        5. When all volumes on the disk have been deleted, right-click the disk, and then click Convert To Basic Disk.


                        Using a command line



                        Back up all volumes on the disk you want to convert from dynamic to basic.

                        For more information about backing up volumes, see Related Topics.



                        Open Command Prompt.



                        Type:



                        diskpart


                        At the DISKPART prompt, type:



                        list disk


                        Make note of the dynamic disk you want to convert to a basic disk.



                        At the DISKPART prompt, type:



                        select diskn


                        At the DISKPART prompt, type:



                        detail diskn


                        For each volume on the disk, at the DISKPART prompt, type:



                        select volume=n


                        and then type:



                        delete volume


                        At the DISKPART prompt, type:



                        select diskn


                        Specify the disk number of the disk that you want to convert to a basic disk.



                        At the DISKPART prompt, type:



                        convert basic





                        share|improve this answer
























                          up vote
                          1
                          down vote










                          up vote
                          1
                          down vote









                          First, you need to change a dynamic disk back to a basic disk. You can do this either through the Windows interface, or using the command-line.



                          Using the Windows interface



                          1. Back up all volumes on the disk you want to convert from dynamic to basic.


                          2. Open Computer Management (Local).


                          3. In the console tree, click Computer Management (Local), click Storage, and then click Disk Management.


                          4. Right-click each volume on the dynamic disk you want to convert to a basic disk, and then click Delete Volume for each volume on the disk.


                          5. When all volumes on the disk have been deleted, right-click the disk, and then click Convert To Basic Disk.


                          Using a command line



                          Back up all volumes on the disk you want to convert from dynamic to basic.

                          For more information about backing up volumes, see Related Topics.



                          Open Command Prompt.



                          Type:



                          diskpart


                          At the DISKPART prompt, type:



                          list disk


                          Make note of the dynamic disk you want to convert to a basic disk.



                          At the DISKPART prompt, type:



                          select diskn


                          At the DISKPART prompt, type:



                          detail diskn


                          For each volume on the disk, at the DISKPART prompt, type:



                          select volume=n


                          and then type:



                          delete volume


                          At the DISKPART prompt, type:



                          select diskn


                          Specify the disk number of the disk that you want to convert to a basic disk.



                          At the DISKPART prompt, type:



                          convert basic





                          share|improve this answer














                          First, you need to change a dynamic disk back to a basic disk. You can do this either through the Windows interface, or using the command-line.



                          Using the Windows interface



                          1. Back up all volumes on the disk you want to convert from dynamic to basic.


                          2. Open Computer Management (Local).


                          3. In the console tree, click Computer Management (Local), click Storage, and then click Disk Management.


                          4. Right-click each volume on the dynamic disk you want to convert to a basic disk, and then click Delete Volume for each volume on the disk.


                          5. When all volumes on the disk have been deleted, right-click the disk, and then click Convert To Basic Disk.


                          Using a command line



                          Back up all volumes on the disk you want to convert from dynamic to basic.

                          For more information about backing up volumes, see Related Topics.



                          Open Command Prompt.



                          Type:



                          diskpart


                          At the DISKPART prompt, type:



                          list disk


                          Make note of the dynamic disk you want to convert to a basic disk.



                          At the DISKPART prompt, type:



                          select diskn


                          At the DISKPART prompt, type:



                          detail diskn


                          For each volume on the disk, at the DISKPART prompt, type:



                          select volume=n


                          and then type:



                          delete volume


                          At the DISKPART prompt, type:



                          select diskn


                          Specify the disk number of the disk that you want to convert to a basic disk.



                          At the DISKPART prompt, type:



                          convert basic






                          share|improve this answer














                          share|improve this answer



                          share|improve this answer








                          edited Jun 13 '13 at 10:27









                          Alaa Ali

                          21.2k96793




                          21.2k96793










                          answered Dec 27 '11 at 4:19









                          One Zero

                          16.7k2270106




                          16.7k2270106



























                               

                              draft saved


                              draft discarded















































                               


                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function ()
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f90643%2fwindows-dynamic-disk-not-reading-in-ubuntu%23new-answer', 'question_page');

                              );

                              Post as a guest













































































                              Popular posts from this blog

                              How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

                              Trouble downloading packages list due to a “Hash sum mismatch” error

                              How do I move numbers in filenames, in a batch renaming operation?