Add note on max partition|volume on 32bit arch
This commit is contained in:
parent
68d81528ae
commit
383c30bdef
2 changed files with 7 additions and 1 deletions
|
@ -135,6 +135,9 @@ As you can see in the second line, the /dev/md0 device has been created with the
|
|||
|
||||
## Create and Mount the Filesystem
|
||||
|
||||
!!! note
|
||||
The Helios4 System-On-Chip is a 32bit architecture, therefore the max partition size supported is 16TB. If your RAID array is more than 16TB of usable space, then you will need to create more than just one partition. You can use **fdisk /dev/md0** command to create several partitions on your array, then instead of using */dev/md0* for the below commands, it will be */dev/md0p1*, */dev/md0p2*, etc...
|
||||
|
||||
Create a filesystem on the array:
|
||||
|
||||
sudo mkfs.ext4 -F /dev/md0
|
||||
|
|
|
@ -141,7 +141,7 @@ Once plugins database update is done :
|
|||
!!! info
|
||||
OMV Control Panel will reload and you should see the **Logical Volume Management** page in *Storage* section.
|
||||
|
||||
## Create a LVM Logical Volume
|
||||
## Create a LVM Logical Volume
|
||||
|
||||
To create a Logical Volume 3 steps are necessary :
|
||||
|
||||
|
@ -149,6 +149,9 @@ To create a Logical Volume 3 steps are necessary :
|
|||
2. Add a Volume Group. (Volume Group contains Physical Volumes)
|
||||
3. Add one ore more Logical Volumes. (Logical Volumes are like partitions)
|
||||
|
||||
!!! note
|
||||
The Helios4 System-On-Chip is a 32bit architecture, therefore the max volume size supported is 16TB. If your RAID array is more than 16TB of usable space, then you will need to create more than just one Logical Volume to take advantage of all the available space.
|
||||
|
||||
> Go to **Logical Volume Management** page in *Storage* section.
|
||||
|
||||
> Click **Add** under *Physical Volumes* tab.
|
||||
|
|
Loading…
Reference in a new issue