hardware info commands

2006-09-17 Thread Fred J.
HiI am after the command which shows info about my hard drives $df is not doing it, I need more specifics because I am recompiling a kernel. I was looking around at /proc/... but could not figure it out.i.e.show pci info$lspcishow cpu info$cat /proc/cpuinfothanks Do you Yahoo!? Get on board. Yo

Re: hardware info commands

2006-09-17 Thread Andrei Popescu
"Fred J." <[EMAIL PROTECTED]> wrote: > Hi > > I am after the command which shows info about my hard drives > $df > is not doing it, I need more specifics because I am recompiling a kernel. I > was looking around at /proc/... but could not figure it out. > > i.e. > show pci info > $lspci > sho

Re: hardware info commands

2006-09-17 Thread Mathias Brodala
Hello Fred. > I am after the command which shows info about my hard drives $df is not doing > it, I need more specifics because I am recompiling a kernel. The „lshw“ command gives you some information about your drives. Regards, Mathias -- debian/rules signature.asc Description: OpenPGP di

Re: hardware info commands

2006-09-17 Thread Sjoerd Hardeman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Try hdparm -I Sjoerd Andrei Popescu wrote: > "Fred J." <[EMAIL PROTECTED]> wrote: > >> Hi >> >> I am after the command which shows info about my hard drives >> $df >> is not doing it, I need more specifics because I am recompiling a kernel. I >

Re: hardware info commands

2006-09-17 Thread Fred J.
Sjoerd Hardeman <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE-Hash: SHA1Tryhdparm -I Sjoerd[EMAIL PROTECTED]:~$ sudo apt-get install hdparmPassword:Reading package lists... DoneBuilding dependency tree... DoneSuggested packages:  apmdThe following NEW packages will be installed  hdpa

Re: hardware info commands

2006-09-17 Thread H.S.
Fred J. wrote: [EMAIL PROTECTED]:~$ hdparm -I /dev/hda hda hda1 [EMAIL PROTECTED]:~$ hdparm -I /dev/hda bash: hdparm: command not found [EMAIL PROTECTED]:~$ hdparm -I bash: hdparm: command not found [EMAIL PROTECTED]:~$ Are you trying this as root? ->HS -- To UNSUBSCRIBE, ema

Re: hardware info commands

2006-09-17 Thread Andrei Popescu
"Fred J." <[EMAIL PROTECTED]> wrote: > > [EMAIL PROTECTED]:~$ hdparm -I /dev/hda > hda hda1 > [EMAIL PROTECTED]:~$ hdparm -I /dev/hda > bash: hdparm: command not found > [EMAIL PROTECTED]:~$ hdparm -I > bash: hdparm: command not found > [EMAIL PROTECTED]:~$ You must be root. And yo