on a bit of a tangent from "Linux NAS Hardware"
http://forum.tinycorelinux.net/index.php/topic,1851.0.htmli have been looking for some kind of similar sloution!
and found xigmanas , 500mb live image
https://xigmanas.com/xnaswp/"XigmaNAS can be installed on an extremely wide range of hardware.
Anything from an actual server to an old repurposed computer you may have laying around. "
the hw compatability wiki @
https://www.xigmanas.com/wiki/doku.php?id=xigmanas_users_hardwarehas a much depth esp wrt to disks
all though curently im winging it re/up-cycling "old" slavaged skyhd box 500GB/1TB & repurposed pc
after boot a prompt with an options list
can be used to configure / manage / access some essentual functions
like config network , install to disk , start stop web-gui server , set web-gui password , manage web-gui access
and many more options are acessable via web-gui control panel
which intrestingly includes some kind of virtualbox box web-gui !
with guest remote display avalable via vnc
of corse cli/ssh access is also avalable!
install was fairly simple enough
( i had some problems/error's with laptop dvd + sata2usb adaptor , older laptop dvd in pata2usb caddy worked )
install option gpt/efi only worked on a board with EFI booted in efi mode
mbr option work when the gpt/efi options failed to boot after sucessfull install ( perhaps this could have been fixed in bios cfg ??)
last partition (pt3) step has option to use all remaning space
after install
adding primary disk and the (pt3) "data" mount point in the web gui
to get tcl iso inorder to test in vbox
i had to install wget
> pkg install wget
then grab something to test
> cd /mnt/data
> wget $some_core_iso
in the virtualsation tab of the web gui
chnage some settings
eg vbox home dir to cd /mnt/data
and enable ( top tight chkbox )
save
then just follow the "Administrative WebGUI (phpVirtualBox)" link
i briefly setup/tested services/ftp
it appears rsync is avalable , which could be usefull for eg: local mirroring
if any one happens to get git web working in XigmaNAS ,
please share you methods hear !
..after some small atempts , (iguess) the path forward is a advansed/"full" install ( which i imagin is like traditional/scater mode install to disk ??)
or some bsd bind mount equivlent (nullfs) !
or unionfs ??
as it appears?? git must be rebuilt with git web option ??
and trying to add ports to XigmaNAS live install runs out of space =p
simpleer option might be tc + git-web in vm ...
hope the above is useful or at least understanable/readable xD