Re: Get a list of hard disks

2004-08-13 Thread Stefan O'Rear
On Fri, Aug 13, 2004 at 04:13:23PM -0400, Tong wrote: > Hi, > > How can I get a list of hard disks available in my system? Try these: stefan:~$ ls /proc/ide -l --color=none total 0 -r--r--r--1 root root0 Aug 13 13:23 drivers lrwxrwxrwx1 root root

RE: Get a list of hard disks

2004-08-13 Thread Tony Uceda Velez
You can redirect the output of 'dmesg' to a flat file and use your favoriate editor to view the listed drives that have been recognized by your system. Tony UcedaVélez Security Analyst [EMAIL PROTECTED] 877.884.1110 -- SecureWorks. Rock-solid Internet security. No hassles. No headcount.

Re: Get a list of hard disks

2004-08-13 Thread Kevin Mark
On Fri, Aug 13, 2004 at 04:13:23PM -0400, Tong wrote: > Hi, > > How can I get a list of hard disks available in my system? > > NB, the "sfdisk -s" doesn't work in my system (testing, 2.4.25-1-386). > It shows: > > $ sfdisk -s > total: 0 blocks Hi, what about: fdisk -l and anything that the ke