Frogging-Family / linux-tkg

linux-tkg custom kernels
GNU General Public License v2.0
1.25k stars 158 forks source link

Unable to mount NTFS partition or hard drive #902

Open Everest10 opened 3 months ago

Everest10 commented 3 months ago

Unable to mount NTFS partition or hard drive.

Kernel: 6.8.0-tkg-pds

$ sudo mount -t ntfs-3g /dev/sdd1 /run/media/dom/

Error: ntfs-3g-mount: mount failed: Device or resource busy

Important to fix it because we need to access storage with NTFS file system.

Operating System: Fedora Linux 39 KDE Plasma Version: 6.0.2 KDE Frameworks Version: 6.0.0 Qt Version: 6.6.2 Kernel Version: 6.8.0_tkg_pds (64-bit) Graphics Platform: Wayland

ptr1337 commented 3 months ago

Upstream kernel issue. Please report at bugzilla.

anh0516 commented 1 month ago

Well, you're using ntfs-3g. That's the old FUSE driver. Consider using the NTFS3 kernel driver included in Linux 5.15+ via mount -t ntfs3.