From Wanos Wiki
Revision as of 11:48, 12 November 2015 by Lew (Talk | contribs)

Jump to: navigation, search
  • Insufficient Disk Space

When enabling MultiSite, ensure sufficient disk space is available.

If the drive has un-allocated disk space available the free space can be used for the datastore. Alternatively add another drive.

To partition the free space to be used for the datastore the wanos-fdisk utility can be used:

sudo /tce/etc/wanos/wanos-fdisk sda

To format the new partition:

sudo mkfs.ext3 sda2

Reboots may be required in between. Once ready to be used, the partition will display in the Settings Tab:

datastore_config1.png

Summary of command list:

sudo /tce/etc/wanos/wanos-fdisk sda
sudo reboot
sudo mkfs.ext3 /dev/sda2
sudo reboot
Set the datastore to sda2 in the gui

Change_DataStore_Location