Recent content by lumox

  1. L

    Questions about ZFS replication and HA

    Yes, HA for a VM, not a Node. Sorry, my bad. Okay. Thank you very much
  2. L

    Questions about ZFS replication and HA

    Hi everyone, I have a small Proxmox VE 9 machine with a couple of VMs running on it. I am thinking about adding a new machine and setting up a cluster (yes, just two PCs) in order to practice and experiment with it. I have started watching videos and reading articles about the topic, but I...
  3. L

    Startech USB-Ethernet Adapter

    I'll go for it then. Thanks
  4. L

    Startech USB-Ethernet Adapter

    Hi everyone, I was looking for a decent usb-ethernet adapter that support VLANs (trunk), and I ran across this one on Amazon: Startech usb-ethernet adapter I don't need it for a production or professional environment, just practicing in my home LAB. I should plug it into a laptop that runs...
  5. L

    How to recover backup files from disk

    No zfs. here is a screenshot I took some time ago Thanks
  6. L

    I can't delete partitions on an old disk

    UPdate: FIXED. I had to reboot PVE :confused:
  7. L

    I can't delete partitions on an old disk

    Hi I'd like to completely delete all partitions on disk sdb: the command fdisk /dev/sdb: Welcome to fdisk (util-linux 2.38.1). Changes will remain in memory only, until you decide to write them. Be careful before using the write command. This disk is currently in use - repartitioning is...
  8. L

    How to recover backup files from disk

    The Proxmox machine can't even boot. Do you mean any linux live cd to get access to the disk?
  9. L

    How to recover backup files from disk

    Hi, I think that my Proxmox machine has passed away. Now, I want to recover the last backup files which I had no opportunities to backup elsewhere. They are saved on the same disk in which runs the OS. What should I do? Thanks
  10. L

    [SOLVED] Boot issue if the external usb drive is off

    ok, I added nofail to the fstab file and Proxmox boots as usual even without the external USB HDD plugged in too, and now, I don't know why, it also automounts Thanks
  11. L

    [SOLVED] Boot issue if the external usb drive is off

    it should, but I noticed that the backups didn't show up in the list until I ran mount -a. Strange
  12. L

    [SOLVED] Boot issue if the external usb drive is off

    Good! I also need to manually run mount -a after the boot to mount it. Can it be done automatically somehow? Thanks
  13. L

    [SOLVED] Boot issue if the external usb drive is off

    Hi, I used a HDD in a usb drive as a external storage. I found out that when the usb drive is off or not connected to Proxmox I get this error at the boot: If I plug the usb drive to Proxmox and run it the boot goes on normally as alway. Is it normal? Is there a way to avoid this problem or I...
  14. L

    How to correctly backup VMs and LXCs both to internal and external USB drive

    Hi I watched this video: it is simple and straightforward. Anyway, I'd like to know if I can backup on the internal storage first (as I do now), and make a copy of the same backup on an external disk. Do I need to add another backup job in proxmox with the same schedule and mode setup? Or...
  15. L

    RDP from physical LAN to OPNsense VM LAN problem

    Hi. I installed OPNsense as a VM in Proxmox 8 to practice with this firewall. It gets an IP (its main WAN port) from my physical router which manages my home LAN. I set a WAN pass rule in OPNsense to allow my pc on my physical LAN to get access both to OPNSense GUI, VMs and physical machines on...