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/sdX
HDD Full Copy with files rights
a) Copy a whole partition with files rights
cp -apxfRv * /media/system/
HDD Label
e2label /dev/sdX new-label-name-here
Swap Show on/off
swapon -s
Debug Filesystem
debugfs /dev/sdX
Create ext4 Partition
mkfs.ext4
linux/hdd.1465289475.txt.gz · Last modified: 2016/06/07 10:51 by admin