Difference between revisions of "Vnx-install-root fs"

From VNX
Jump to: navigation, search
Line 35: Line 35:
 
  # fylesystems
 
  # fylesystems
 
</ul>
 
</ul>
 +
 +
Additionally, if you plan to use VNUML root filesystems:
 +
# VNUML root_fs_tutorial and kernel
 +
cd /usr/share/vnx/filesystems
 +
wget -N http://idefix.dit.upm.es/download/vnx/filesystems/root_fs_tutorial-0.6.0.bz2
 +
bunzip2 root_fs_tutorial-0.6.0.bz2
 +
ln -s root_fs_tutorial-0.6.0 root_fs_tutorial
 +
cd /usr/share/vnx/kernels
 +
wget -N http://jungla.dit.upm.es/~vnx/download/kernels/linux-2.6.18.1-bb2-xt-4m
 +
chmod +x linux-2.6.18.1-bb2-xt-4m
 +
ln -s linux-2.6.18.1-bb2-xt-4m linux

Revision as of 00:11, 14 July 2011

Downloading VNX root filesystems

Download root file systems from http://idefix.dit.upm.es/vnx/filesystems and copy them to /usr/share/vnx/filesystems directory:

Additionally, if you plan to use VNUML root filesystems:

# VNUML root_fs_tutorial and kernel
cd /usr/share/vnx/filesystems
wget -N http://idefix.dit.upm.es/download/vnx/filesystems/root_fs_tutorial-0.6.0.bz2
bunzip2 root_fs_tutorial-0.6.0.bz2
ln -s root_fs_tutorial-0.6.0 root_fs_tutorial
cd /usr/share/vnx/kernels
wget -N http://jungla.dit.upm.es/~vnx/download/kernels/linux-2.6.18.1-bb2-xt-4m
chmod +x linux-2.6.18.1-bb2-xt-4m
ln -s linux-2.6.18.1-bb2-xt-4m linux