Can't Mount NTFS HDD

So normally when I plug in an NTFS HDD it auto detects and mounts on it’s own. All of a sudden it’s throwing me an error:

Error mounting /dev/sda1 at /run/media/rogan/My Passport: fsconfig() failed: No such file or directory.

I’ve searched online for a solution for a while now and haven’t found a straight forward solution. I’m a noob when it comes to mounting drives and navigating the file sysetem on Linux still. I’m assuming I just have to mount it properly somehow but I’m unsure how.

I’ve checked and I have ntfs-3g and libntfs-3g isnstalled from the software center (official repo)

Here is my lsblk -f output

In future please post CLI output using the </> button on the editor menu.

Welcome to the Manjaro community

As a new or infrequent forum user, please take some time to familiarise yourself with Forum requirements, and the many ways to use the forum to your benefit.

To that end, links are provided (below) - Please use them.


Be prepared to provide outputs from various commands when asked. It’s equally important to provide as much actionable information as possible in your first post, rather than simply indicating there is a problem.

Waiting for someone to blindly ask questions is also counter-productive – typically, nobody has a :crystal_ball: at their disposal – Instead, please help others to make informed suggestions, based on information you provide.


The Update Announcements contain important information and a Known Issues and Solutions section that should generally be checked before posting a request for support.

While information from *-fetch type apps might be fine for someone wishing to buy your computer, for Support purposes it’s better to ask your system directly; :eyes:

Output of the inxi command (with appropriate parameters, and formatted according to forum guidelines) will generate information useful for those wishing to help:

inxi --filter --verbosity=8

or the short form (preferred):

inxi -zv8

This may be irrelevant if your kernel is using the built-in ntfs3 driver. As of a few mainline kernel versions ago, ntfs3 is now the default.

In order to use ntfs-3g — which is a driver running in userspace — you need to blacklist ntfs3 first. Likewise, if you want to use ntfs3, then you may need to blacklist ntfs-3g, depending on whether you have an entry for the device in /etc/fstab, and if so, what that entry looks like.

However, as we don’t know what kernel you’re running, we can only guess at this point, so you’ll need to supply us with the proper inxi output — as we expect our members to know by now — or at the very least… :backhand_index_pointing_down:

uname -r

Is it possible that ntfs-3g is overriding ntfs3? If that’s the case could I just uninstall ntfs-3g and try again?

CPU: 6-core AMD Ryzen 5 3600 (-MT MCP-) speed/min/max: 3599/558/4208 MHz
Kernel: 6.18.45-1-MANJARO x86_64 Up: 9m Mem: 3.28/31.26 GiB (10.5%)
Storage: 3.64 TiB (45.7% used) Procs: 420 Shell: Zsh inxi: 3.3.41

Mod edit: Consecutive posts merged. :wink:

Yes, but only on two conditions, either one of which could apply…

  • if ntfs3 was blacklisted — check whether there is a blacklist file for it in /etc/modprobe.d/; or
  • if the ntfs filesystem is explicitly mounted with the ntfs-3g option, e.g. via an entry in /etc/fstab.

Sorry quoted the wrong sentence. I meant ot quote the fstab sentence you typed.

Here is my fstab output: Sorry not copy and paste option for these files. The easiest way is to attach a screenshot.

My modprobe.d folder is empty.

Mod edit: Consecutive posts merged again. :wink:
Mod Edit: Fixed quote

So there is no entry for the filesystem in /etc/fstab. This means that the kernel will use autodetection and will most likely be using the ntfs3 driver.

Copy is disabled in vim and nano.

Then use a GUI editor. :man_shrugging:

I just checked my software center and there’s no sign of ntfs3 installed. I’m installing ntfs3-dkms-git (AUR) from the software center. Let’s see if this does the trick.

At least in nano, it’s CTRL + SHIFT + C after highlighting (selecting) the desired content, as with general Terminal output. vim may have other options; I don’t use it myself.

Glad to know that’s a thing now. Let me get one of those installed. :zany_face:

There is no such thing. The ntfs3 driver is a loadable kernel module.

Don’t do that. It’s not necessary. All of the supported kernels have ntfs3 configured as an in-tree loadable module.

I don’t see what purpose a dkms module from the AUR could possibly be for, and in light of the recent compromise of the AUR, I wouldn’t trust it if I were you.

Correction: Vim and Micro. Not Nano. Good to know though. Maybe I can install Nano as well and use the method you provided.

Can confirm. Was indeed unecessary.

Gotchaaaaaa. Clear as mud. Me how linux smart.

nano should already be present by default, on most if not all Linux distros; certainly it’s the case for Manjaro. :wink:

It’s installed but can’t find it anywhere. It’s hiding.

And I don’t know about Xfce and its terminal window, but in Plasma’s konsole window, any text you highlight with the mouse can be copied to the clipboard.

And in my case, with the UNIX-default setting of keeping the clipboard and the selection the same, I don’t even need to explicitly copy it — marking the text already copies it to the clipboard.

I believe I’m having some issues due to being on XFCE. A lot of you guys running different DE’s don’t have these little issues that I have.

I’d use the highlight (I do have those separate) but the middle click no longer works on this mouse & not one on the trackpad either (I have tap-to-click, gestures etc. disabled).

There are multiple reasons why the mounting of your external drive could fail.

It could be a hardware fault — at any point from the drive to the USB hub on the computer’s motherboard — or it could be due to a damaged ntfs filesystem, or it could be something related to udev/udisks2/systemd`.


Enable middle-click emulation. :backhand_index_pointing_down: