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)
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 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;
Output of the inxi command (with appropriate parameters, and formatted according to forum guidelines) will generate information useful for those wishing to help:
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…
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.
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.
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.
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’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`.