Skip to content

Linux Problems and Solutions

A Solutionist

Menu
  • Powershell Scripts
  • Bash Scripts
  • Zimbra
  • Ansible
  • Magento
  • About Me

Tag: ssd

Posted onAugust 31, 2019Uncategorized

Check Harddrive is SATA or SSD – Shell Script

by Navdeep SinghLeave a comment on Check Harddrive is SATA or SSD – Shell Script

vim check.sh   paste below code #!/bin/bash ssdnp=$(cat /sys/block/sda/queue/rotational) htnm=$(hostname) if [ “$ssdnp” -eq 0 ] then echo “$htnm SSD” else echo “$htnm SATA” fi then bash check.sh  

Read More
Posted onJune 16, 2019Uncategorized

Check hard-drive is SSD or not – Linux

by Navdeep SinghLeave a comment on Check hard-drive is SSD or not – Linux

Run below command via CLI cat /sys/block/sda/queue/rotational If you get 0 its SSD, if 1 its not.

Read More

Categories

  • Ansible
  • Bash Scripts
  • How to Install
  • Jobs
  • Linux Interview Questions
  • Magento
  • Migration
  • Powershell Scripts
  • R1soft
  • Solved
  • Uncategorized
  • VMware
  • Windows
  • Zimbra

Recent Posts

  • [Solved] There was an error loading or playing the video in Firefox
  • How to Install AppGate Client on Ubuntu 20/18/16
  • How to install Redis server on CentOS 8
  • Install MariaDB 10.5 on CentOS 8
  • ✅ Install PHP 8.0 on CentOS 8 / RHEL 8

Most Viewed Posts

  • [Solved] R1soft build module issue for CentOS kernel 4.4.112 – hcpdriver-cki-4.4.112-1.el6_.elrepo.x86_64.ko (2,256)
  • List of Processes consuming most of the RAM/Memory with ps command – Linux (1,896)
  • [SOLVED] FAILED R1soft HCP module hcpdriver-cki-4.18.0-193.14.2.el8_2.x86_64.ko on CentOS 8 (1,792)
  • How to Install R1Soft Agent on CentOS 8 (1,771)
  • ✅ Install PHP 8.0 on CentOS 8 / RHEL 8 (1,723)
  • How to install CDP/R1soft on a CentOS 6/7 server (1,639)
  • [Solved] Connection to Redis failed after x failures Client.php Credis_Client->connect (1,301)
  • Install OCS Inventory Agent on CentOS 7 (906)
  • [Solved] urllib3 (1.25.3) or chardet (2.2.1) doesn’t match a supported version! (705)
  • [Solved] Error getting authority: PolicyKit1′: timed out (g-dbus-error-quark, 20) (614)
Amphibious Theme by TemplatePocket ⋅ Powered by WordPress