User Tools

Site Tools


linux:hdd

This is an old revision of the document!


Linux SSD Performance

a) Add to /etc/fstab

noatime,nobarrier,discard

b) With mount command

mount -o noatime,nobarrier,discard /dev/sdX /mnt/gentoo

HDD Speed Test

a) Start in a bash

hdparm -tT /dev/sda

HDD Full Copy with files rights

a) Copy a whole partition with files rights

cp -apxfRv * /media/system/

HDD Label

e2label /dev/sda1 new-label-name-here

Swap Show on/off

swapon -s
linux/hdd.1465289305.txt.gz · Last modified: 2016/06/07 10:48 by admin