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
You should follow me on twitter here or grab rss feed to keep track of new changes.
Featured Articles:
- 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
- Top 30 Nmap Command Examples For Sys/Network Admins
- 25 PHP Security Best Practices For Sys Admins
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins
- Top 20 OpenSSH Server Best Security Practices
- Top 20 Nginx WebServer Best Security Practices
- 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors
- 15 Greatest Open Source Terminal Applications Of 2012

- My 10 UNIX Command Line Mistakes
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- The Novice Guide To Buying A Linux Laptop















{ 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