Hello , I’m a new Linux user and an absolute begginer.
So I have a bootable dvd and boot the PC with it and it was successful . Now I want to dual boot it with my windows 10 , I have 5 volume on my dynamic disk :
C: windows
D:
E:
F:
K:
When I want to install fedora on my hard drive , the installation only show my C drive and instead showing other volumes it just show :
We need a bit more information.
When booted into the install media open a terminal window then
Please post the output of sudo fdisk -l and lsblk -f
Do both by copy and paste using the </> (preformatted text) button on the toolbar.
Once we have a better idea of what your system has we may be able to make suggestions.
OTOH, it seems possible that fedora cannot see the dynamic disk partitions created by windows so that could be the issue as well.
Waiting to see what can be determined by the info requested.
To make space for Linux you need to create unallocated space by removing or resizing the existing partitions. You should do that from within Windows, somehow, as it knows best how to deal with Windows file systems. If that is not possible, you can add a second disk unit to provide the unallocated space.
Linux needs unallocated space as it will create the required partitions and file systems during the install process.
You should still provide the output from sudo fdisk -l. If there are not enough free space before the start of the first partition, you may not be able to make the linux system bootable. Also, I don’t know if the LDM volume could become a problem to boot Windows later on.
It might therefore be better to install linux in a Virtual machine running on Windows, if that is possible.
You can mount NTFS filesytems to access files, but you cannot use NTFS for a linux system.
I had to look this up, had not heard of dynamic disks before.
And this is what Microsoft says about them:
** Dynamic disks have been deprecated from Windows and are no longer recommended. Instead, use basic disks or the newer Storage Spaces technology when you want to pool disks together into larger volumes.**