Archive of category "By Linux Distro"
In this example i will try to install cloudstore ( kosmosfs or simply kfs ) on a fedora 10 linux operating system
and will use the following folder structure:
/CLOUD
/storage - folder to mount kfs storage later
/source/kfs-0.3/ – source code
user@computer:$ [root@localhost ~]# mkdir /CLOUD/source;cd /CLOUD/source[root@localhost source]# wget http://downloads.sourceforge.net/project/kosmosfs/kosmosfs/kfs-0.3/kfs-0.3.tar.gz[root@localhost source]# tar zxvf kfs-0.3.tar.gz[root@localhost source]# cd kfs-0.3[root@localhost kfs-0.3]# mkdir build;cd [...]
For those of you who would like to test MooseFS functionality i have made vmware container with version 5.3 of CentOS and MooseFS 1.5.12 installed and configured.
To test it, download the vmware container and run it with Free Vmware Player
Steps to follow:
1) download and unpack the vmware container
2) install vmware player if you dont have [...]