![]() |
Kuro Box Gentoo Help for users running Gentoo on the Kuro Box. |
||||||||||||||||||||||
| Home | About the Site | Contact Us | |||||||||||||||||||||||
|
Installing Gentoo Beta 1 on the
Kuro Box 7. Setting up the File System 7. a. Configuring fstab This is a very important step, but also a very easy one. If you have some Linux experience, it should be pretty straightforward. If you don't, just google for some doc about this file, it is described in any beginner guide. The goal here is to tell Gentoo how and where we want our hard disk partitions mounted. Linux reads the /etc/fstab file at every boot to determine how to mount our partitions. The important lines are the ones which begin with /dev/hdaX (where X is a number). We are telling Gentoo that on every boot, it should mount the hard disk partitions represented by /dev/hdaX at a certain spot in the Linux file system. In this guide, we want /dev/hda3 to mount at /datafiles. We need to open the file /etc/fstab in our text editor:
7. b. Creating mount points Now we need to create the mount point so that our /dev/hda3 partition will show up in the file system:
Now we are ready to go to the next section. << Return to table of contents |