
ryecoaaron Moderator
- Male
- 46
- from Wisconsin, USA
- Member since Sep 17th 2014
- Last Activity:
- Posts
- 28,718
- Reactions Received
- 3,340
- Points
- 147,913
- Profile Hits
- 304,769
-
ryecoaaron
Replied to the thread OMV 5.x SAS Write Cache not enabling.Post(Quote from scottdavid775)
Yes you could probably do that.
(Quote from scottdavid775)
Yes and it usually completely controls the config files of the services it maintains.
(Quote from scottdavid775)
If you don't do anything in the hard drive power management… -
ryecoaaron
Replied to the thread OMV 5.x resolved Mounted BorgBackup Repos with mangled archive name on Windows using Samba.Post(Quote from GrimDeWitt)
5.1.7 in the repo. -
ryecoaaron
Postmake install should've copied it to the correct location. modprobe r8152 should tell you if it did.
To make it load,
echo "r8152" | sudo tee /etc/modules-load.d/r8152.conf -
ryecoaaron
Reaction (Post)One choice is not enough... 2 is to many.. -
ryecoaaron
Post(Quote from DerSpatz)
No.
(Quote from DerSpatz)
You probably don't have the linux-headers installed. With the Debian kernel, just apt-get install linux-headers-amd64. WIth proxmox, apt-get install pve-headers -
ryecoaaron
Replied to the thread Suggestions on NAS hardware.Post(Quote from KM0201)
While I've only had it for about a week, the odroid-hc4 is very good if you only need two drives. -
ryecoaaron
Post(Quote from KM0201)
That is going to be fairly common with vendor drivers. Good reason to use the proxmox kernel. -
ryecoaaron
Post(Quote from DerSpatz)
It is a .tar.bz2 file. I posted how to use it. -
ryecoaaron
Replied to the thread Suggestions on NAS hardware.Post(Quote from KM0201)
Yep, the yellow/red/black cable is the floppy connector from a PSU. you could wire that to a 5V/12V power supply instead and power. Then you could power the pi with that as well. The hat has a barrel connector to power the RPI, hat… -
ryecoaaron
PostThe extension is wrong on the downloaded file. It should be .tar.bz2. Here is what I did to compile it.
(Hidden Content)
Just do a make install after. Then you will need to add the module to the modules autoloader. -
ryecoaaron
Replied to the thread OMV 5.x How to start with rclone.Post(Quote from ragazzojp)
I looked at writing one years ago and it didn't really fit the plugin model well. So, I never went any further. -
ryecoaaron
Replied to the thread resolved New install in Raspberry PI 2B not working.Post(Quote from myozone)
If you have mono of the system, I'm guessing you used the desktop image instead of the lite image. -
ryecoaaron
Post(Quote from massimi72)
The shared folder is where the backup is written TO. The plugin can only backup the OS disk. -
ryecoaaron
Post(Quote from henkall)
It isn't available on Debian 10 (still in sid) - https://packages.debian.org/se…hon=names&keywords=podman
(Quote from henkall)
Seems doubtful but I have never used it. The readme says it is a interface for podman containers - … -
ryecoaaron
Replied to the thread resolved New install in Raspberry PI 2B not working.PostDid you follow the guide? Installing OMV5 on Raspberry PI's, Armbian SBC's, & i386 32-bit platforms -
ryecoaaron
Replied to the thread resolved New install in Raspberry PI 2B not working.Post(Quote from myozone)
That module is disabled in the kernel. You would have to compile a custom kernel. It is easier to just not use exfat. -
ryecoaaron
Replied to the thread resolved New install in Raspberry PI 2B not working.PostRun this first sudo modprobe configs and then the zgrep. -
ryecoaaron
Replied to the thread resolved New install in Raspberry PI 2B not working.PostI don't have an RPi2 running at the moment but pretty sure exfat is not enabled in the RPi kernel. It definitely isn't on an RPi4
$ zgrep -i exfat /proc/config.gz
# CONFIG_EXFAT_FS is not set -
ryecoaaron
Replied to the thread New Emby installation on OMV 3.0.100.Post(Quote from cabrio_leo)
I doubt it. The mono libraries the Emby uses are so old on Debian 8 that it probably doesn't work anymore. And you can't install docker on Debian 8. You could upgrade instead of doing a fresh install (I still prefer the fresh… -
ryecoaaron
Replied to the thread [SOLVED] Error updating qemu in OMV 5.Postomvextras 5.4.4 does the right thing and is in the repo now.