You are not logged in.

#1 2023-09-26 05:50:06

hikmateustad
Member
Registered: 2022-01-23
Posts: 82

Cannot access disk partitions after kernel update [SOLVED]

I am running KDE as Desktop Envrionment with KWin as Window Manager.

Recently I updated the arch kernel to Linux 6.5.4-zen2-1-zen and ever since accessing my disk partitions in Dolphin file manager gives the following error

An error occurred while accessing '100.0 GiB Internal Drive (sda9)', the system responded: The requested operation has failed: Error mounting /dev/sda9 at /run/media/hikmateustad/BAA85B99A85B52CD: wrong fs type, bad option, bad superblock on /dev/sda9, missing codepage or helper program, or other error

I can only access 2 of my several partitions, the above error is thrown for the remaining partitions.

My disk structure

sudo fdisk -l
[sudo] password for hikmateustad: 
Disk /dev/sda: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: ST31000524AS    
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xbe71a959

Device     Boot      Start        End    Sectors   Size Id Type
/dev/sda1               63      80324      80262  39.2M de Dell Utility
/dev/sda2  *         81920   27865087   27783168  13.2G  7 HPFS/NTFS/exFAT
/dev/sda3         27865088  237580287  209715200   100G  7 HPFS/NTFS/exFAT
/dev/sda4        237580288 1953521663 1715941376 818.2G  f W95 Ext'd (LBA)
/dev/sda5        237582336  447297535  209715200   100G  7 HPFS/NTFS/exFAT
/dev/sda6        447299584  657014783  209715200   100G  7 HPFS/NTFS/exFAT
/dev/sda7        657016832  929646591  272629760   130G  7 HPFS/NTFS/exFAT
/dev/sda8        929648640 1076449279  146800640    70G  7 HPFS/NTFS/exFAT
/dev/sda9       1076451328 1286166527  209715200   100G  7 HPFS/NTFS/exFAT
/dev/sda10      1286168576 1495883775  209715200   100G  7 HPFS/NTFS/exFAT
/dev/sda11      1495885824 1621714941  125829118    60G 83 Linux
/dev/sda12      1621716992 1638494205   16777214     8G 82 Linux swap / Solaris
/dev/sda13      1638496255 1953521663  315025409 150.2G 83 Linux
hikmateustad@hikmateustad-dell ~ % lsblk -f
sda                                                                               
├─sda1  vfat   FAT16          5450-4444                                           
├─sda2  ntfs         RECOVERY E6CEDE74CEDE3D0D                                    
├─sda3  ntfs                  7C0A92070A91BF18                       13.1G    87% /run/media/hikmateustad/7C0A92070A91BF18
├─sda4                                                                            
├─sda5  ntfs                  2AC656E8C656B3B3                                    
├─sda6  ntfs                  446A3DAE6A3D9E1C                       13.9G    86% /run/media/hikmateustad/446A3DAE6A3D9E1C
├─sda7  ntfs                  84B026F4B026EBFC                                    
├─sda8  ntfs                  82AE5108AE50F5DF                                    
├─sda9  ntfs                  BAA85B99A85B52CD                                    
├─sda10 ntfs                  BCFC6520FC64D664                                    
├─sda11 ext4   1.0            a0404ac7-d9cc-4142-b57d-07767b831c86                
├─sda12 swap   1     Swap     3bd12126-275b-45b2-a1df-61033c0795f1                
└─sda13 ext4   1.0   Arch     d6f6d2ae-57c9-4961-bdb1-716f0f93b378   38.1G    69% /var/lib/snapd/snap
                                                                                  /
sr0                                                                               

Interestingly, since I have a triple boot system with Windows and Pop OS; I can access all disk partitions from both Windows and Pop OS.

I have data I cannot lose on those partitions so formatting them is definitely not an option.

What steps should I take to resolve?

Thanks in advance for your time.

Last edited by hikmateustad (2023-10-02 08:33:28)

Offline

#2 2023-09-26 06:00:54

seth
Member
Registered: 2012-09-03
Posts: 61,632

Offline

#3 2023-09-26 06:49:51

hikmateustad
Member
Registered: 2022-01-23
Posts: 82

Re: Cannot access disk partitions after kernel update [SOLVED]

Spot On ... Seth you are the Man

Thank you so much.

Offline

#4 2023-09-26 07:15:19

seth
Member
Registered: 2012-09-03
Posts: 61,632

Re: Cannot access disk partitions after kernel update [SOLVED]

Make sure the disk isn't really marked as dirty

sudo ntfsfix -n /dev/sda9

Last edited by seth (2023-09-26 07:16:21)

Offline

#5 2023-09-30 09:18:20

hikmateustad
Member
Registered: 2022-01-23
Posts: 82

Re: Cannot access disk partitions after kernel update [SOLVED]

seth wrote:

Make sure the disk isn't really marked as dirty

sudo ntfsfix -n /dev/sda9

Thank you so much seth for teaching me a new command.

I ran it against my partitions and ALL IZZ WELL.

This is the sample output from one them

hikmateustad@hikmateustad-dell ~ % sudo ntfsfix -n /dev/sda3
Mounting volume... OK
Processing of $MFT and $MFTMirr completed successfully.
Checking the alternate boot sector... OK
NTFS volume version is 3.1.
NTFS partition /dev/sda3 was processed successfully.

I am having trouble with firefox, no audio. brave and chromium run fine. Unchecked hardware acceleration, no love.

Offline

#6 2023-09-30 13:03:44

seth
Member
Registered: 2012-09-03
Posts: 61,632

Re: Cannot access disk partitions after kernel update [SOLVED]

\o/
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

I am having trouble with firefox, no audio. brave and chromium run fine. Unchecked hardware acceleration, no love.

This is all for a different thread.

Offline

Board footer

Powered by FluxBB