Trotz discard Option in der fstab und TRIM Unterstützung der Festplatte, zeigt der geläufige Trimtest mittels hdparm keine leeren Sektoren an.
Kann mir evtl. jemand von euch nen Tipp geben, woran das liegen könnte? Evtl. weiß ja noch jemand über irgendwelche undokumentierten Switches Bescheid.
Die diversen Einträge und Ausgaben häng ich euch mal an, falls ihr noch mehr Infos braucht, sagt Bescheid:
hdparm -I: 35861
Code: Alles auswählen
cat /etc/fstab | grep UUID
# device; this may be used with UUID= as a more robust way to name devices
UUID=24c1ccc1-3e30-4b1b-8858-33d336170333 / ext4 discard,noatime,errors=remount-ro 0 1
Code: Alles auswählen
cat /etc/mtab | grep sdb
/dev/sdb1 / ext4 rw,noatime,discard,errors=remount-ro,commit=0 0 0
Code: Alles auswählen
fluetke@terra$ dmesg | grep sdb
[ 1.509409] sd 2:0:0:0: [sdb] 125045424 512-byte logical blocks: (64.0 GB/59.6 GiB)
[ 1.509481] sd 2:0:0:0: [sdb] Write Protect is off
[ 1.509484] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 1.509506] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.510202] sdb: sdb1
[ 1.510442] sd 2:0:0:0: [sdb] Attached SCSI disk
[ 2.076527] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
[ 5.779181] EXT4-fs (sdb1): re-mounted. Opts: (null)
[ 5.801119] EXT4-fs (sdb1): re-mounted. Opts: discard,errors=remount-ro
[ 13.282647] EXT4-fs (sdb1): re-mounted. Opts: discard,errors=remount-ro,commit=0