Beiträge von Evertb1

    Maybe you also want to reconsider using RAID. You could also use two seperate HDD and use rsync to copy the data from one HDD to the other one. By this you can create snapshots and keep different versions of files.

    The OMV box will only be a backup for my Freenas file server. Nothing more nothing less. Snapshots tasks on that box are running as we "speak". I will use rsync with push tasks from the Freenas box to the OMV box for backup purposes. The reason I use a mirror is simple. This box will be situated at another location (of site backup). And when (and not if) a disk fails, a raid buys me a fair change to replace it before the other one fails. And besides of that, at a certain point I see the need for more space anyway and replacing mirrored disks one at a time with bigger ones is more convenient to me then starting all over.


    So as soon as I have enough trust in this thing and have run the initial jobs (otherwise it would take forever) it will be relocated. I am lucky that a friend of mine is good in all the internet/network stuff and he will be helpful with the configuration and the needed services etc.


    Thanks for sharing your thoughts on this subject with me.

    OK. You live, you learn. I started with removing the raid. Not knowing if it was needed, but liking to do things systematically, I started with removing the just added file system. No problem. Then I got to the RAID tab to delete the RAID and what do you know: The RAID set looked completely normal. See attached screen print. I won't pretend I understand but accept it as it is. So let's make that filesystem again.

    Seems you have created partitions on the mirror.
    The mirror should show up only as one device /dev/md127

    Well, that is the strange part. The disk were cleaned with active@ partition manager and did not show any partition at all before I placed them in the OMV box. They showed unassigned space with the correct size for the disk. And I was under the impression that the raid tool in OMV only accepted and listed clean disks without partition. Still, I wil clean them up again (this time on the command line I think) and start all over.

    Recently I decided to build a simple OMV setup to be used as a Rsync Server for my (Freenas) file server. The Nas I used for this, being a simple and not all that powerful Zyxel, had some trouble handling the Rsync jobs. Building the box and Installing OMV happened to be a simple job. But things got a bit strange (to me anyway) when I connected the 2 x 4 TB HDU's I retrieved from the Zyxel and added them to the OMV box. As I had them cleaned (I wanted a fresh start) I could see them at once listed in the RAID management tab. Setting up a mirror was easy. Now for the things that I found a bit odd:

    • As soon as I saved the mirror a resyncing process was started. As I know better then to interrupt it somehow, I left it alone. It took over 12 hours to complete this before the mirror was marked "Clean". I don't understand what that is all about as the disks were clean and there was no data at all (or even a file system) to sync anyway. Is this normal behavior?
    • Looking at the overview of the mirror I expected to see three devices. Two of them representing the physical devices and one of them representing the mirrored device. But there are 4 devices in the list and the presented capacities on three of the four devices make no sens to me. Only the capacity of the mirrored device makes sens as that is 3.64 TB which is about what I expected to see. I have made a screenprint of the overview of the raid (see attached file). The column labels are in Dutch, sorry for that, but I hope they speak for them self.


    Just to be a bit more confident I have performed a long smart self test on both of the disks and no errors were reported. If somebody out there is able to explain what I see I would appreciate that very much. Most likely it is me being a noob, but I like to be sure before I trust this with my backups. Everything seems to work ok and it is my intention to add a filesystem to the raid as soon as I finish this submission.

    So ZFS seems very prone to failure if you don't spend thousands of $$$ on hardware, tens of GB of ECC RAM etc. And very inflexible.

    No it is not. Spending thousand of $$$ is depending on your use case. I am running a Freenas server with ZFS on a very reasonable configuration (price wise). And the configuration is on par with the advised requirements for running Freenas. I won't bother you guys with al the model stuff etc.. But, leaving the disks out of the equation I spend less then 800 euro on my system. Compare that with a Qnap NAS with 8 bays for example.

    • Mobo (with ECC support but also IPMI) 225 euro
    • CPU (i3 with ECC support) 125 euro
    • Memory (16 GB, DDR3 ECC) 110 euro (would be DDR4 now)
    • Case 65 euro
    • 2 Hard drive cages (for four disks each) with backplane (hot swap) 140 euro
    • PSU 90 euro (don't be to cheap here it's an important part).
    • Cheap SSD (for boot of OS) 30 euro

    And you would be surprised what nice little systems you can find on ebay etc. for a couple of hundred dollars.


    Inflexible? I don't think so. Lots of choices how to configure your storage with all kinds of redundancy.

    Is there a system designed where for example if I choose 25% redundancy and have 4 HDs, if any one fails, I lose no data? If 2 fail, I still can recover 66% of my data. If 3 fail, I can recover 33% of the data. Neither RAID nor ZFS/BTRFS can provide that to my knowledge, the fails result in catastrophic loss of all data. It shouldn't be like this, should it?

    Well lets' take a RaidZx volumes for example. with RaidZ any 1 disk (in a pool of 4 disks that is 25%) can fail without any data loss. With RaidZ2 you will survive 2 failed disks without any data loss (for home use the most reasonable choice to my opinion). RaidZ3 you can guess. Of course if you loose more disks then is covered by your RaidZx configuration you loose the whole pool and thus all the data. But really the only answer to that is a decent back-up strategy. If you love your data you have backups. It's as simple as that.

    I would use a tool like Winscp (assuming you have a windows client) to access your OMV box with root credentials and see if you can do something with your files that way. For Linux you need to find a similar tool

    But how it work? use samba or other? How to configure?There are those protocols in Lenovo EZ-Media : LINK [CIFS/SMB/Rally (Microsoft), NFS (Linux/UNIX), AFP Bonjour (Apple), FTP, SFTP, TFTP, HTTP, HTTPS, WebDAV, Windows DFS, SNMP]

    There is a lot information to find on the web about rsync. And while it has some great possibilities for back up purposes I am afraid it will be hard to use it on your Lenovo. To use rsync it needs to be implemented on both the source and target box. I owned one of those Lenovo's for a short time and I can't recall the implementation of rsync. Another problem is the fact that running rsync tasks are a bit of a workload for the processor, while the processor of the Lenovo is not al that powerful. And the memory is not very big as well (not as big of a problem). One of the methods to use rsync, is rsync over SSH. That makes the exchange of SSH keys needed. SFTP (SSH File Transfer Protocol) is implemented but I don't know of you have a fully SSH shell available on the Lenovo. Try to use Putty or a likewise tool to access your box with SSH and see what happens.