Recent content by tdyboc

  1. T

    Intel NIC driver not present

    Hi. I purchased a Fitlet3 for a special purpose but now that special purpose has changed and I wanted to reuse it for Proxmox but none of the ISOs I've tested recognize 2 of the 4 ethernet ports. I've read varying opinions specifically about Ubuntu where 22.04 is suppose to have it but not...
  2. T

    ZVOL Question

    Well, I think I understand ZFS well enough I've used it outside proxmox. This is my ZFS setup, i created this from the command-line after I got an initial error in the UI. All this storage is within the proxmox server/system via a LSI SAS 9201-16i. In proxmox this is what I see. Can do...
  3. T

    ZVOL Question

    On my proxmox server, I 'zfs create -V 16G zfs/zvol', I see the device it's /dev/zd0. I cannot see this device in proxmox UI anywhere, I can't use it as a HDD for any new VM or as a extra device to any existing VMs. I can't even put LVM on top of it from the proxmox host as I get an error...
  4. T

    HowTo make a Ubuntu CL accessible with Putty?

    I'm assuming you mean you created a CT (container) of Ubuntu and you're trying to access that. In the container you have to establish a network connection: /usr/sbin/dhclient this will be temporary however, all I've ever done, I've never established a permanent interface in a container. Just...
  5. T

    HowTo have a Folder on Synology also visible in all VMs

    if you are trying to get that share mounted to a Window VM, then you have to map a network drive as: \\IP_or_FQDN_of your_synology\Software for example which is my share from my Synology.
  6. T

    HowTo have a Folder on Synology also visible in all VMs

    On the Synology, control panel, shared folder, NFS permissions you either declare an '*' for the client name which means you can mount this NFS share anywhere on your network or specify an IP address or entire IP address range. Since I have this in my home lab I use the * to simplify things but...
  7. T

    HowTo have a Folder on Synology also visible in all VMs

    I have/use a Synology 1815+. I mainly use NFS shares and also iSCSI to Proxmox, VMs etc. SSH into your Proxmox host: /usr/sbin/showmount -e ip_or_fqdn_to_your_synology_appliance this will show you all the NFS shares available, if any If you haven't already, on the Synology appliance, control...
  8. T

    Snapshot

    Thanks for the replies. Did additional reading, doesn't seem to explain things like i'd expect however I managed to figure it out and understand a bit better. I have a single system with an SSD on which Proxmox is installed and also in that system are (2) SATA adapters one controls a bluray...
  9. T

    Snapshot

    Hi. Recently new to Proxmox and I have a question about snapshots, of a VM. My VM/CT storage is ZFS. Been working with snapshots and initially stumbled upon this link, the screen capture is old as it reflects v2.3-1 and I'm running 6.3-2...