5

So i had a perfectly good system running with 22.04 LTS. was asked to upgrade to 24.04 LTS which i did 2 days ago. Now my internal storage drive which is formatted to NTFS and as all my storage on it wont mount ? WTF people say they choose Ubuntu because windows is such a pain.
I have tried through terminal some commands to try and get it to mount but no good. Can anyone offer an easy solution or do i have to go back to windows to clear up this mess.

  • Please share some of the commands you've tried. Also post your /etc/fstab. You mentioned Windows - is this a dual-boot system? If so, did Fast Boot get re-enabled? – ajgringo619 Sep 16 '24 at 21:30
  • Ok i have finally managed to get it to mount to Media. But now cannot access it from the desktop ? – Nige3367 Sep 16 '24 at 21:35
  • commands I have tried. – Nige3367 Sep 16 '24 at 22:09
  • commands I have tried. sudo parted -l sudo fdisk -l | grep NTFS sudo mkdir /mnt/media sudo mount -t ntfs /dev/sdc1 /mnt/media df -hT This is not a dual boot system I used to run Linux Mint then changed to 22.04 LTS a few years ago the drive always mounted properly in the desktop and never had an issue until i upgraded to 24.04 LTS I have now found in the new system i cannot move stuff to the Recycle bin off the desktop without some called Nautilus ?? The horrors of 24.04 LTS persist But So do I. – Nige3367 Sep 16 '24 at 22:16
  • bash: /etc/fstab: Permission denied – Nige3367 Sep 16 '24 at 22:20
  • 1
    Can you please add the requested info to your question? The formatting on the comments is really hard to read. For the fstab, post the result of cat /etc/fstab. – ajgringo619 Sep 17 '24 at 01:22
  • Is there a reason you're using a non-Linux filesystem instead of something like ext4 or btrfs? – ajgringo619 Sep 17 '24 at 01:23
  • 1
    Windows NTFS will eventually need chkdsk which you only can do from Windows. Best to not use NTFS unless dual booting. – oldfred Sep 17 '24 at 15:25
  • 1
    I have done a complete reinstall of 22.04 LTS which works perfectly with the NTFS Drive. The reason i am using that drive is it came from my windows installation and is a storage drive with lots of stuff i need to keep. It appears that a driver has changed in the new version which is the issue. I will upgrade to 24.04 once it catches up. Now i have access i can slowly move everything on to a linux drive so this doesnt happen again. Thanks for all your help. – Nige3367 Sep 17 '24 at 19:16
  • I would also add that NTFS just works ! It matters not the OS and permissions and partitions it just works. Not like ext...Linux should embrace it. – Nige3367 Sep 17 '24 at 22:47
  • 2
    ext4 is natively understood and optimized for Linux systems. This can lead to better integration and performance in Linux environments. ext4 offers some additional features that many Linux users like, such as online defragmentation and support for advanced journaling features. btw please post an answer to your own question to share your experiences with other Ask Ubuntu users. You can accept your own answer and get a big green checkmark to appear next to it after 24 hours. – karel Sep 18 '24 at 05:42

5 Answers5

7

The bug is discribed here: https://bugs.launchpad.net/ubuntu/+source/ntfs-3g/+bug/2062972

The answer of morbius1 (post #18) does the job:

echo 'blacklist ntfs3' | sudo tee /etc/modprobe.d/disable-ntfs3.conf
sebigbos
  • 111
  • 1
    Best answer here. It works after a reboot – Siick May 17 '25 at 11:05
  • I'm not understanding something. Clearly the new ntfs3 is buggy, and the old ntfs-3g is not. Why doesn't Ubuntu fix this? Why is it up to users to find this (or similar) posts and run the work-around ourselves? – Mike Maxwell Sep 24 '25 at 18:56
5

I had the problem that - after a fresh install of Ubuntu 24.04.01 - an external hard drive formatted with NTFS wouldn't mount. I tried plugging it into Windows 10 (drive not recognised) and Lubuntu 24.04 (gave same report as Ubuntu about the FS). I took the plunge and used the Discs utility in Ubuntu to 'Repair Filesystem' (it is an option that appears if you click on the obvious wheel icon in Discs). It worked! Immediate access to external hard drive and precious files.

1

Apparently, ntfs-3g is replaced in favor of ntfs in Ubuntu 24.04.
In your fstab, something like this should work:

UUID="333ABC2478DB2FF5"    /media/user/wind     ntfs discard,rw,nodev,noexec,auto,nouser,async,locale=en_US.utf8,uid=1000,gid=1000,umask=0002   0     0

Adjust with your actual disk uuid, mount path and other optional values.

frank_108
  • 341
0

Me, I deleted U24.1, U24.04 and wait for a better release Staying with U22; no problems reading NTFS drives

Tony LS
  • 47
0

Just a note re my experiences with this bug with NTFS support of ubuntu. Sometime between Aug-2024 and Apr-2025 first manifested, on both 22.04x and new 25.04. Appears on BOTH ntfs3 and -3g - same bug on both so regardless of fuse or in-kernel. No trouble appeared early in the 24.04 life, I was using ntfs on removeable usb spinners and ssds, all fine. After write to drive from linux, it is permanently corrupted and will not mount, but is quickly fixed by mounting into W11, which complains, then do the scan and chkdsk /f which fixes it. No data loss. OK workaround but ugh. My permanent fix is stop using ntfs on linux, only exfat on removeables and ext4 on internals.