skip to main | skip to sidebar

Coding Life

Example is better than percept

  • Home
  • PostsRSS
  • CommentsRSS
  • Edit
0

Why windows not showing 4GB ram?

There's a chip on your motherboard that is sometimes referred to as the "north bridge." One of the responsibilities this chip has is to translate information from your CPU to your RAM and vice-versa. But it can only speak a 32-bit dialect of RAM, which limits it to 2^32 bits of available addressing space. So no matter how much RAM you install, your total system memory is limited to 2^32 bits, which is about 4GB. Since other devices require addressing space as well, this traditionally lowers your RAM allocation down to somewhere in the 2.5 to 3.5 GB range, depending on your hardware.

hardware, Windows Read More
0

recreate RAID array

if one of the drives fail, replace the drive and rebuild the RAID-0 on the dead machine:

mdadm --stop /dev/md0
mdadm --create --verbose /dev/md0 --level=0 --raid-devices=3 /dev/sdb1 /dev/sdc1 /dev/sdd1 --auto=md

Linux Read More
Newer Posts Older Posts Home

Search This Blog

Labels

  • Android (3)
  • Asp.net (5)
  • Backup (4)
  • Database (16)
  • Exchange (2)
  • Fonts (1)
  • GMS (1)
  • Google (1)
  • hardware (2)
  • Huawei (1)
  • Interview (4)
  • Job (4)
  • Linux (60)
  • MySQL (1)
  • Oracle (4)
  • Phone (1)
  • Postgresql (9)
  • Programming (3)
  • Remote (6)
  • Router (1)
  • Samba (4)
  • Script (2)
  • Server (34)
  • slax (7)
  • Ubuntu (25)
  • website (2)
  • Windows (27)
  • WRT (1)

Blog Archive

  • ►  2021 (1)
    • ►  September (1)
  • ►  2019 (5)
    • ►  July (1)
    • ►  June (1)
    • ►  April (3)
  • ►  2018 (2)
    • ►  June (2)
  • ►  2017 (1)
    • ►  January (1)
  • ►  2016 (3)
    • ►  February (1)
    • ►  January (2)
  • ►  2015 (3)
    • ►  September (2)
    • ►  August (1)
  • ►  2014 (11)
    • ►  September (1)
    • ►  August (1)
    • ►  June (2)
    • ►  April (2)
    • ►  March (2)
    • ►  February (1)
    • ►  January (2)
  • ►  2013 (3)
    • ►  August (1)
    • ►  January (2)
  • ►  2012 (6)
    • ►  October (3)
    • ►  September (1)
    • ►  March (1)
    • ►  January (1)
  • ►  2011 (18)
    • ►  December (1)
    • ►  October (1)
    • ►  September (2)
    • ►  August (3)
    • ►  May (1)
    • ►  April (1)
    • ►  March (2)
    • ►  February (3)
    • ►  January (4)
  • ▼  2010 (33)
    • ►  December (1)
    • ►  November (2)
    • ►  October (5)
    • ►  September (2)
    • ►  August (3)
    • ►  July (1)
    • ▼  June (2)
      • Why windows not showing 4GB ram?
      • recreate RAID array
    • ►  May (4)
    • ►  April (6)
    • ►  March (2)
    • ►  February (4)
    • ►  January (1)
  • ►  2009 (7)
    • ►  December (7)
  • ►  2008 (6)
    • ►  September (5)
    • ►  August (1)
Powered by Blogger.
 

2009 ·Coding Life by TNB

PostsComments