Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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.
Comment

PREVIOUS NEXT
Code Example
Shell :: how to install git lfs on mac 
Shell :: Ubuntu how to install jetbrains toolbox app 
Shell :: bypass login jupyter ubuntu 
Shell :: mamp connect to mysql 
Shell :: gyp error npm install 
Shell :: Run `bundle install` to install missing gems 
Shell :: ubuntu install tree 
Shell :: how to stop git asking for username and password 
Shell :: ssh-copy-id windows10 
Shell :: mac os terminal bash command not found 
Shell :: conda install neptune ai 
Shell :: configure your git username/email 
Shell :: commit without a message 
Shell :: No Xcode or CLT version detected! 
Shell :: error failed to launch the browser process puppeteer 
Shell :: how to check for angular cli version 
Shell :: linux give permission to folder 
Shell :: download spotify ubuntu 
Shell :: format usb using cmd 
Shell :: how to uninstall app from terminal ubuntu 
Shell :: activate git case sensitive windows 
Shell :: install protonvpn ubuntu 
Shell :: vlc media player download ubuntu 
Shell :: git push origin master --force 
Shell :: how to install ghostscript on linux 
Shell :: conda create environment without packages 
Shell :: how to clear all the caches in ubuntu 
Shell :: htaccess all requests goes to index.php 
Shell :: ionic capacitor build livereload 
Shell :: git show upstream 
ADD CONTENT
Topic
Content
Source link
Name
2+9 =