You are not logged in.
Pages: 1
Hello,
I have an old intel 180GB ssd in a VIA Labs enclosure (https://www.via-labs.com/product_show.php?id=44). lsusb says:
Bus 002 Device 002: ID 2109:0711 VIA Labs, Inc. VL711 SATA 6Gb/s bridge
Following the instructions here: https://forum.manjaro.org/t/howto-trim- … -ssd/33168
I created the file /etc/udev/rules.d/50-usb-ssd-trim.rules:
# https://www.via-labs.com/product_show.php?id=44
# lsusb: Bus 002 Device 002: ID 2109:0711 VIA Labs, Inc. VL711 SATA 6Gb/s bridge
ACTION=="add|change", ATTRS{idVendor}=="2109", ATTRS{idProduct}=="0711", SUBSYSTEM=="scsi_disk", ATTR{provisioning_mode}="unmap"`
But this still doesn't work, fstrim says:
fstrim: /run/media/myuser/180GB/: the discard operation is not supported
What am I missing?
TIA
Offline
Probably better to follow https://wiki.archlinux.org/title/Solid_state_drive#TRIM — what does `lsblk --discard` indicate?
Para todos todo, para nosotros nada
Offline
Probably better to follow https://wiki.archlinux.org/title/Solid_state_drive#TRIM — what does `lsblk --discard` indicate?
'lsblk --discard' says:
NAME DISC-ALN DISC-GRAN DISC-MAX DISC-ZERO
sdc 0 512B 0B 0
└─sdc1 0 512B 0B 0
Offline
The drive does not support TRIM.
Para todos todo, para nosotros nada
Offline
The drive does not support TRIM.
OK, thanks
Offline
Pages: 1