Main menu
In short terms. What is Linux? Linux is a Unix-
Most often question is : "What is necessary to installing Linux for first time?". You must have a free disk space. The best and easiest way is if the wohe hard disk drive is dedicated to Linux. Linux uses "its own file system" (FS) and most used are ext2, ext3, ext4 and RAISERFS. Can be used from other operating system, but best is they native fs. There is another FS, whitch is important for Linux -
Dispate the fact that is not necessary for Linux SWAP partition, it is common practice to create separate partitions for SWAP. SWAP or Page file concept is known to all those who worked on Windows OS and marks one part of the Virtual memory stored on hard disk. Usually the size of SWAP is 1.5 to 2 times of RAM (physical memory), but to my personal experience, a reasonable upper limit for SWAP is 3G of RAM.
Next on what should pay attention is the term -
It could be said to we have devices that ar attached to the Unix tree. Tree is something that is typical for Unix-

A typical example of Linux tree is:
/ -
/bin -
/boot -
/dev -
/etc -
/home -
/lib -
/media -
/mnt -
/opt -
/proc -
/root -
/sbin -
/tmp -
/usr -
/var -
Devices that are mounted are recognized in the /dev directory. Eg. When we have an SATA disk drive, he identifies as /dev/sda1 (s-