An error occurred while accessing ‘Media’, the system responded: The requested operation has failed: Error mounting /dev/dm-0 at /media/skc/Media: wrong fs type, bad option, bad superblock on /dev/mapper/ldm_vol_TURINGCOMP-Dg0_Volume2, missing codepage or helper program, or other error
I think this may be because I messed with some permission settings for the disk or folders in it, as I was not able to delete/rename some files in it. Tough I was still not able to do these operations.
I don’t quite remember what I did. I think I changed group of some folders in the disks and execution and write properties.
Getting this error after running the mount command.
Failed to mount '/dev/mapper/ldm_vol_TURINGCOMP-Dg0_Volume2': Input/output error
NTFS is either inconsistent, or there is a hardware fault, or it's a
SoftRAID/FakeRAID hardware. In the first case run chkdsk /f on Windows
then reboot into Windows twice. The usage of the /f parameter is very
important! If the device is a SoftRAID/FakeRAID then first activate
it and mount a different device under the /dev/mapper/ directory, (e.g.
/dev/mapper/nvidia_eahaabcc1). Please see the 'dmraid' documentation
for more details.
You turned dynamic partitions on in Windows. With MBR shown as SFS in fdisk, Dynamic also on gpt as LDM.
Why, especially with gpt?
Dynamic partitions in Windows was its proprietary work around for the old 4 primary partition limit with old MBR(msdos) partitioning. With gpt, you have in effect 128 primary partitions and can even create more. What in Windows said to convert drive to dynamic?
Some third party Windows partitioning tools may undo the dynamic partitions. I have in past seen Aomei and EASEUS be used. They had free versions that included the conversion.
If only 4 partitions I have seen testdisk be used also.
But before any major change be sure to have good backups.