! WebGUI - http://mycloud or http://mycloud.local ! WebGui User/Password: admin / mycloud ! SSH User/Password: root / mycloud * For upgrade - just save /etc/openmediavault/config.xml to somewhere and restore it after reflash. * Extra plugins: http://omv-extras.org/simple/index.php?id=how-to-install-omv-extras-plugin * Use [Tab] button for autocomplete. -------------------------------------------------------------- On first run: Go to "Network adapter settings" and recreate network adapter (eth0) Go to "Mounts and storage" and remount /dev/sda4. Go to Folders and create few folders (Video, Photo, Musik, Docs etc...). Go to Users and create few users, include your user. Configure Samba, FTP and other services what you need. Use. -------------------------------------------------------------- # move minidlna db to data partition: # Replace [Tab] to disk UUID (Or just press [tab] when type this command) service minidlna stop mv /var/lib/minidlna /media/[Tab]/ ln -s /media/[Tab]/minidlna/ /var/lib/ service minidlna start -------------------------------------------------------------- ===================== OMV 1.16a ==================== * Just hotfix * Latest kernel - 3.2.68! * Omv-exstras.org fix (All plugins installable now) * Omv-Plex plugin support. (Yeah, Plex is here!) * Ramlog fix (Works. But need more tuning - disable some cron jobs) * Please, move Minidlna DB file to Data partition manually. * Great performance for unmodified samba v3! (Up to 50MB/s) * Missing Omv-exstras.org plugin. Read this: http://omv-extras.org/simple/index.php?id=how-to-install-omv-extras-plugin ===================== OMV 1.16 ===================== * All packages from wheezy. No "Sid" repo, so install and update works fine. * LED changes: yellow when boot/shutdown, green - when ssh server started (Ready to connect/poweron) ! Network configuration error - need add to section in /etc/openmediavault/config.xml (See examples. UUID - any numbers/letters 0-9/A-F) ! Ramlog/sleepmode still need fixes (shold start after "stop-bootlogd-single" or first in "single-user" mode (rc1.d)) ===================== OMV 1.12 ===================== * All packages updated to latest. * Minidlna, Transmission and samba - from SID (Latest versions) * Removed all precreated folders * Added ramlog and, possible, standby/suspend/sleep mode (HDD spindown) ==> MySQL Fix: apt-get install -t wheezy --reinstall perl-base ===================== OMV 1.11 ===================== * Kernel 3.2.40 + Modules (Sound, USB-Lan/WiFi, zram, xor, cryptography, netfilter/iptables etc.) * Samba speed still low :( * Can't install iscsi target support (Because its download linux-headers and try to compile iscsi-trgt.ko, but can't.) * WOL not supported. ==> Shares fix: export NEWUUID=`blkid /dev/sda4 -o value -s UUID` sed -i 's|e0fcf183-81a7-49b0-88b8-c898f6a6144d|'$NEWUUID'|g' /etc/fstab sed -i 's|e0fcf183-81a7-49b0-88b8-c898f6a6144d|'$NEWUUID'|g' /etc/openmediavault/config.xml sed -i 's|Data|shares\/Public|g' config.xml mkdir /media/$NEWUUID rm -r /media/e0fcf183-81a7-49b0-88b8-c898f6a6144d omv-mkconf fstab unset NEWUUID reboot ==> Add ramlog support: wget http://www.tremende.com/ramlog/download/ramlog_2.0.0_all.deb dpkg -i ramlog_2.0.0_all.deb /etc/init.d/ramlog >> Add after # Provides: ramlog >> This: # X-Start-Before: rsyslog bootlogd php5-fpm transmission-daemon nmbd samba nginx # X-Stop-After: rsyslog bootlogd php5-fpm transmission-daemon nmbd samba nginx >> Replace start) with this: start) /etc/init.d/bootlogd stop start /etc/init.d/bootlogd start ;; insserv reboot