I am new to Linux world. I am trying to dual boot my machine for Ubuntu 18.04 and Windows 10. I have done the rest of the setup accurately and I can boot to both the OS successfully. But when I check my drives I see my 1 TB HDD is invalid and some of its partitions are missing. I have windows installed on SSD and Ubuntu on HDD. I used /dev/sda/ boot loader. When I boot to windows and look for HDD it only shows SSD and the HDD- Disk 0 is shown invalid as well as few partitions of it are shown as missing. At this point, I am not sure if my Ubuntu is actually using HDD or SSD. Please help me to fix this issue OR help me diagnose this issue so that I can figure out how to fix this. I appreciate any suggestions given regarding partitions and dual boot to avoid further complications.
Asked
Active
Viewed 95 times
sudo parted -l
. Post output into your question. – Paul Benson Sep 13 '20 at 17:05Number Start End Size File system Name Flags 3 135MB 850GB 850GB ntfs LDM data partition 4 850GB 881GB 30.7GB ext4 5 881GB 885GB 4000MB linux-swap(v1) 6 885GB 885GB 308MB fat32 boot, esp 7 885GB 1000GB 115GB ext4
– Pragati Bhingare Sep 13 '20 at 23:21