From Wanos Wiki
Jump to: navigation, search
(Insufficient Disk Space)
 
Line 1: Line 1:
 +
<font size=5> Document migrated. An updated [http://wanos.co/docs/docs/wanos-admin-guide/optional-configuration/change-datastore-drive/ Change Datastore Drive Guide] can be found in the  http://wanos.co/docs Wanos Documentation site] </font>
 +
<font color=#dddddd>
 +
 
== Insufficient Disk Space ==
 
== Insufficient Disk Space ==
 
When enabling MultiSite, ensure sufficient disk space is available. See Diagnostics -> Health Status for any disk space notifications.
 
When enabling MultiSite, ensure sufficient disk space is available. See Diagnostics -> Health Status for any disk space notifications.
Line 14: Line 17:
  
 
Alternatively another drive can be added. See the related page for detailed instructions: '''[[ Change_DataStore_Location ]]'''
 
Alternatively another drive can be added. See the related page for detailed instructions: '''[[ Change_DataStore_Location ]]'''
 +
 +
</font>

Latest revision as of 17:49, 10 February 2017

Document migrated. An updated Change Datastore Drive Guide can be found in the http://wanos.co/docs Wanos Documentation site]

Insufficient Disk Space

When enabling MultiSite, ensure sufficient disk space is available. See Diagnostics -> Health Status for any disk space notifications.

If the drive has un-allocated disk space available, the free space can be used for the datastore. Assuming the appliance only has one drive connected, the following steps can be used to enable a second partition:

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

Alternatively another drive can be added. See the related page for detailed instructions: Change_DataStore_Location