this post was submitted on 22 Jun 2025
9 points (100.0% liked)

Linux

55602 readers
1172 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

I picked up an old optiplex I'm trying to use as a NAS and do other things with. Initially I put Debian on there but felt like I was running into too many problems with things like power management, remot desktop, Docker, and mounting drives.

So I put Openmediavault on there and it's working now. But what are some of the best ways to get the most out of it?

Can I do most things through the browser interface, or should I remote into it to install things?

How easily can I mount it as a network drive to other computers? I still have a Windows PC so I'd like to access it from there too if possible.

And what's the best way to get other services running on it? I'm thinking of how it's possible to set up torrenting software and control it with a remote app from your phone. (For managing and sharing my distros, of course).

Happy to hear any feedback on what people do with OMV, or their setups for a NAS in general. This is more of a tinkering computer to get me more familiar with networks and Linux.

top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 6 points 2 days ago (1 children)

You should be able to do everything through the web interface.

You can make network shares by creating shared folders under Storage->Shared Folders then configure your Windows shares through Services->SMB/CIFS

Install the openmediavault-compose plugin to manage your docker containers.

I would also suggest installing the openmediavault-wireguard plugin for secure remote access to your services from outside your network.

[–] [email protected] 2 points 1 day ago

Thank you, this is really handy. Compose should help with Docker for me and this gives me some direction with plugins.

[–] [email protected] 6 points 2 days ago* (last edited 2 days ago) (1 children)

I don't use OMV, but I have a nas server I built and here is my .02

  • set up an smb share in OMV for windows. Mounting that in windows should be trivial (don't hold me. Haven't used windows in years now, but last I used win10 smb was super easy to mount)
  • look into docker on OMV for deploying stuff. I run docker on my NAS and host a bunch of stuff including:
    • jellyfin for all the rips of my DVDs
    • navidrome for all the rips of my CDs
    • nextcloud to replace google stuff
    • radicale for my calendars
    • Joplin server for my notes
    • mealie for recipes
    • more stuff I can't think of right now
  • with docker, if you want a GUI for creating, managing and interacting with your stuff, look at Dockge and Portainer

Edit: added more stuff

[–] [email protected] 2 points 1 day ago (1 children)

Thank you. This is what I've wanted to do with this PC for over half a year now. It's good to de-Google in general, but drive not working well on Linux has been ruining my writing workflow on my laptop so I've been looking for a way to sync files between my computers.

[–] [email protected] 1 points 1 day ago

If you do go with nextcloud, use the docker AIO (all in one) setup. It's the officially supported method and it's worked really well for me.