Search results

  1. J

    [SOLVED] Configure ZFS Replication

    Hate to necro the post, but the is the only thing I've found online on configuring ZFS replication between two nodes. How exactly do you, "Please use the same pool name on both nodes, and configure only one zfs storage using than pool name."? I'm fairly new to Proxmox and very new to...
  2. J

    Using Windows share as ISO repo

    Just for future Googlers (and future me), I ended up mounting my share: /etc/fstab: //Apollo/ISOs /mnt/sharemount cifs credentials=/root/.smbcredentials,vers=3.0 And then installing mhddfs and creating a login script that runs on startup that expands on the share, since Proxmox VE doesn't...
  3. J

    Using Windows share as ISO repo

    So, I figured it out, but it doesn't seem to accept subdirectories. Is that expected?
  4. J

    Using Windows share as ISO repo

    Thank you for getting back to me! But question, how would that look? Like, where would I mount my share to exactly?
  5. J

    Using Windows share as ISO repo

    I just installed Proxmox, but have an existing Windows share that I'd like to use as my ISO repository. I've managed to get the share mounted in Proxmox via fstab via the line below. I can browse to the share using an SSH session and view all the contents. When I'm in Proxmox, I'm adding it as...