How do I find out serial number information for my hard disk under Ubuntu Linux Gnome desktop environment?
You need to use the device manager. It is an application for examining the details of your hardware. You can view or start the device manager by clicking on :
System Menu > Administration > Device Manager
Select hard disk > Click on Advanced tab to view the details.
Install gnome-device-manager
If you cannot locate Device manger, type the following commands to install the same. Open a terminal and type the following command:
sudo apt-get update
sudo apt-get install gnome-device-manage
hardinfo program
The hardinfo program generate HTML reports on your system's hardware. It can also benchmark and compare your system. By default the program 'hardinfo' is not installed. You can install it by typing the following command at the shell prompt:
sudo apt-get install hardinfo
Type the following command to start hardinfo:
hardinfo
Command Line Options
Use the hdparm and/or sdparm commands to get serial number information:
sudo sdparm --vendor sea /dev/sda
sudo hdparm -i /dev/hda
sudo hdparm -I /dev/hda
OR
ls /dev/disk/by-id
Featured Articles:
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- My 10 UNIX Command Line Mistakes
- Linux: 20 Iptables Examples For New SysAdmins

- 25 PHP Security Best Practices For Sys Admins
- The Novice Guide To Buying A Linux Laptop
- 10 Greatest Open Source Software Of 2009
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- Top 20 OpenSSH Server Best Security Practices
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Linux Video Editor Software
Facebook it - Tweet it - Print it -




{ 4 comments… read them below or add one }
also….
apt-get install lsscsi
rootlocalhost:~# lsscsi
[0:0:0:0] disk ATA ST3250310AS 3.AA /dev/sda
[1:0:0:0] disk ATA ST3250310AS 3.AA /dev/sdb
Thanks for the info, I think the same can be found by using dmesg command
Si de hecho ¬¬ dmesg da esa información, pero los otros lo hacen bonito ;)
Or use blkid to have UUID and TYPE info in command line