[Bug 2062972] Re: ntfs partition does not mount with linux 6.8 and CONFIG_BLK_DEV_WRITE_MOUNTED=n
nmaxx
2062972 at bugs.launchpad.net
Tue Jul 30 20:45:38 UTC 2024
I did some more digging and found out the NTFS partition was actually
mounted via the ntfs3 kernel driver, as shown by the output of "mount":
/dev/sdb1 on /media/me/NTFS4GB type ntfs3
(rw,nosuid,nodev,relatime,uid=1000,gid=1000,iocharset=utf8,uhelper=udisks2)
After blacklisting the ntfs3 module, the next mount attempt showed the
fuseblk type, so that would mean ntfs-3g, which is fuse-based:
/dev/sdb1 on /media/me/NTFS4GB type fuseblk
(rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,blksize=4096,uhelper=udisks2)
So maybe bdev_allow_write_mounted=y simply appeared to have no effect
because the wrong driver was being used all along and the partition
actually had a different issue.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ntfs-3g in Ubuntu.
https://bugs.launchpad.net/bugs/2062972
Title:
ntfs partition does not mount with linux 6.8 and
CONFIG_BLK_DEV_WRITE_MOUNTED=n
Status in linux package in Ubuntu:
Confirmed
Status in ntfs-3g package in Ubuntu:
Confirmed
Bug description:
I am using Ubuntu 24.04 Development Branch (Beta). I am dualbooting it
with Windows 11. When I try to mount my NTFS Windows partition via the
Ubuntu Dock, I get: "Error mounting /dev/nvme01np3 at /media/chris(my
username)/Windows:wrong fs type, bad option, bad superblock on
/dev/nvme01np3, missing codepageor helper program, or other error".
Output of sudo apt-cache policy ntfs-3g: ntfs-3g:
Installed: 1:2022.10.3-1.2ubuntu3
Candidate: 1:2022.10.3-1.2ubuntu3
Version table:
*** 1:2022.10.3-1.2ubuntu3 500
500 http://gr.archive.ubuntu.com/ubuntu noble/main amd64 Packages
100 /var/lib/dpkg/status
ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: ntfs-3g 1:2022.10.3-1.2ubuntu3
ProcVersionSignature: Ubuntu 6.8.0-28.28-generic 6.8.1
Uname: Linux 6.8.0-28-generic x86_64
ApportVersion: 2.28.1-0ubuntu2
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Sat Apr 20 18:25:55 2024
InstallationDate: Installed on 2024-04-20 (0 days ago)
InstallationMedia: Ubuntu 24.04 LTS "Noble Numbat" - Beta amd64 (20240410.2)
ProcEnviron:
LANG=en_US.UTF-8
PATH=(custom, no user)
SHELL=/bin/bash
TERM=xterm-256color
XDG_RUNTIME_DIR=<set>
SourcePackage: ntfs-3g
UpgradeStatus: No upgrade log present (probably fresh install)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2062972/+subscriptions
More information about the foundations-bugs
mailing list