ทุกอย่างถูกติดตั้งแล้ว
คำสั่งเพื่อเปิดใช้งานการตัดแต่ง 1 ครั้ง:
sudo fstrim -v /
จะใช้เวลาสักครู่แล้วแสดงผลลัพธ์ ตัวอย่าง:
sudo fstrim -v /
[sudo] password for rinzwind:
/: 93184647168 bytes were trimmed
และมันถูกตั้งค่าโดยค่าเริ่มต้นให้ทำงานสัปดาห์ละครั้งสำหรับ - อุปกรณ์ที่รองรับ -:
$ locate fstrim
/etc/cron.weekly/fstrim
/sbin/fstrim
หากคุณตรวจสอบงาน cron มันคือทั้งหมดที่อธิบาย:
$ more /etc/cron.weekly/fstrim
#!/bin/sh
# call fstrim-all to trim all mounted file systems which support it
set -e
# This only runs on Intel and Samsung SSDs by default, as some SSDs with faulty
# firmware may encounter data loss problems when running fstrim under high I/O
# load (e. g. https://launchpad.net/bugs/1259829). You can append the
# --no-model-check option here to disable the vendor check and run fstrim on
# all SSD drives.
exec fstrim-all
หากวิธีการทำงานด้วยตนเองคุณสามารถเพิ่ม--no-model-check
คำสั่งที่ท้าย ( exec fstrim-all
) เพื่อเปิดใช้งาน
การเชื่อมโยงในแฟ้มเป็นที่น่าสนใจอ่าน นอกจากนี้ยังมีวิธีการตรวจสอบว่าดิสก์ของคุณถูกบั๊กหรือไม่ SSD ที่ถูกกว่าจำนวนมากมีข้อผิดพลาดและสามารถทำลายข้อมูลได้
และข้างบน: นี่คือรายการของฮาร์ดแวร์ที่รองรับ (ดาวน์โหลด PDF) รวมถึง SSD
มีวิธีอื่นที่คุณเพิ่มdiscard
ในแท็บ fab ของคุณสำหรับการตัดแต่งถาวร มาตรฐาน (ภาษาเยอรมัน) fstrim โปรดปรานมากกว่าทิ้ง