20 07 2017
http://eshop.sintech.cn/ngff-m2-pcie-ssd-card-as-2013-2014-2015-macbook-ssd-p-1139.html
baumi's personal blog … Linux, OS X, Windows, Random things, …
20 07 2017
http://eshop.sintech.cn/ngff-m2-pcie-ssd-card-as-2013-2014-2015-macbook-ssd-p-1139.html
19 07 2017
try to edit /etc/default/tlp and find: DISK_APM_LEVEL_ON_BAT=”128 128″ which is slow for VMware Workstation on battery for Thinkpad X250 and T450s … Change the default to: DISK_APM_LEVEL_ON_BAT=”254 254″ and then do a sudo tlp start which works much better for me …
11 07 2017
#!/bin/bash echo >/tmp/smart for disk in /dev/sd[a-h] ; do echo -e -n “\n\n$disk – ” >> /tmp/smart smartctl -s on –all $disk | egrep “Power_On_Hours|Power_Cycle_Count|Reallocated_Sector_Ct|result” >> /tmp/smart 2>&1 done cat /tmp/smart cat /tmp/smart | /usr/bin/mail -E -s ‘SMART Report’ receiver@server.com
6 07 2017
http://www.ewams.net/?date=2014/03/29&view=Expanding_a_RAID6_volume_with_mdadm