Vnx-install-root fs

From VNX
Revision as of 23:56, 13 July 2011 by David (talk | contribs)
Jump to: navigation, search

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>