Windows Dynamic Disk not reading in Ubuntu

Clash 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??
windows disk partitions drive disk-management
add a comment |Â
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??
windows disk partitions drive disk-management
add a comment |Â
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??
windows disk partitions drive disk-management
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
windows disk partitions drive disk-management
edited May 31 '14 at 13:05
bain
8,92322942
8,92322942
asked Dec 26 '11 at 19:01
saurav rai
62
62
add a comment |Â
add a comment |Â
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.
add a comment |Â
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
Back up all volumes on the disk you want to convert from dynamic to basic.
Open Computer Management (Local).
In the console tree, click Computer Management (Local), click Storage, and then click Disk Management.
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.
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
add a comment |Â
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.
add a comment |Â
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.
add a comment |Â
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.
"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.
answered Dec 27 '11 at 2:02
psusi
30.6k14786
30.6k14786
add a comment |Â
add a comment |Â
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
Back up all volumes on the disk you want to convert from dynamic to basic.
Open Computer Management (Local).
In the console tree, click Computer Management (Local), click Storage, and then click Disk Management.
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.
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
add a comment |Â
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
Back up all volumes on the disk you want to convert from dynamic to basic.
Open Computer Management (Local).
In the console tree, click Computer Management (Local), click Storage, and then click Disk Management.
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.
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
add a comment |Â
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
Back up all volumes on the disk you want to convert from dynamic to basic.
Open Computer Management (Local).
In the console tree, click Computer Management (Local), click Storage, and then click Disk Management.
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.
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
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
Back up all volumes on the disk you want to convert from dynamic to basic.
Open Computer Management (Local).
In the console tree, click Computer Management (Local), click Storage, and then click Disk Management.
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.
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
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
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password