FG
💻 Software

How to find out what disk drives are installed in a Ubuntu server

Fresh6 days ago
Mar 15, 202642321 views
Confidence Score0%
0%

Problem

I have remote access (including root access) to a Ubuntu 9 server, but can't inspect it physically or reboot it. I want to find out the manufacturer and model of the hard disks installed in the server and how they are connected (SATA / IDE, which version). Is there a command line way of doing this?…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to find out what disk drives are installed in a Ubuntu server

Low Risk

If you do an as root it should list the drives and partitions like below: /dev/sda is the drive and each number is a partition. So if you see hda or sda or sdb... this is what you use in the smartctl command. you can get smartctl with Since mine is …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment