Hi folks,
I try to auto mount a NTFS partition on Kubuntu startup.
For this, I added following line to /etc/fstab
UUID=<copiedID> /media/ntfs rw,auto,users,exec,nls=utf8,umask=003,gid=46,uid=1 000 0 0
After booting, the partition is read only mounted. Can not find the error.
How to get rw permission?
Thanks for your help
I try to auto mount a NTFS partition on Kubuntu startup.
For this, I added following line to /etc/fstab
UUID=<copiedID> /media/ntfs rw,auto,users,exec,nls=utf8,umask=003,gid=46,uid=1 000 0 0
After booting, the partition is read only mounted. Can not find the error.
How to get rw permission?
Thanks for your help
Comment