MirrorNest
← すべてのガイド

OpenMediaVault

A free, open-source NAS platform built on Debian, with a web UI for storage, SMB/NFS shares, and a plugin system for extra services.

対象: Dedicated hardware or VM (ISO install), or on top of an existing Debian installNASStorage公式ホームページ ↗公式ドキュメント ↗
このガイドは上記リンク先にあるOpenMediaVault公式ドキュメントをもとに作成されています。ディストリビューションやプロジェクトのバージョンは時間とともに変わるため、本番サーバーでこれらのコマンドを実行する前に、必ず公式ドキュメントで正確なパッケージ名・バージョン名を確認してください。
  1. 1Download the installer ISO

  2. 2Write it to a USB drive and boot from it

    Follow the Debian-based text installer -- disk, network, and admin account setup.

    sudo dd if=openmediavault_*.iso of=/dev/sdX bs=1M status=progress conv=fsync
  3. 3Open the web UI

    http://<the-server's-ip>

    Default login is admin / openmediavault on first boot -- change it immediately under General Settings.

  4. 4Create a filesystem and shared folder

    Under Storage > File Systems, mount your data disk, then create a Shared Folder on it before exposing it via the SMB/NFS services.