I have additional HDD:
cat /etc/fstab# /etc/fstab: static file system information....# External 1TB drive for some data/dev/disk/by-uuid/20A949F121CEADD8 /mnt/20A949F121CEADD8 auto rw,acl 0 0
but its always mounted in read only mode..
Partition type of this HDD is NTFS.
uname -aLinux My-Tower 5.14.0-1052-oem #59-Ubuntu SMP Fri Sep 9 09:37:59 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
I tried from other SO but:
sudo mount -o rw,users,umask=000,exec /dev/sdc1 /mnt/hdd_dataThe disk contains an unclean file system (0, 0).Metadata kept in Windows cache, refused to mount.Falling back to read-only mount because the NTFS partition is in anunsafe state. Please resume and shutdown Windows fully (no hibernationor fast restarting.)Could not mount read-write, trying read-only
what can I do to change it for normal usage?
thanks