Horje
check ssd or hdd linux Code Example
check ssd or hdd linux
$ cat /sys/block/sda/queue/rotational

#If the output is 1, the disk is HDD.
#If the output is 0 (zero), the disk is SDD.
#Because, SSDs won't rotate. So the output should be zero
# if you have SSD in your system.




Shell

Related
docker machine ip Code Example docker machine ip Code Example
generate spec file using pyinstaller Code Example generate spec file using pyinstaller Code Example
git remove directory from tracking Code Example git remove directory from tracking Code Example
linux extract tgz Code Example linux extract tgz Code Example
convertingwav to mp3 linux ffmpeg Code Example convertingwav to mp3 linux ffmpeg Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12