You are not logged in.
Pages: 1
My samsung SSD does not understand discard (it is a bit old).
Yet:
$ dmesg -T | grep discard
[Thu Aug 28 22:01:30 2014] EXT4-fs (sde3): mounting with "discard" option, but the device does not support discard
[Thu Aug 28 22:01:32 2014] EXT4-fs (sde1): mounting with "discard" option, but the device does not support discard
[Thu Aug 28 22:01:32 2014] EXT4-fs (sde4): mounting with "discard" option, but the device does not support discardbut
$ grep discard /etc/fstabno result
What else could cause the system to attempt a discard?
Last edited by theking2 (2014-12-16 19:25:59)
archlinux on a Gigabyte C1037UN-EU, 16GiB
a Promise PDC40718 based ZFS set
root on a Samsung SSD PB22-J
running LogitechMediaServer(-git), Samba, MiniDLNA, TOR
Offline
Try as root: 'dumpe2fs -h /dev/sdXY | grep discard'. I suspect you will see a discard there somewhere, probably in the default mount options.
R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K
Offline
It seems indeed that this SSD is so old it does not support discard.
archlinux on a Gigabyte C1037UN-EU, 16GiB
a Promise PDC40718 based ZFS set
root on a Samsung SSD PB22-J
running LogitechMediaServer(-git), Samba, MiniDLNA, TOR
Offline
Pages: 1