noodles@sh.itjust.workstoLinux@lemmy.ml•I can't delete files in my old ntfs partition from when I had windows. [fedora, kde plasma] {EDIT: I messed up}
9·
22 days agoTry ntfsfix command
lsblk
This command will list your drives find the ntfs partition it will be something like: /dev/sda1 Then run ntfsfix on that partition as root
sudo ntfsfix /dev/sda1
If you still boot windows you should disable fast startup it can cause this issue, Good luck!
Personally i use udiskie