Install TrueNAS Core on Proxmox! Step by Step | Hard Drive Passthrough Guide

Поділитися
Вставка
  • Опубліковано 31 січ 2025

КОМЕНТАРІ • 11

  • @deathpie5000
    @deathpie5000 14 днів тому

    Please do more proxmox videos you do a very good job explaining

    • @BiteOfTeck
      @BiteOfTeck  14 днів тому

      Thanks for the feedback! I'll keep the Proxmox content coming. What other topics would you like to see?

    • @deathpie5000
      @deathpie5000 7 днів тому +1

      @BiteOfTeck maybe a bit of networking there's lots of simple guides on how to change your Wi-Fi name and simple things but as far as getting into networking we could use a video diving into how to set up multiple networks how to isolate a bit of VLAN and firewall and how to use and have the networks communicate preferably using proxmox to set up networks like some of the pro guys do having isolated iot devices and stuff just trying to start learning how to set up more than just a simple Network. Just an idea thank you again :)

    • @BiteOfTeck
      @BiteOfTeck  5 днів тому

      I'll keep that in mind. Thanks again for the suggestions. Definitively I am planning on covering firewalls, VLANS, an other networking stuff soon.

    • @deathpie5000
      @deathpie5000 5 днів тому

      @@BiteOfTeck very cool thank you very much your great

  • @Vis_-oe6pw
    @Vis_-oe6pw 3 місяці тому +1

    Thanks man

  • @tubeslats
    @tubeslats 5 днів тому

    I get an "unexpected character" error on the second command

    • @BiteOfTeck
      @BiteOfTeck  5 днів тому

      Thanks for pointing that out. I fixed it, it was the greater than symbol (>). Had to use angle brackets as replacement. Use this: lsblk |awk 'NR==1{print $0" DEVICE-ID(S)"}NR>1{dev=$1;printf $0" ";system("find /dev/disk/by-id -lname \"*"dev"\" -printf \" %p\"");print "";}'|grep -v -E 'part|lvm'

  • @alcapone1209
    @alcapone1209 3 місяці тому

    Hi. I am a beginner in proxmox. As part of the test, I set up the machine on a B85 board and Intel i5 3570. Ultimately, I want to have it on Ryzen 1st generation. The system is on an SSD drive. In proxmox, I set up TrueNAS and connected 2 HDD drives. Can I move the drives to another machine (another platform) and it will work? Or do I have to set up proxmox again?

    • @BiteOfTeck
      @BiteOfTeck  3 місяці тому

      Hi Al, (disclaimer) I havent done that myself yet, but I believe you should be able to transfer the Proxmox SSD drive to a different machine without bigger issues, keep in mind that you probably will have to re-configure the network adapter since they will be different and the naming will also change. Before anything do backups of your VMs and store them in a different drive or location just in case the process goes south. Good luck!

    • @alcapone1209
      @alcapone1209 3 місяці тому

      @@BiteOfTeck HI. Thank you very much for your answer. I will have to test it. I am more curious whether TrueNAS will connect the disks correctly if they end up on a different SATA connector.