Good afternoon,
I'm a beginner and I need Your help :please .
I installed fvdw-sl firmware version 16-1 on 5big2 in sda.
I have 5 HD from 500 GB.
I make a RAID 5 on sdb, sdc, sdd and sde.
From web interface, "disk setup" I can see "Volume" Vol-A on Disk-A (Status active) and RD5-0 (Status clean) in the other four disk.
But in File Share menu, when I try to create a new share I can see only Vol-A.
:hairpull
I attach this:
[color=#40FF40]root@fvdwsl-base:/ # /etc/api/nasapi.php "mrvlGetVolume high all"
API[2017/03/14 16:43:58] dm_get_vol_free_size.finc(31)[2386]: System is during file system build process on vol 1100
Array
(
[0] => Array
(
[volid] => 1000
[totalsize] => 462.626209259
[freesize] => 450.532333374
[usedsize] => 12.093875885
[name] => Vol-A
[md] => /dev/sda8
[color] => #9ae14f
[formatting] => 0
[status] => active
[busy] => 0
[raidtype] => single
)
[1] => Array
(
[volid] => 1100
[totalsize] => 1397.27728271
[freesize] => 1397.27728271
[usedsize] => 0
[name] => RD5-0
[md] => /dev/md0
[color] => #5a6c91
[formatting] => 1
[status] => clean
[busy] => 1
[raidtype] => raid5
[redundant] => 1
)
)[/color]