I tried to find the solution to this problem today for the whole day but nothing seemed to be matching with the weird problem I'm facing on my system.
I use Linux in dual boot mode with Windows 10. Though I use windows mostly for gaming but it was getting so slow that I had to do a clean install. So I deleted the existing C drive (partition) the Recovery Partition and the EFI partition. And created a new partition. Then I used windows 10 USB to install the OS. Everything seemed perfect and windows installed without any problem. Later I installed GRUB using the live cd. It was giving an error of "EFI directory not found", but that was obvious as I deleted the old one and the new install created a new EFI with different UUID than what was present in "fstab" of my existing Linux. Anyways I fixed that issue and then both the OS were available on the GRUB menu.
However, what the problem is neither of my C and D drives is visible to my existing Linux system. In KDE Partition manager it shows both the partition with unknown type filesystem.
I also tried to disable fast boot in windows 10
I'm attaching the screenshot and the output of fstab, fdisk -l and lsblk below.
The output of fdisk -l
mohit@Dell3568:~$ sudo fdisk -l
[sudo] password for mohit:
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: FD8815B8-3C75-46D7-BAD1-54182F2E7861
Device Start End Sectors Size Type
/dev/sda1 2048 1085439 1083392 529M Windows recovery environment
/dev/sda2 1085440 1290239 204800 100M EFI System
/dev/sda3 1290240 1323007 32768 16M Microsoft reserved
/dev/sda4 1323008 805308415 803985408 383.4G Microsoft basic data
/dev/sda5 805308416 1811941375 1006632960 480G Microsoft basic data
/dev/sda6 1811941376 1886334975 74393600 35.5G Linux filesystem
/dev/sda7 1886334976 1953523711 67188736 32G Linux filesystem
--------------------------------------------------------------------------------------------------------------------
Output of lsblk
mohit@Dell3568:~$lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 931.5G 0 disk
├─sda1 8:1 0 529M 0 part
├─sda2 8:2 0 100M 0 part /boot/efi
├─sda3 8:3 0 16M 0 part
├─sda4 8:4 0 383.4G 0 part
├─sda5 8:5 0 480G 0 part
├─sda6 8:6 0 35.5G 0 part /home/mohit
└─sda7 8:7 0 32G 0 part /
sr0 11:0 1 1024M 0 rom
--------------------------------------------------------------------------------------------------------------------
These partitions are clearly visible to windows operating system but onlyLinux is not able to find them. I'm talking about /dev/sda4 and 5
--------------------------------------------------------------------------------------------------------------------
I also tried to manually (created customMnt as mount point under /mnt directory) mount the partition by explicitly providing the file system type using the mount -t option in the mount command, but I got error, see below:
mohit@Dell3568:~$ sudo mount /dev/sda4 /mnt/customMnt/
mount: /mnt/customMnt: wrong fs type, bad option, bad superblock on /dev/sda4, missing codepage or helper program, or other error.
mohit@Dell3568:~$sudo mount -t ntfs /dev/sda4 /mnt/customMnt/
NTFS signature is missing.
Failed to mount '/dev/sda4': Invalid argument
The device '/dev/sda4' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
--------------------------------------------------------------------------------------------------------------------
Also, I'm quite new to Linux operating system and still learning to use it, so whenever I face any problem I simply ask. All the so-called knowledge I have of Linux is only because of forums like KubuntuForums and Ubuntu Forums and some of my daily research... :-) :-)
Thanks in advance for any help.
I use Linux in dual boot mode with Windows 10. Though I use windows mostly for gaming but it was getting so slow that I had to do a clean install. So I deleted the existing C drive (partition) the Recovery Partition and the EFI partition. And created a new partition. Then I used windows 10 USB to install the OS. Everything seemed perfect and windows installed without any problem. Later I installed GRUB using the live cd. It was giving an error of "EFI directory not found", but that was obvious as I deleted the old one and the new install created a new EFI with different UUID than what was present in "fstab" of my existing Linux. Anyways I fixed that issue and then both the OS were available on the GRUB menu.
However, what the problem is neither of my C and D drives is visible to my existing Linux system. In KDE Partition manager it shows both the partition with unknown type filesystem.
I also tried to disable fast boot in windows 10
I'm attaching the screenshot and the output of fstab, fdisk -l and lsblk below.
The output of fdisk -l
mohit@Dell3568:~$ sudo fdisk -l
[sudo] password for mohit:
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: FD8815B8-3C75-46D7-BAD1-54182F2E7861
Device Start End Sectors Size Type
/dev/sda1 2048 1085439 1083392 529M Windows recovery environment
/dev/sda2 1085440 1290239 204800 100M EFI System
/dev/sda3 1290240 1323007 32768 16M Microsoft reserved
/dev/sda4 1323008 805308415 803985408 383.4G Microsoft basic data
/dev/sda5 805308416 1811941375 1006632960 480G Microsoft basic data
/dev/sda6 1811941376 1886334975 74393600 35.5G Linux filesystem
/dev/sda7 1886334976 1953523711 67188736 32G Linux filesystem
--------------------------------------------------------------------------------------------------------------------
Output of lsblk
mohit@Dell3568:~$lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 931.5G 0 disk
├─sda1 8:1 0 529M 0 part
├─sda2 8:2 0 100M 0 part /boot/efi
├─sda3 8:3 0 16M 0 part
├─sda4 8:4 0 383.4G 0 part
├─sda5 8:5 0 480G 0 part
├─sda6 8:6 0 35.5G 0 part /home/mohit
└─sda7 8:7 0 32G 0 part /
sr0 11:0 1 1024M 0 rom
--------------------------------------------------------------------------------------------------------------------
These partitions are clearly visible to windows operating system but onlyLinux is not able to find them. I'm talking about /dev/sda4 and 5
--------------------------------------------------------------------------------------------------------------------
I also tried to manually (created customMnt as mount point under /mnt directory) mount the partition by explicitly providing the file system type using the mount -t option in the mount command, but I got error, see below:
mohit@Dell3568:~$ sudo mount /dev/sda4 /mnt/customMnt/
mount: /mnt/customMnt: wrong fs type, bad option, bad superblock on /dev/sda4, missing codepage or helper program, or other error.
mohit@Dell3568:~$sudo mount -t ntfs /dev/sda4 /mnt/customMnt/
NTFS signature is missing.
Failed to mount '/dev/sda4': Invalid argument
The device '/dev/sda4' doesn't seem to have a valid NTFS.
Maybe the wrong device is used? Or the whole disk instead of a
partition (e.g. /dev/sda, not /dev/sda1)? Or the other way around?
--------------------------------------------------------------------------------------------------------------------
Also, I'm quite new to Linux operating system and still learning to use it, so whenever I face any problem I simply ask. All the so-called knowledge I have of Linux is only because of forums like KubuntuForums and Ubuntu Forums and some of my daily research... :-) :-)
Thanks in advance for any help.
Comment