Hi,
Linux does not support NTFS very well because it is a proprietary filesystem.
Use ext4 filesystem and set mount option 'discard' to the corresponding fstab entry
to enable trim in your SSD
And of course you should not use any "tools" on a mounted filesystem in any case
Linux does not support NTFS very well because it is a proprietary filesystem.
Use ext4 filesystem and set mount option 'discard' to the corresponding fstab entry
to enable trim in your SSD
And of course you should not use any "tools" on a mounted filesystem in any case