@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 :)
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'
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?
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!
@@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.
Please do more proxmox videos you do a very good job explaining
Thanks for the feedback! I'll keep the Proxmox content coming. What other topics would you like to see?
@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 :)
I'll keep that in mind. Thanks again for the suggestions. Definitively I am planning on covering firewalls, VLANS, an other networking stuff soon.
@@BiteOfTeck very cool thank you very much your great
Thanks man
I get an "unexpected character" error on the second command
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'
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?
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!
@@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.