Beiträge von Nibb31

    Nice little machine. I just sold mine.


    I had upgraded mine to 12 GB (8+4 non-ECC). I see no reason why you couldn't go up to 16 GB.


    Why ? 2GB is fine if you're only using it as a file server, but if you are using your NAS to run multiple VMs, then the extra RAM can come in handy. I ran OMV, Plex, Transmission, Sonarr, Nextcloud, Pi-Hole, Logitech Media Server, Jeedom, etc... all in different VMs under Proxmox.

    The problem with the Raspberry is that it is superslow. Its network port and all 4 USB ports use the same internal port, that has limited speed. A NAS typically reads and writes data over the network, while reading or writing to the disk. With RAID1, it needs to write to two drives simultaneously. With RAID5, it will be using all 3 USB ports, plus the network, at the same time over the same saturated bus.

    - You can't grow a RAID 1 (where the two drives are identical) into a RAID 5 (where data is striped over the drives). This would require rearranging data blocks among the 3 drives, which is not feasible.


    - A Raspberry Pi 3 is pretty much the worse platform possible for a NAS.


    - RAID over USB, especially slow USB like on a Raspberry Pi, is not recommended.


    - You get the command line by connecting to the NAS over SSH (with PuTTy or the web console plugin)


    My opinion would be to forget about RAID (why do you need it anyway ?) and set up a proper backup strategy instead.

    The OpenVPN plugin is to create a VPN server, not to set up a VPN client to connect a VPN server (which is what you want to do with PIA).


    I suggest that you set up the client manually.

    I would use the 2x3 TB as for storage (with the union fs plugin) and back then up to the single 6TB. That would be less plugging and unplugging and you would only need to carry one drive to your backup location.
    Also makes things easier since the 2x3 TB would be seen as a single drive.

    In that scenario, you are basically using proxmox as a NAS, which is possible, since it's basically Debian. So what are you using OMV for ?


    I have Proxmox running on an SSD. Guests are contained on the SSD and backed up to a USB drive on my router.
    4 HDDs are on the host are passed through to the OMV guest, and of course not mounted in Proxmox.
    OMV handles all the storage work with those drives and shares over SMB.
    Other guests access the SMB shares.
    Startup is configured so that the OMV boots firsts. Other hosts wait 5 minutes to boot after OMV has started.


    All works fine.

    You don't need a paid account. Plex is free, unless you really need the extra features (which aren't necessary for most people).
    Plex needs read and write access to download metadata and album art. It only writes to its own database and only reads your media files. It does upload usage statistics though.


    If you don't care about metadata and album art, then you can stick with DLNA.


    If all you need is a media player, then stick with Kodi. There is also Emby, but it has pretty much the same requirements as Plex.