The shareroot plugin does exactly what it says. It allows you to put shared folders in the OS drive.
However I would use caution... USB raid is disabled for good reason.
The shareroot plugin does exactly what it says. It allows you to put shared folders in the OS drive.
However I would use caution... USB raid is disabled for good reason.
Thanks for the reply.
Well... I absolutely had done this
. It is best practice to have a separate ssh user account? What if I need to perform sudo operations via ssh? Or do you just not do that? Surely it's no different than the admin account have access to the web gui?
Recommend? I don't know but I've personally thought it a good practice. I'd somehow your server (or clients) are compromised, they'll need to figure out two separate passwords to do any real damage. Most of the threads we see here over the years where "OMV got hacked"... It was almost always the client that was hacked, not OMV. Making them guess two passwords to do any real damage could be a big help.
As for you using a Mac... Everything in my house is Linux, and I still do this.
If you're going to setup remote access like this ... For the love of all that is holy..
Do not allow root ssh
The user you allow to ssh, do not put them in the sudo group.
Assuming you have good passwords, haven't just opened access to everything, etc.. Guessing two passwords will at least slow them doing any real damage.
I'm not that familiar with wireguard, but is it possible windows has been hacked and someone is trying to remotely ssh your server from your laptop?
You have a DNS issue. Read that list, where you cannot resolve a boat name... I think it's #6 or #7.
Why on earth do you need to do this?
I heared rumors, infos through the net etc.. that OMV 8 is planned with newest Debian 13 "Trixie".
Where can I find info's or sourcecode or beta?
I've not seen them mentioned yet.
If past releases are an indication.. I would not expect the first public Alpha release on OMV 8 until at least October.
Yes, it works when I run it in command line as root user.
I figured I'd give others a chance to respond who may be more familiar with snapraid (I have personally never used it), but you aren't getting responses... so this is what *I* would try. Kind of a long way to go about it, I can't see any reason it won't work
SSH your server as root and cd to your root partition
Make a directory called scripts and cd into it
Now, once in the scripts folder, create/open a file with nano
Now paste your command in there to run
#!/bin/bash
snapraid diff -c /etc/snapraid/omv-snapraid-da1cdb2f-b94b-4fd3-a647-99bbbbed7fbf.conf
(make sure you don't hit enter at the end of the command or it will likely fail)
Save it: Control +X, then Y, then Enter nd that will put you back at the prompt.
Make the script executable
Now test it
Assuming it works, now you just add it to the Schedule task section of OMV
Here's a simple example of my cloudflare update task... As you can see it runs hourly. Just pay attention to your scheduling otherwise this thing will be running 24x7
Now where it says user to run the command choose root
Thent the command to run (if you've followed exactly with me)
Then save it.
Now you should see it as a scheduled task... You can run it manually from the webUI to make sure it works correctly.
If you run that command in the command line (as root) does it work?
If youve set up docker as recommended over the years... You shouldn't lose any container stuff.
Possible? Yes
Dumb? Absolutely.
Makes absolutely zero sense to dual boot a server
What do you mean lost your login? The webui or.ssh? Or both?
Ah I see. Sorry not a Windows user.
I remember in the past when I inserted a disk that windows didn't recognize, it just gave me the option to format it.
Uh, just format it? Windows should be able to format it
Agreed. This is the way. It’s a good idea to create a new user account in omv for smb access at least while you are testing stuff.
My limited understanding of the situation for the op is the shared folders are not visible in windows explorer. This can be the the case depending on how network discovery is configured. You should still me able to created a mapped drive. I do this fine using my work pc when at home.
I guess I didn't pick up on that.
So, let's go w/ brain dead simple something to check. Since they aren't showing up in Explorer... You did enable SMB right? You can add shares to SMB all day long, but if the service is not enabled, you won't be able to access them.
I'm not a Windows user.. but everytime I help one there is always an issue with guest shares.
Have you tried creating a user and using a user to log in to those shares? If you go this method, when you create your shares and add them to SMB.. everything just needs to be default and it "just works"
No, use a DNS server. You appeared to put in your router IP.
I would not partition it. That is more or less pointless as next time you do a clean install, you're going to nuke that partition setup (unless you do an alternative install). Not to mention if you accidentally make the partition to small, you'll be resizing, etc. if you must use this drive for the OS, just use the share root plugin so you can use the root drive for shared folders and nix the partitioning idea.
If it were me, I'd get a 32gig flash drive, install OMV on to it (make sure it's at least USB 3.0, 2.0 is unbearable)... Then use your large drive for docker Jellyfin, etc as you intended.
Generally speaking a properly configured OS, should really only take about 4-5 gigs of space.
not totally true,that is the latest OMV related:
External Content www.youtube.comContent embedded from external sources will not be displayed without your consent.Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.
Hmm, I thought it had been a while.. looks like most of his videos are "vs" videos instead of how to's.
No need to install drives under media. OMV has the drives installed under /srv. so thats where you can find your movies and other files.
He hasn't done an OMV video in years... I'd venture to guess nearly everything he has is out of date
You don't really say what exactly you want it to do so it's hard to help you much. I assume you are wanting it to run at 3am.. as that is what you have?