|
I hate to say it but Linux isn't easy. It's weird and touchy (if you have grown up on Windows). Apple/Gates made DOS because unix was only for geeks. I mean, if you wanted to shutdown your computer you had to type this: shutdown -y -g0
My suggestion is to grab Linux for dummies, get the latest RedHat (my favorite flavor of Linux), and install it. Mess around with it. It would take me hours of endless typing to help you format your HD partitions and get on the internet. My best suggestion is to get a P2-500 or some "older" computer and a 20GB HD. That way you won't destroy your primary computer.
I'm only 18 and going to Iowa State University for computer engineering. How did I learn all this? From a book? Some of it. Just fiddle with it, kinda like a girlfriend hehe. If I needed help on how to do something then refer to a manual.
FAT32 LIMITATIONS
Windows 2000/XP
FAT32 is an enhanced version of the FAT file system that can be used on drives from 512 megabytes (MB) to 2 TB in size. The partition size limit is approximately 128GB.
FAT32 can be accessed by Win95B (OSR2, OSR2.1), Win95C (OSR2.5), Win98, Win98SE, WinME, Win2K and WinXP.
It cannot be accessed by DOS (prior to version 7.0), Windows 3.x and Windows NT 4.0 (without the use of third party utilities).
ATA133 HDs
The maximum possible number of clusters on a volume using the FAT32 file system is 268,435,445. With a maximum of 32 KB per cluster with space for the file allocation table (FAT), this equates to a maximum disk size of approximately 8 terabytes (TB).
NTFS LIMITATIONS
According to me: It's great for a server that needs security, but overkill for a home user.
File security. Access rights can be assigned to files and directories, allowing users full access, partial access or no access at all to data on your hard disk.
Support for large hard disks, with a theoretical limit of 16 ExaBytes, and up to 2 TeraBytes (TB).
Encryption. The NTFS 5.0 file system can automatically encrypt and decrypt file data as it is read and written to the disk.
Just to make you think... One time I had to get some data from a Hard Drive in EZ-DRIVE format. It came before FAT32 to address the 500MB or so max of FAT16. The only way to read the drive format is to boot from the hard drive as a master. The files/drivers that let windows see EZ-DRIVE as "FAT" or "False FAT" as I call it were placed in the MBR (Master Boot Record). How horrid. To make a long post even longer I had to install a NIC on the computer ('ol P-233) and copy the data over to my server. (All this took about 3 hours of messing around and some research into 'what the hell is ez-drive?')
Last edited by Blake613 on Mar-06-2002 at 18:17
|