OpenMediaVault¶
OpenMediaVault is my NAS that serves both NFS and SAMBA shares to my network. It runs on VM on the system that is directly connected to my external hard drive.
Installation¶
Download ISO into Proxmox¶
pve
Create new VM¶
General
Name: omv
Start at boot:
OS
ISO image: *.iso
Disks
Bus/Device: SATA
Disk size (GiB): 16
CPU
Cores: 2
Memory
Memory (MiB): 4096
Install omv into VM.¶
Default Access¶
Port: 80
Username: admin
Password: openmediavault
Change Password¶
Top right person icon -> Change Password
New User¶
Users -> Users
Groups: openmediavault-admin,users
Reinstall¶
Mounted after reinstall and not before.
Static IP¶
GUI¶
Network -> Interfaces -> ens18
Method: Static
Address: 192.168.2.19
Netmask: 255.255.0.0
Gateway: 192.168.0.0
NFS¶
Server
Client: 192.168.2.0/24
Permission: Read/Write
Extra options: subtree_check,insecure,no_root_squash
Client¶
/etc/auto.master
/etc/auto.nfs
NFS Failure Notification Script¶
A simple utility to send a notification to mailrise on an NFS service failure.
Installation¶
WIP