Excuse the dust...Why have things changed? Bah, click that last sentence to find out.
<?php<br>include_once("http://forum.heavybrick.com/index.php");<br>?>
<?php<br>Header("Location: http://forum.heavybrick.com/index.php");<br>?>
<?php<br>phpinfo()<br>?>
For some reasons, hard drive manufacturers are under the impression that computers use a Base-10 number system to express the amount of storage a device can handle. This is why all of the hard drives that are labelled as 80GB have the disclaimer "1GB = 1,000,000,000 bytes". Let's do the math.80GB is equal to 80,000,000,000 bytes. Computers think in binary, Base-2. One Giga-something in Binary is equal to 2^30, or 1,073,741,824. That is obviously more than 1 billion. Thus, 80GB should be 85,899,345,920 bytes (80* 2^30). But, you have 80,000,000,000 bytes. If you divide this number by 2^30, you get 74.50580596923828125..., or approximately 74.5. This is why you have 74.5GB of free space on an 80GB hard driveOf course, then you can dig even further. An 80GB hard drive really has more than 80GB, despite what my calculations here show. This is how a drive deals with bad sectors. When a bad sector is encountered, it is marked by the drive and the OS, but nothing happens to it. When a low-level format is done, the bad sectors that have been marked (and those that haven't been marked yet) are re-mapped by the hard drive to other parts of the hard disk, that are reserved for use only when bad sectors have to be redirected to those locations.
Make sure rxvt is part of your Cygwin install, and update your C:\cygwin\cygwin.bat to this: @echo off C: chdir \cygwin\bin start rxvt -sr -sl 10000 -fg white -bg black -fn fixedsys -tn cygwin -e /bin/bash --login -i