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

From VNX
Jump to: navigation, search
Line 1: Line 1:
 
{{Title|Downloading VNX root filesystems}}
 
{{Title|Downloading VNX root filesystems}}
  
 +
Download root file systems from
 +
http://idefix.dit.upm.es/download/vnx/filesystems and copy them to /usr/share/vnx/filesystems directory:
  
<li>Download root file systems from http://idefix.dit.upm.es/download/vnx/filesystems and copy them to /usr/share/vnx/filesystems directory:</li>
+
</li>Ubuntu server:</li>
 +
 
  cd /usr/share/vnx/filesystems
 
  cd /usr/share/vnx/filesystems
 +
wget -N http://idefix.dit.upm.es/vnx/filesystems/root_fs_ubuntu-10.10-v021.qcow2.bz2
 +
bunzip2 root_fs_ubuntu-10.10-v021.qcow2.bz2
 +
ln -s root_fs_ubuntu-10.10-v021.qcow2 root_fs_ubuntu
 
   
 
   
  # ubuntu server
+
</li>Ubuntu with GUI:</li>
  wget -N http://idefix.dit.upm.es/download/vnx/filesystems/root_fs_ubuntu-10.10-v02.qcow2.bz2
+
  cd /usr/share/vnx/filesystems
  bunzip2 root_fs_ubuntu-10.10-v02.qcow2.bz2
+
  wget -N http://idefix.dit.upm.es/vnx/filesystems/root_fs_ubuntu-10.10-gui-v021.qcow2.bz2
  ln -s root_fs_ubuntu-10.10-v02.qcow2 root_fs_ubuntu
+
  bunzip2 root_fs_ubuntu-10.10-gui-v021.qcow2.bz2
 +
  ln -s root_fs_ubuntu-10.10-gui-v021.qcow2 root_fs_ubuntu-gui
 +
 
 +
<li>Freebsd server:</li>
 +
cd /usr/share/vnx/filesystems
 +
wget -N http://idefix.dit.upm.es/vnx/filesystems/root_fs_freebsd-8.1-v021.qcow2.bz2
 +
bunzip2 root_fs_freebsd-8.1-v021.qcow2.bz2
 +
ln -s root_fs_freebsd-8.1-v021.qcow2 root_fs_freebsd
 
   
 
   
# ubuntu with gui
+
<li>Freebsd with GUI:</li>
wget -N http://idefix.dit.upm.es/download/vnx/filesystems/root_fs_ubuntu-10.10-gui-v01.qcow2.bz2
+
  cd /usr/share/vnx/filesystems
bunzip2 root_fs_ubuntu-10.10-gui-v01.qcow2.bz2
+
  wget -N http://idefix.dit.upm.es/vnx/filesystems/root_fs_freebsd-8.1-gui-v021.qcow2.bz2
ln -s root_fs_ubuntu-10.10-gui-v01.qcow2 root_fs_ubuntu-gui
+
  bunzip2 root_fs_freebsd-8.1-gui-v021.qcow2.bz2
+
  ln -s root_fs_freebsd-8.1-gui-v021.qcow2 root_fs_freebsd-gui
# freebsd server
 
  wget -N http://idefix.dit.upm.es/download/vnx/filesystems/root_fs_freebsd-8.1-v01.qcow2.bz2
 
bunzip2 root_fs_freebsd-8.1-v01.qcow2.bz2
 
ln -s root_fs_freebsd-8.1-v01.qcow2 root_fs_freebsd
 
 
# freebsd gui
 
  wget -N http://idefix.dit.upm.es/download/vnx/filesystems/root_fs_freebsd-8.1-gui-v01.qcow2.bz2
 
  bunzip2 root_fs_freebsd-8.1-gui-v01.qcow2.bz2
 
  ln -s root_fs_freebsd-8.1-gui-v01.qcow2 root_fs_freebsd-gui
 
 
   
 
   
# winxp and win7
+
<li>Windows XP, Windows 7, Dynamips and Olive:</li>
  # Sorry! Unfortunately for legal reasons we cannot distribute windows XP
+
  # For legal reasons we cannot distribute any of these root filesystems.
  # or Windows 7 root filesystems. See VNX documentation for detailed recipes
+
  # See VNX documentation for detailed recipes to create or use these root  
# to create these root fylesystems from scratch
+
# fylesystems
 +
</ul>

Revision as of 22:56, 13 July 2011

Downloading VNX root filesystems

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

</li>Ubuntu server:</li>

cd /usr/share/vnx/filesystems
wget -N http://idefix.dit.upm.es/vnx/filesystems/root_fs_ubuntu-10.10-v021.qcow2.bz2
bunzip2 root_fs_ubuntu-10.10-v021.qcow2.bz2
ln -s root_fs_ubuntu-10.10-v021.qcow2 root_fs_ubuntu

</li>Ubuntu with GUI:</li>

cd /usr/share/vnx/filesystems
wget -N http://idefix.dit.upm.es/vnx/filesystems/root_fs_ubuntu-10.10-gui-v021.qcow2.bz2
bunzip2 root_fs_ubuntu-10.10-gui-v021.qcow2.bz2
ln -s root_fs_ubuntu-10.10-gui-v021.qcow2 root_fs_ubuntu-gui
  • Freebsd server:
  • cd /usr/share/vnx/filesystems
    wget -N http://idefix.dit.upm.es/vnx/filesystems/root_fs_freebsd-8.1-v021.qcow2.bz2
    bunzip2 root_fs_freebsd-8.1-v021.qcow2.bz2
    ln -s root_fs_freebsd-8.1-v021.qcow2 root_fs_freebsd
    
    
  • Freebsd with GUI:
  • cd /usr/share/vnx/filesystems
    wget -N http://idefix.dit.upm.es/vnx/filesystems/root_fs_freebsd-8.1-gui-v021.qcow2.bz2
    bunzip2 root_fs_freebsd-8.1-gui-v021.qcow2.bz2
    ln -s root_fs_freebsd-8.1-gui-v021.qcow2 root_fs_freebsd-gui
    
    
  • Windows XP, Windows 7, Dynamips and Olive:
  • # For legal reasons we cannot distribute any of these root filesystems. 
    # See VNX documentation for detailed recipes to create or use these root   
    # fylesystems
    

    </ul>