Clean OS (Debian), OpenMediaVault and other "firmwares"

If you have access to omv interface, is that it’s good :slight_smile:
Of repositories are available, needs more of these files “omv_2.0.2_Test.tar.gz”
If you want the latest version (omv3 erasmus), install clean debian jessie and following this tutorial :

echo “deb Index of /public erasmus main” > /etc/apt/sources.list.d/openmediavault.list
echo “127.0.1.1 MyCloud.localdomain MyCloud” >> /etc/hosts
apt-get update && apt-get upgrade

apt-get install openmediavault-keyring postfix apt-transport-https

apt-get update
apt-get install openmediavault
omv-initsystem
reboot

Images are available here to return to the basic firmware, the easiest and fastest, must unmount the drive :

Another interesting thing to avoid reinstall everything, make a backup of the sytem (from the SSH) :

dd if=/dev/sda of=/DataVolume/shares/Public/mycloud.img bs=1M count=5000

1 Like