From Wanos Wiki
Jump to: navigation, search
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
==Insufficient Disk Space==
+
<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>
  
When enabling MultiSite, ensure sufficient disk space is available. 13 GB of disk space is the minimum required for a DataStore <br/>
+
== Insufficient Disk Space ==
If the drive has un-allocated disk space available, the free space can be used for the DataStore. Alternatively, add another drive. <br/><br/>
+
When enabling MultiSite, ensure sufficient disk space is available. See Diagnostics -> Health Status for any disk space notifications.
  
Follow the steps in [[ Change_DataStore_Location | Changing a DataStore Location]]
+
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:
 +
<pre>
 +
sudo /tce/etc/wanos/wanos-fdisk sda
 +
sudo reboot
 +
sudo mkfs.ext3 /dev/sda2
 +
sudo reboot
 +
Set the datastore to sda2 in the gui
 +
</pre>
 +
 
 +
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