NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Trim
1 TopicTrimming SSD
Hi We have just put 2 Samsung 850 Evo SSD drives into our RN 4220 as a test. I have read through the support forums and found this thread about trimming SSD: https://community.netgear.com/t5/New-to-ReadyNAS/Readynas-OS6-SSD-and-TRIM/m-p/1101913#U1101913 I was wondering if it was possible to schedule a weekly cron job instead to run fstrim on the SSD volume? Would that work instead of using the discard mounting option? Something like this taken from this link: https://turriebuntu.wordpress.com/ubuntu-pages/precise-specific-pages/using-fstrim-to-trim-your-ssd-instead-of-delete-in-fstab/ #!/bin/sh LOG=/var/log/trim.log echo "*** $(date -R) ***" >> $LOG fstrim -v /SSD-Volume-Mount-Point >> $LOG If that works, it would probably be a good addition to the suggested items for ReadyNas too as you could schedule it using the web interface.4.5KViews0likes3Comments