Openmediavault Wordpress
openmediavault is a complete network attached storage (NAS) solution based on DebianLinux.
WordPress is a free and open-source content management system (CMS) written in PHP and paired with a MySQL or MariaDB database. Features include a plugin architecture and a template system, referred to within WordPress as Themes. Password: openmediavault; Connect to OMV using the web interface – Login as admin. Select menu item Access Right Management User. Select admin from list. Click Edit button. The windows Edit user is displayed. Enter new password in field Password. Re-enter the new password in field Confirm password. Confirm changes and close window.
- It’s available for x86-64 and ARM platforms.
- Features a full Web Administration interface.
- Can be controlled via SSH, if enabled.
- Access to file storage is possible with a variety of different protocols suchas FTP, SMB/CIFS or NFS and can be controlled with Access Right Managementfor users and groups.
System / Plugins / openmediavault-mysql This plug in took awhile to install so just be patient and everything goes well you’ll then see a new option will called MYSQL in the Services list. XBMC database can now be created.
openmediavault is primarily designed to be used in home environments or small homeoffices, but is not limited to those scenarios. It is a simple and easy to useout-of-the-box solution that everyone can install and administer withoutneeding expert level knowledge of Networking and Storage Systems.
The system is built on a modular design and can be easily extended with pluginsavailable right after installation of the base system. Additional 3rd-partyplugins are available via the OMV-Extras repository.
Contents:
- Features
- Administration
- Plugins
- Development
Table of Contents
I started using OpenMediaVault as my NAS of choice. My reason: it includes plugins for running and installing Plex Media Server and VirtualBox. This makes it very handy, especially the Plex Media Server. And it is based on Debian.
This is work in progress and additions will follow.
1 enable ssh
2 Install some tools
Some things are very useful when using ssh:
- screen
- mc (Midnight Commander)
- zile (lightweight emacs)
- less
3 disable quota.
Quota causes sometimes long waits upon reboot if the drives are large. See OpenMediaVault Forum for an example and the solution: run under ssh:
4 create links to the mounted drives with their label names
When using ssh regularly, it becomes cumbersome to identify the mounted drives by their UUIDs. Solution: create symlinks using e.g. the Label of the drives. Using ssh:
5 install gpt
gpt is a set of command line tools for GPT partitions, i.e. disks over 2TB. Essential if you want to partition hdds via ssh.
6 install gparted
I like the simplicity of gparted for partitioning discs – so I installed it as well.
Openmediavault Wordpress Plugin
7 install cifs-utils
Openmediavault Wordpress Install
As the remoteshares plugin is not working, I install cifs-tools to set up remote shares manually