Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11
hi friends, Im Using Fedora Core 2. 1.how to know the RAM size in linux CLI mode and GUI. 2.Processor Info 3.Harddisk size in GB. fdisk -l shows in bytes ...
  1. #1
    Just Joined! rjayavrp's Avatar
    Join Date
    Apr 2009
    Location
    Incredible India
    Posts
    42

    Thumbs up Few Basic Questions???

    hi friends,
    Im Using Fedora Core 2.

    1.how to know the RAM size in linux CLI mode and GUI.
    2.Processor Info
    3.Harddisk size in GB. fdisk -l shows in bytes i think
    4.How to Make a Harddisk to Detect as Primary Master/slave without changing jumbers in HDD.
    5.kernel space memory size and user space size.
    6.Devices installed in my pc.(like keyboard,mouse,mother board)

  2. #2
    Linux Guru jmadero's Avatar
    Join Date
    Jul 2007
    Location
    California
    Posts
    1,958
    you can install a ton of different monitors that will show you the information above, I use conky (it's a little advanced but integrates with the desktop and looks clean and if you have a little patience can do a lot of cool stuff).

    Conky - Screenshots

    for #4, what do you mean exactly? What are you trying to do? You should just have your root partition booting and the other partitions/hard drives mounting to other folders.

    #5 - Kernel space memory? User space size? If you mean how much space is being used by the system and how much is in your personal folder it's not the easiest thing to do if both are on the same partition. I'd say just go to your home folder, select all the folders (cntrl + a) and then right click and go to properties, that will show you how much you are using for the user, then subtract from total used for system files size. A lot of linux users separate the root partition (the actual OS) from the home partition (where all user files are stored). It's safer and it's easy to see how files are being used. For me only about 4 gigs are for system files/folders

    #6 - Devices run
    lspci

    it will show all your system info, including keyboards and such
    Bodhi 1.3 & Bodhi 1.4 using E17
    Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17

    "The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"

  3. #3
    Just Joined! rjayavrp's Avatar
    Join Date
    Apr 2009
    Location
    Incredible India
    Posts
    42
    for #1,#2,#3

    without installing tools like "conky", i need to know through commands. plz

    for #4,
    Im Working in Multi-processor system now.

    I installed Fedora through one Master processor, then the same hard is taken to work with slave processor of different family.
    First time it worked well. then i took the hard disk again to boot in master for backup.
    atlast i booted with slave... while loading Fedora,
    "unable to resolve LABEL=\ " is Displayed.

  4. #4
    Linux Guru jmadero's Avatar
    Join Date
    Jul 2007
    Location
    California
    Posts
    1,958
    well for 1 and 2 you can use the commmand "top"

    for 3, df -h

    I'll think about 4 a bit more
    Bodhi 1.3 & Bodhi 1.4 using E17
    Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17

    "The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"

  5. #5
    Trusted Penguin Roxoff's Avatar
    Join Date
    Aug 2005
    Location
    Nottingham, England
    Posts
    3,392
    4. For hard IDE disks either use master/slave jumper setting, or use the 'cable select' option on both drives and have the system determine master/slave by the plug they're connected to on the ribbon cable. Or you could use SATA, in which case there's no concept of master or slave.

    6. You can use 'lspci' to list stuff connected to the pci bus, and 'lsusb' to list stuff connected to the USB ports, this might give you what you need.
    Linux user #126863 - see http://linuxcounter.net/

  6. #6
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    This sounds suspiciously homework-y to me. Why are you using Fedora Core 2? It's 5 years old...

  7. #7
    Linux Guru jmadero's Avatar
    Join Date
    Jul 2007
    Location
    California
    Posts
    1,958
    haha I thought the same exact thing....
    Bodhi 1.3 & Bodhi 1.4 using E17
    Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17

    "The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"

  8. #8
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,071
    Quote Originally Posted by reed9 View Post
    This sounds suspiciously homework-y to me. Why are you using Fedora Core 2? It's 5 years old...
    I was wondering if anybody else noticed!
    And why FC2? Aren't some classes/courses still using RH9 and older releases of FC for their lesson plans?
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

  9. #9
    Linux Guru jmadero's Avatar
    Join Date
    Jul 2007
    Location
    California
    Posts
    1,958
    I hate that the linux classes are so damn scripted, linux is about the learning process by guess and check and failure after failure before you get great success stories piled up. Instead it seems like all these classes just turn it into a boring Excel lesson basically, "Question 1 - install latest kernel from source, Question 2 - Learn an old distro that no one uses any more and hasn't been used in 5 years, Question 3 - Now explain why Microsoft is better than Linux after your experience from Question 2
    Bodhi 1.3 & Bodhi 1.4 using E17
    Dell Studio 17, Intel Graphics card, 4 gigs of RAM, E17

    "The beauty in life can only be found by moving past the materialism which defines human nature and into the higher realm of thought and knowledge"

  10. #10
    Just Joined! rjayavrp's Avatar
    Join Date
    Apr 2009
    Location
    Incredible India
    Posts
    42
    hey guys,

    FC2 is enough for our requirement... i think what i wanted to know is not related with versions i hope...
    some answers i got...
    #1
    cat /proc/meminfo
    #2
    cat /proc/cpuinfo
    #3
    df -h but it lists only linux's partitions.but i need to know all partitions.
    #6
    i would like to know whether "lspci" shows even non-pci devices like VME.

    thanks.

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...