[SOLVED] Cannot mount one partition after Linux Mint upgrade

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
mntusr
Level 3
Level 3
Posts: 149
Joined: Tue Jul 24, 2018 1:34 am

[SOLVED] Cannot mount one partition after Linux Mint upgrade

Post by mntusr »

Hi,
I just upgraded Linux Mint Cinnamon to 20.2 (from 20.04) using update manager. The update was complete successfully.
I have Windows 7 also on this SSD.
There is a second hard disk.

One of the partitions on that HDD shows this error (when trying to mount) after the upgrade (other partitions can be mounted):

Code: Select all

"Error mounting /dev/sda1 at media/***/tsb_Work. Unknown error when mounting /dev/sda1 (udisks-error-quark,0)"
Output of sudo blkid

Code: Select all

/dev/sda1: LABEL="tsb_Work" UUID="D8CCB3B1CCB38870" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="c060433e-b9d5-423a-b60e-bbdcb8bfa615"
/dev/sda2: LABEL="tsb_Resources" UUID="9A42BAF742BAD76B" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="e8532e24-62ba-43eb-82e8-ff9c6057a96f"
/dev/sda3: LABEL="tsb_Media" UUID="A826C4C526C4962A" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="8c5f714b-e198-4926-bfd6-5d98477ee914"
/dev/sda4: LABEL="New Volume" UUID="D6ACC9E2ACC9BCED" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="2685ff1c-5368-4362-9ae2-d651c6aa2432"
/dev/sdb1: LABEL="System Reserved" UUID="4E1657C81657B027" TYPE="ntfs" PARTUUID="3b98c9a5-01"
/dev/sdb2: UUID="488A70748A705FFC" TYPE="ntfs" PARTUUID="3b98c9a5-02"
/dev/sdb3: UUID="fd182fb1-d570-41af-a934-5a1037100870" TYPE="ext4" PARTUUID="3b98c9a5-03"
/dev/sdb5: UUID="a540175a-1c41-4918-9536-693103c3ec11" TYPE="swap" PARTUUID="3b98c9a5-05"
/dev/sdb6: UUID="23428191-b3bf-4fc1-ba51-718c0ce4fa73" TYPE="ext4" PARTUUID="3b98c9a5-06"
Saw few threads here with this error, but not sure whether the fix applies to my condition.
Any help appreciated. :)
Thanks a lot.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
ricardogroetaers
Level 6
Level 6
Posts: 1374
Joined: Sat Oct 27, 2018 3:06 am
Location: Rio de Janeiro, Brasil

Re: Cannot mount one partition after Linux Mint upgrade

Post by ricardogroetaers »

mntusr wrote: Sun Aug 01, 2021 9:19 am I have Windows 7 also on this SSD.

One of the partitions on that HDD shows this error (when trying to mount) after the upgrade (other partitions can be mounted):

Code: Select all

"Error mounting /dev/sda1 at media/***/tsb_Work. Unknown error when mounting /dev/sda1 (udisks-error-quark,0)"
Output of sudo blkid

Code: Select all

/dev/sda1: LABEL="tsb_Work" UUID="D8CCB3B1CCB38870" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="c060433e-b9d5-423a-b60e-bbdcb8bfa615"
Partition with ntfs file system, presumably corrupted.
Identify in Windows the drive letter that represents this partition.
Suppose it is "d:".
Open the Windows Command Prompt and type:
chkdsk d: /v/f/x
Replace d: by the correct drive letter.

Observation:
I did not understand the meaning of *** on the path "media/***/tsb_work".
mntusr
Level 3
Level 3
Posts: 149
Joined: Tue Jul 24, 2018 1:34 am

Re: Cannot mount one partition after Linux Mint upgrade

Post by mntusr »

Thank you @ricardogroetaers.
Will try your suggestions.
I did not understand the meaning of *** on the path "media/***/tsb_work".
Sorry, that's part of the path = media/computername/tsb_work
mntusr
Level 3
Level 3
Posts: 149
Joined: Tue Jul 24, 2018 1:34 am

Re: Cannot mount one partition after Linux Mint upgrade

Post by mntusr »

Did this

Code: Select all

Identify in Windows the drive letter that represents this partition.
Suppose it is "d:".
Open the Windows Command Prompt and type:
chkdsk d: /v/f/x
Replace d: by the correct drive letter.
and I can mount the drive again.
Thanks a lot @ricardogroetaers.
Locked

Return to “Installation & Boot”