I have an NTFS partition on my system for those rare times I needs to boot into windows.   When I try to mount it using my user account, I get this error:

$ mount bugware10
Error opening read-only '/dev/sdb2': Permission denied
Failed to mount '/dev/sdb2': Permission denied
Please check '/dev/sdb2' and the ntfs-3g binary permissions,
and the mounting user ID. More explanation is provided at
https://github.com/tuxera/ntfs-3g/wiki/NTFS-3G-FAQ


I have to use sudo to mount it in Kubuntu 24.04. Here is partition's entry in /etc/fstab.

UUID=5084A8E584A8CF32 /home/user/bugware10    ntfs-3g defaults,noauto,user,uid=1000,gid=1000,fmask=022,dmask=022 0 0

I'd like to be able to enter mount bugware10 in a terminal and mount it.  Any idea why it's not allowing me?


Thanks

---------------------------------------------------
PLUG-discuss mailing list: PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss

Reply via email to