- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: on linux AS3, how do I know the list of disks?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2006 06:14 AM
05-11-2006 06:14 AM
on linux AS3, how do I know the list of disks?
What is the command to list all disks on the server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2006 07:03 AM
05-11-2006 07:03 AM
Re: on linux AS3, how do I know the list of disks?
You can see /dev/sd
fdisk /dev/sd
You can also have IDE devices, that would be /dev/hda, /dev/hdb, /dev/hdc, /dev/hdd for primary master, slave, secondary master, slave.
You may also need to know lvm commands, like pvscan, pvdisplay, vgdislplay and lvdisplay. This may be fammiliar to you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2006 11:55 AM
05-11-2006 11:55 AM
Re: on linux AS3, how do I know the list of disks?
cat /proc/partitions
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2006 04:40 PM
05-11-2006 04:40 PM
Re: on linux AS3, how do I know the list of disks?
If you need to see that next level deeper, you'll need to tell us what RAID controller is in the machine so we can tell you which tool you need to use.
The 'lspci' command should give you an idea as to what controller is in use.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2006 12:58 AM
05-12-2006 12:58 AM
Re: on linux AS3, how do I know the list of disks?
The command will vary if u are using LVM or simple disk partitioning.
Usually you will get the required info by giving the foll commands:
fdisk
pvdisplay
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2006 01:03 AM
05-12-2006 01:03 AM
Re: on linux AS3, how do I know the list of disks?
Use the command "cat /proc/partitions" to see full list of disks and partitions that your system can see.
Regards,
Asif Sharif
Asif Sharif