Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8093

Troubleshooting • mounting a ntfs to RP4

$
0
0
In blkid

Code:

pi@pi4:~ $ sudo blkid/dev/sda1: LABEL="Elements" BLOCK_SIZE="512" UUID="XXX" TYPE="ntfs" PARTLABEL="Elements" PARTUUID="YYY"

in /etc/fstab

Code:

UUID=XXX /media/element ntfs-3g defaults,auto,users,rw,nofail,noatime 0 0
Error :

Code:

pi@pi4:~ $ sudo findmnt --verify/media/element   [W] ntfs-3g seems unsupported by the current kernel   [E] ntfs-3g does not match with on-disk ntfs   [W] your fstab has been modified, but systemd still uses the old version;       use 'systemctl daemon-reload' to reload0 parse errors, 1 error, 2 warnings

And ntfs-3g is already install

Code:

pi@pi4:~ $ sudo apt install ntfs-3gReading package lists... DoneBuilding dependency tree... DoneReading state information... Donentfs-3g is already the newest version (1:2022.10.3-1+deb12u2).0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Version

Code:

pi@pi4:~ $ cat /etc/os-releasePRETTY_NAME="Debian GNU/Linux 12 (bookworm)"NAME="Debian GNU/Linux"VERSION_ID="12"VERSION="12 (bookworm)"VERSION_CODENAME=bookwormID=debianHOME_URL="https://www.debian.org/"SUPPORT_URL="https://www.debian.org/support"BUG_REPORT_URL="https://bugs.debian.org/"
Can someone help on how to mount it on? I have tried it as NTFS, getting the same error

Statistics: Posted by boomramada — Mon May 26, 2025 1:34 am



Viewing all articles
Browse latest Browse all 8093

Trending Articles