are these drives are really old
@bash2bsash is bluffing


$ /sbin/fstrim -n -v fstrim: no mountpoint specified $ /sbin/fstrim -a -n -v /mnt/games: 0 B (dry run) trimmed on /dev/sdd1 /boot/efi: 0 B (dry run) trimmed on /dev/md126p1 /: 0 B (dry run) trimmed on /dev/md126p2 $ /sbin/fstrim -a -v fstrim: /mnt/games: FITRIM ioctl failed: Operation not permitted fstrim: /boot/efi: FITRIM ioctl failed: Operation not permitted fstrim: /: FITRIM ioctl failed: Operation not permitted $ sudo /sbin/fstrim -a -n -v /mnt/games: 0 B (dry run) trimmed on /dev/sdd1 /boot/efi: 0 B (dry run) trimmed on /dev/md126p1 /: 0 B (dry run) trimmed on /dev/md126p2 $ sudo /sbin/fstrim -a -v /mnt/games: 96.3 GiB (103374827520 bytes) trimmed on /dev/sdd1 /boot/efi: 477.8 MiB (500965376 bytes) trimmed on /dev/md126p1 /: 105.2 GiB (112951443456 bytes) trimmed on /dev/md126p2 $ sudo /sbin/fstrim -a -v /mnt/games: 96.3 GiB (103374827520 bytes) trimmed on /dev/sdd1 /boot/efi: 477.8 MiB (500965376 bytes) trimmed on /dev/md126p1 /: 105.2 GiB (112966406144 bytes) trimmed on /dev/md126p2
$ sudo lspci -nn 00:00.0 Host bridge [0600]: Intel Corporation 4th Gen Core Processor DRAM Controller [8086:0c00] (rev 06) 00:01.0 PCI bridge [0604]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor PCI Express x16 Controller [8086:0c01] (rev 06) 00:14.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB xHCI [8086:8c31] (rev 05) 00:16.0 Communication controller [0780]: Intel Corporation 8 Series/C220 Series Chipset Family MEI Controller #1 [8086:8c3a] (rev 04) 00:1a.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #2 [8086:8c2d] (rev 05) 00:1b.0 Audio device [0403]: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller [8086:8c20] (rev 05) 00:1c.0 PCI bridge [0604]: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #1 [8086:8c10] (rev d5) 00:1c.4 PCI bridge [0604]: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #5 [8086:8c18] (rev d5) 00:1c.5 PCI bridge [0604]: Intel Corporation 8 Series/C220 Series Chipset Family PCI Express Root Port #6 [8086:8c1a] (rev d5) 00:1c.6 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev d5) 00:1d.0 USB controller [0c03]: Intel Corporation 8 Series/C220 Series Chipset Family USB EHCI #1 [8086:8c26] (rev 05) 00:1f.0 ISA bridge [0601]: Intel Corporation Z87 Express LPC Controller [8086:8c44] (rev 05) 00:1f.2 RAID bus controller [0104]: Intel Corporation SATA Controller [RAID mode] [8086:2822] (rev 05) 00:1f.3 SMBus [0c05]: Intel Corporation 8 Series/C220 Series Chipset Family SMBus Controller [8086:8c22] (rev 05) 01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Ellesmere [Radeon RX 470/480/570/570X/580/580X/590] [1002:67df] (rev c7) 01:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Ellesmere HDMI Audio [Radeon RX 470/480 / 570/580/590] [1002:aaf0] 03:00.0 Network controller [0280]: Qualcomm Atheros AR93xx Wireless Network Adapter [168c:0030] (rev 01) 05:00.0 PCI bridge [0604]: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI Bridge [1b21:1080] (rev 03)
Comment