User Tools

Site Tools


linux:ssd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
linux:ssd [2016/06/07 10:32] adminlinux:ssd [2016/06/07 10:48] (current) – removed admin
Line 1: Line 1:
-**Linux SSD Performance** 
  
-a) Add to /etc/fstab \\ 
-<code bash>noatime,nobarrier,discard</code> 
- 
-b) With mount command 
-<code bash>mount -o noatime,nobarrier,discard /dev/sdX /mnt/gentoo</code> 
- 
-**HDD Speed Test** 
- 
-a) Start in a bash \\ 
-<code bash>hdparm -tT /dev/sda</code> 
- 
-**HDD Full Copy with files rights** 
- 
-a) Copy a whole partition with files rights \\ 
-<code bash>cp -apxfRv * /media/system/</code> 
- 
-**HDD Label** 
-<code bash>e2label /dev/sda1 new-label-name-here</code> 
- 
-**Swap Show on/off** 
-<code bash>swapon -s</code> 
linux/ssd.1465288361.txt.gz · Last modified: 2016/06/07 10:32 by admin