Hi nextmick,
very strange, I have exactly the same behaviour since yesterday. I had no trouble with updates...but still same problem. I tried KM0201 idea with no luck
Any help?
Thanks.
Best. F.
Hi nextmick,
very strange, I have exactly the same behaviour since yesterday. I had no trouble with updates...but still same problem. I tried KM0201 idea with no luck
Any help?
Thanks.
Best. F.
Alles anzeigenyou can give iperf3 a try https://iperf.fr/
in cli of the server you can just install it by apt-get and windows from the link
just start the server on one site like "iperf3 -s" and on the other site you will use "iperf -c 192.168.178.10" (change ip to your enviorment)
run some tests, and do it the other way - wat was client will now server and the server connect to this
so you got a clear statement of what is possible.
file transfair strong depend on files - 2tb smal files like config files or documents need much more time than a movie with 2tb.
hope it helps
gl
Thanks for all the input.
During the last days I discovered faster speeds if I am at a specific spot in the house...so the wlan connection needs to be optimized
@draddy, thanks for the tip. I managed to install iperf3. But how do I start it on the server? I tried just "iperf3 -s" on the commandline - but I get "command not found". Do I need to restart the server?
Thanks for more ideas.
But overall it seems that the speeds are OK for a not really optimized system
Thanks.
Best.
F.
Any hint for my question? Thanks. F.
Hi,
in the times of USB3 and hight internet bandwith I am asking myself what speed I can expect from my OMV-NAS.
for transfering files from and to my laptop I get this:
Laptop to OMV: 8,66 MByte/s
OMV to laptop: 16,8 MByte/s
Is this OK? To slow?
My laptop is Windows 10. I installed my omv as a networkdrive - so I use it as a normal drive in the system. I use Wlan to the router. Wired connection to the server.
You find my specs of the server below.
Where is room for improvement?
Thanks for some feddback.
Best.
F.
Hi,
thanks again for the help here.
I am just thinking if there is something similar to the screen command (I use this often) for the GUI? Sometimes I do some longer things in the GUI and have to switch of my PC. How can I come back to the showing process (a snapraid fix started in the GUI for example)? Is there a chance?
Thanks.
Best.
Fabian
Hm, 121 views and nobody can point me to some page to find any help...so I will learn it the hard way.
Backup and try
Thanks and happy x-mas.
F.
Hi together,
I am running OMV 4 with 3 drives in a snapraid+union setup.
My setup is like this:
1 HDD 3 TB Data01
1 HDD 3 TB Data02
1 HDD 4 TB Parity
As you see I am running out of space.
What is the best way to ad more space - and only get one new drive?
If I get another 4TB and ad it as Data drive, will my parity-HDD will be to small?
Should I get a 6 TB and ad it as a Parity, than I get the space of my old Parity as a Data-HDD - right?
Where do I find an howto for the procedure?
I would do it like this:
- MAKE A BACKUP!
- ad the new drive via storage -> discs
- whipe the drive
- ad the drive to snapraid via services -> snapraid -> drives -> chose new drive and chose to put parity and content on it.
- take out the old parity drive via services -> snapraid -> drives -> Edit -> uncheck everything for the old parity drive.
- rename and swipe the old parity drive via storage -> discs
- ad the old Parity-HDD with new name (now Data03) in my union setup via storage -> Union -> Add
- tell snapraid that it got a new Data-HDD via services -> snapraid -> drives -> Add and check only content and data.
- resync my setup
Would this work?
Thanks for any input.
Bet.
Fabian
Not really...I am on the way to try some things in this thread...hope this will help.
MergerFS folders not mounted in /sharedfolders
Yes, it is the official OMV - download.
I just installed it - and now it is working. This is a great help.
My NAS is somewhere in a closet - and mostly my children are so loud that I can not listen if the drives are spinning
So thanks for you info.
Any idea if I did something bad with this:
Alles anzeigenEDIT:
I tried hdparm -c before...see above...
So I now figured out that the small "c" means: get/set IDE 32-bit IO setting.
Did I now set some value?
I got back this:
IO_support = 1 (32-bit)
Thanks for you big help.
Best.
Fabian
the drive's state: active, standby, sleeping or unknown.
Ok, I get back standby. What does it mean. Is it spinning?
Thanks.
Fabian
On Linux and Unix systems there's something called a manual and often more modern info pages. So you simply do man hdparm and info hdparm.
Ok.
For man hdparm I get this:
-bash: man: Kommando nicht gefunden
Same for info hdparm.
If I only enter hdparm I get a list with all options.
Thanks.
Fabian
EDIT:
I tried hdparm -c before...see above...
So I now figured out that the small "c" means: get/set IDE 32-bit IO setting.
Did I now set some value?
I got back this:
IO_support = 1 (32-bit)
Is this a problem - should I redo something?
Thanks
Is is there a list with all options for hdparm?
Thanks.
F.
From cli:
hdparm -C /dev/sdb
you need to adjust sdb. Could be sba or sdc or something else.
Might not work on your system. What platform are you using and how did you connect the drive?
What is hdparm -c doing?
Thanks.
Fabian
Alles anzeigen
you have to adapt this line to your system
if [[ -e "/srv/e7f4be7f-ade2-4e06-a819-58883b226cc3/media" ]]; then
It's the line 4 in sheell-script.
For that look in your folder /serv/
you will find a serv/xxxxxxxxxxxxxxx/name_of_one_of_your_share
that I get corrected if I say bullshit
Yes, I know this. But thanks for the info.
Fabian
The unionFS Plugin on OMV 4.x IS mergerfs.
Ok, this id a good information!
Thanks.
Fabian
Ok, here we go.
I start with post #10.
The wait script should be like this
#!/bin/bash
#/usr/bin/wait-for-mergerfs
for i in {1..5}; do
if [[ -e "/srv/e7f4be7f-ade2-4e06-a819-58883b226cc3/media" ]]; then
exit 0
fi
sleep 1
done
As far as I know everything behind the # is a comment. So I do not care the mergerfs. I use unionFS. I am not sure how similar they are.
So this one is clear. great!
After this I go to the wait service
# /etc/systemd/system/mergerfs-wait-online.service
[Unit]
Description=mergerfs wait online
DefaultDependencies=no
After=zfs-mount.service
Conflicts=umount.target
Before=export-media.mount sharedfolders-media.mount
[Service]
Type=oneshot
ExecStart=/usr/bin/wait-for-mergerfs
RemainAfterExit=yes
[Install]
WantedBy=local-fs.target
Alles anzeigen
Here I am totally lost...in general I have no idea what is happening here...just to point out a few:
In line 3 it is mergerfs again...is this a problem for me? I use unionFS. Ore is it just the name/a variable?
In line 5 zfs is mentioned. I do not use zfs as a filesystem.
I stop here...
I am just afraid to just do what is mentioned in post 10 without knowing what is happening.
If you say it is safe to just try, I go for it. I have no idea what might happen to my system.
So the only solution for me right now after a reboot is to add a new share and delete it afterwards again. Than all shares are active and can be accessed normally.
Still looking for a simpler solution like this:
Delay docker service start till specific HD is mounted
Maybe there is something like "restart share"?
Thank for all the help.
Fabian
I do not find your message very nice for developers who spend certainly much more time working on OMV than you have to fix a bug.
I am really sorry for this. I totally did not want to disrespect all the work which went into the plugin or the whole OMV-Project. I am really enjoying it. And I have to say I am happy that I finally find the reason for my problem in this thread. I spend some hours to find a solution myself and tried to find some help in the forum...I just could not nail it down (was not thinking about) mergerFS/UnionFS.
I will try to understand the solution in post 10 + 27.
I hate to just type in some things without really knowing what to do...lets see.
I have the impression that it is getting over my skill...I will report back.
Thanks for all the input.
Best.
Fabian
This is an interesting discussion...and let me overthink my decision...
Thanks both of you. I am really enjoying it.
Best.
Fabian
I have this for my pfsense system (tiny amd system) and cable modem. Works very well. Even has ECO button for people really worried about every watt. https://www.amazon.com/CyberPo…gateway&sr=8-2-spons&th=1
Sadly I can not find this in Germany...
But as I said - I will skip this first.
Thanks.
Fabian
I still do not really know what to do as a permanent fix. The information in this thread is not really straight forward...but maybe I just have to read it all again.
Is this a known problem?
Why do people recommend snapraid/unionFS in OMV...this is running into trouble especially with novice users...
Except of this issue I am really impressed by this system. I am sure I will solve it
Hints still welcome.