January 3, 20215 yr I get the following error emailed to me every day at 01:00. I have basically determined that it's my external drive, the Unassigned Devices (plus?) app and the error has something to do with the fact that it is not an SSD drive. fstrim: /mnt/disks/ST8000DM004-2CX188_ZCT141ZM: the discard operation is not supported The problem is, i don't know how to stop the error from happening?! Please assist. Thank you, * edit... i meant to say i think it's the 'Dynamix SSD TRIM' app q-nas-diagnostics-20210103-1048.zip Edited January 3, 20215 yr by Zenergy correct myself
January 4, 20215 yr Community Expert Some SMR drives report trim support, and so the plugin expects trim to work, possible solution would be to only trim non rotational devices.
January 4, 20215 yr Author 8 hours ago, JorgeB said: Some SMR drives report trim support, and so the plugin expects trim to work, possible solution would be to only trim non rotational devices. I want to say thank you and move on, but I am uncertain on how to do what you say. Can you further assist?
January 4, 20215 yr Community Expert That would need to be corrected in the plugin by the author (or any other coder).
January 5, 20215 yr Uninstall the plugin and with the user scripts plugin, use this as a script running on whatever schedule you want #!/bin/bash fstrim -v /mnt/cache That'll only trim the cache drive
Archived
This topic is now archived and is closed to further replies.