You are not logged in.

#1 2023-10-09 16:44:55

cappuccino
Member
Registered: 2012-12-26
Posts: 116

[SOLVED] Can't mount external hdd

After the latest update I can't mount 6 external HDD's. This is what I get:

An error occurred while accessing '1.8 TiB Removable Media', the system responded: The requested operation has failed: Error mounting /dev/sdc1 at /run/media/cappuccino/72E47B5A1C5880FC: wrong fs type, bad option, bad superblock on /dev/sdc1, missing codepage or helper program, or other error

Bus 002 Device 003: ID 0bc2:ab24 Seagate RSS LLC Backup Plus Portable Drive

An error occurred while accessing '931.5 GiB Removable Media', the system responded: The requested operation has failed: Error mounting /dev/sdd1 at /run/media/cappuccino/3AE257EF245263C2: wrong fs type, bad option, bad superblock on /dev/sdd1, missing codepage or helper program, or other error

Bus 002 Device 004: ID 1058:082a Western Digital Technologies, Inc. My Passport 082A

......

Kernel: 6.5.6-arch2-1 (64-bit)
KDE Plasma Version: 5.27.8

Any thoughts?

Best regards,
cappuccino

Last edited by cappuccino (2023-10-14 23:42:07)

Offline

#2 2023-10-09 17:34:02

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,799

Re: [SOLVED] Can't mount external hdd

NTFS?
https://bbs.archlinux.org/viewtopic.php … 7#p2122577 (and see the rest of the thread, I don't believe that all out of a sudden nfs3 starts to expose dirty NTFS partitions)

Online

#3 2023-10-09 18:51:01

cappuccino
Member
Registered: 2012-12-26
Posts: 116

Re: [SOLVED] Can't mount external hdd

seth wrote:

NTFS?

Yes

https://bbs.archlinux.org/viewtopic.php … 7#p2122577 (and see the rest of the thread, I don't believe that all out of a sudden nfs3 starts to expose dirty NTFS partitions)

Dirty NTFS partitions? What are you talking about? Plug'n'play? Will check. Thanks

Offline

#4 2023-10-09 19:04:05

loqs
Member
Registered: 2014-03-06
Posts: 18,823

Re: [SOLVED] Can't mount external hdd

seth wrote:

NTFS?
https://bbs.archlinux.org/viewtopic.php … 7#p2122577 (and see the rest of the thread, I don't believe that all out of a sudden nfs3 starts to expose dirty NTFS partitions)

https://github.com/torvalds/linux/commi … 0b7c57aafe

Offline

#5 2023-10-09 19:06:00

cappuccino
Member
Registered: 2012-12-26
Posts: 116

Re: [SOLVED] Can't mount external hdd

That must be a joke. How it is possible that in 2023 one can NOT simply mount an NTFS external hdd? I do not have installed NTFS3, only NTFS-3G. What now?

Last edited by cappuccino (2023-10-09 19:06:39)

Offline

#6 2023-10-09 19:14:49

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,799

Re: [SOLVED] Can't mount external hdd

Because it's a proprietary FS that MS cannot opensource because they stole it, so every support is reverse engineered.

ntfs3 is part of the kernel and the "problem"
https://wiki.archlinux.org/title/NTFS#U … rked_dirty or https://wiki.archlinux.org/title/NTFS-3 … ilesystems

Online

#7 2023-10-09 19:27:35

cappuccino
Member
Registered: 2012-12-26
Posts: 116

Re: [SOLVED] Can't mount external hdd

How come I was not aware I possess 6 dirty external NTFS hdd? Anyways, this mess happened after the update.

Wiki:

Damaged NTFS filesystems

If an NTFS filesystem has errors on it, NTFS-3G will mount it as read-only. To fix an NTFS filesystem, load Windows and run its disk checking program, chkdsk.

What errors? They were just fine a week ago.

Wiki:

Unable to mount with ntfs3 with partition marked dirty

When trying to mount a good NTFS partition (i.e. which successfully mounts with NTFS-3G and for which ntfsfix --no-action does not report any error), you may get the following error:

What the hell? Dirty? I just want to mount my hdd's like I did a week ago. Am I asking too much? How can one do that?

Offline

#8 2023-10-09 19:34:58

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,799

Re: [SOLVED] Can't mount external hdd

The partition is apparently flagged dirty by ntfs3 because, as loq's link shows, ntfs3 now objects to an inconsitency that apparently even the native chkntfs ignores.
The wiki explains how to deal with that…

Online

#9 2023-10-09 19:35:33

loqs
Member
Registered: 2014-03-06
Posts: 18,823

Re: [SOLVED] Can't mount external hdd

cappuccino wrote:

What the hell? Dirty? I just want to mount my hdd's like I did a week ago. Am I asking too much? How can one do that?

Revert back to the kernel you used a week ago and never update it again.

Offline

#10 2023-10-09 19:39:40

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,799

Re: [SOLVED] Can't mount external hdd

I think that's the first time I saw you snark big_smile
tbf, I sanitized my reply before hitting submit wink

Online

#11 2023-10-09 19:59:50

cappuccino
Member
Registered: 2012-12-26
Posts: 116

Re: [SOLVED] Can't mount external hdd

loqs wrote:
cappuccino wrote:

What the hell? Dirty? I just want to mount my hdd's like I did a week ago. Am I asking too much? How can one do that?

Revert back to the kernel you used a week ago and never update it again.

? Not funny

Offline

#12 2023-10-09 20:11:38

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,799

Re: [SOLVED] Can't mount external hdd

Matter of perspective.
And you specifically asked "mount my hdd's like I did a week ago … How can one do that?" and the only correct answer to that very exact question is the one loqs gave you.
Otherwise straighten the partition(s), force nfs3 to mount them regardless or use ntfs-3g

Online

#13 2023-10-09 20:16:48

cappuccino
Member
Registered: 2012-12-26
Posts: 116

Re: [SOLVED] Can't mount external hdd

seth wrote:

Otherwise straighten the partition(s), force nfs3 to mount them regardless or use ntfs-3g

I do not have installed NTFS3, only NTFS-3G

Offline

#14 2023-10-09 20:17:52

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 73,799

Re: [SOLVED] Can't mount external hdd

I told you before, ntfs3 is part of the kernel.
Maybe start reading the things you're pointed at.

Online

#15 2023-10-14 23:46:05

cappuccino
Member
Registered: 2012-12-26
Posts: 116

Re: [SOLVED] Can't mount external hdd

Solution:

ntfsfix -d /dev/sdx

Offline

#16 2023-10-14 23:46:52

cappuccino
Member
Registered: 2012-12-26
Posts: 116

Re: [SOLVED] Can't mount external hdd

seth wrote:

I told you before, ntfs3 is part of the kernel. Maybe start reading the things you're pointed at.

Thank You!

Offline

Board footer

Powered by FluxBB