How to Install TrueNAS in Proxmox with HDD Passthrough!

  Рет қаралды 138,183

TechHut

TechHut

Күн бұрын

Пікірлер: 255
@throwaway3756
@throwaway3756 Жыл бұрын
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' Might want to put that in the description. NOTE: This whole Truenas on a VM/Container thing is not the way to do it. Use Samba or NFS with Proxmox or put truenas on bare metal. This is not the right way to do things. You have been warned.
@nate4537
@nate4537 Жыл бұрын
massive time saver. thank you
@Newton492
@Newton492 Жыл бұрын
Thanks so much bro
@PrezentEnt
@PrezentEnt Жыл бұрын
You are the best bro . For us newbies trying to learn its a must to write this things down separate from the video.
@YushiSora
@YushiSora Жыл бұрын
thank you sir
@ignaciocastillejo
@ignaciocastillejo 10 ай бұрын
THANKS
@cheesecakestudent
@cheesecakestudent 10 ай бұрын
adding sirial numbers saved me from an issue i had been dealing with for weeks lol. Thanks!
@evelyntech
@evelyntech Жыл бұрын
@8:40 "Im just gunna Nano in" ProxMox Shell command is: "nano /etc/pve/qemu-server/101.conf" where 101.conf is the name of the actively running config.
@alnic123
@alnic123 11 ай бұрын
Thanks, that part was so confusing.. idk why he needed to cut out the 2 seconds where he shows that command...
@jdb6284
@jdb6284 8 ай бұрын
you just saved me man.. techhut dropped the ball here bigtime
@buitrung1084
@buitrung1084 7 ай бұрын
thanks mate! you rock
@prutje
@prutje 7 ай бұрын
as soon as i save the file with the serials in it (cntl+x / Y for overwrite) i loose my disks in my truenas container! what am i doing wrong? btw im using NVME drives
@TDephflame
@TDephflame 6 ай бұрын
@@prutje delete the space before "serial" and it will be fine.
@FrenziedManbeast
@FrenziedManbeast 5 ай бұрын
I posted 6 months ago on this video, but I wanted to come back and thank you AGAIN for making this video - I just replaced a failed drive using this same method removed bad disk and added the replacement using the same method, giving the replacement drive the old scsi id. Fired up TN Scale VM -> Degraded VDEV -> Replacement -> Resilver started right up.
@TechHut
@TechHut 5 ай бұрын
Hell yeah
@delboyg01
@delboyg01 Жыл бұрын
Great tutorial, I follow this and got the drives passed through to Truenas Scale OK Edit to add. You can overcome the backup issue by excluding the drives from backup in the Proxmox drive details page. So the there is a way around the problem in the following paragraph. Only one word of warning, when using this method and trying to backup the VM with the Proxmox backup tools, the backup will include the Truanas VM AND all the data on the ZFS drives too. No problem if it's a small array, but I doubt many want a 7TB backup mixed in with their standard VM backup process!!! If you pass through a PCIe controller, or the complete Motherboard SATA controller (not available as a boot drive in that case), then the Proxmox will only backup the VM and you can arrange the data backup as required.
@Jasper_S
@Jasper_S 11 ай бұрын
Can't you just exclude the drives from the backup?
@delboyg01
@delboyg01 11 ай бұрын
@@Jasper_S - No you can't. Once the drives are passed though, using that method, they are treated as a part of the VM. Edit to add: I stand corrected, I just checked and the drives can be excluded from the backup in the 'Hardware' Drive details. I have learned something new today.
@alkistsakos6794
@alkistsakos6794 2 ай бұрын
@@delboyg01 Thank you for your corection. If you care plz edit the original comment so that others can be informed!
@Marcoabmarques
@Marcoabmarques 3 ай бұрын
Great video, just one thing I learned here: Passing the HDs individually and not the entire controller means that the True NAS cannot obtain SMART information from them, preventing the system from warning in advance if one of them is in pre-failure condition. It didn't stop me from assembling and running the system, but it is an important feature to avoid a disaster in the pool and to allow the HD to be replaced in a scheduled manner. In my case, I will buy a SATA controller to make the TrueNAS work properly. Cheers
@DedesFewscres
@DedesFewscres Ай бұрын
can you educate me on why a SMART information is needed foor the truenas - because there is SMART informatin in datacenter>pve. why is there a need for a different one?
@childishhalbino
@childishhalbino 10 ай бұрын
This video helped me gain confidence that the article achieved what I wanted! You're a legend!
@gnajmacz
@gnajmacz Жыл бұрын
I did it, but it took me a day to realize its shortcomings. TrueNAS doesn't have full access to the disks, resulting in checksum errors, and it also prevents me from monitoring the disk temperatures. According to my research, the ideal solution is to acquire an HBA card and apply PCI passthrough to the virtual machine. I've ordered such a card and intend to experiment with this method.
@Jasper_S
@Jasper_S 11 ай бұрын
This! and i'm a bit surprised he didn't cover it in the video as a disclaimer of sorts
@nigel3018
@nigel3018 7 ай бұрын
@@Jasper_S here for this, i want s.m.a.r.t info
@pubdigitalix
@pubdigitalix 5 ай бұрын
iXsystems always recommends avoiding the use of raw disks passthrough because the guest does not have direct physical access. It's a BIG NO NO !!
@womacko
@womacko Ай бұрын
Which HBA did you end up buying? I was using an "LSI Megaraid SAS 9261-8i Controller" for hardware RAID5. However it seems like it's not supporting HBA (according to Broadcom KB ID: 1211161496893) and I need to buy an new card. My mainboard supports a "ASUS PIKE RAID Controller". Can I achieve an equivalent result with it?
@womacko
@womacko Ай бұрын
coming back to answer my own question: In general it is possible to use a RAID-Controller as HBA, but it must be flashed in IT-mode. Not all RAID-controllers support that! I went with an "ASUS PIKE 2308 / Broadcom/LSI 2308 / AOC-S2308L-L8".
@ErikS-
@ErikS- 9 ай бұрын
One of the most usable videos I have seen in the last year. Thanks for helping out!
@Ecker00
@Ecker00 Ай бұрын
I've been using this guide to make virtual PBS with pass-through drives on multiple systems, thank you.
@bogregory8260
@bogregory8260 Жыл бұрын
Nicely done sir. I've watched several videos that work to do this and yours was clear and consise. You helped this noob get where he needed to go. Thank you!
@archpenguin6646
@archpenguin6646 Жыл бұрын
Yeah I did this for a while. I just put TrueNas "scale" stright on the machine now. couldn't be happier! cool video though!
@tompestak6530
@tompestak6530 Жыл бұрын
one thing that tripped me up momentarily - I had my TrueNAS VM running while I was passing through the disks. After passing through the disks in proxmox I did a "reboot" of the TrueNAS VM and it recognized the drives but not the serial numbers so when I tried to create a pool it told me the disks had non unique serial numbers (presumably because they were all null). I found a forum post that said you had to do a full power cycle, not a reboot. Sure enough, that solved it.
@Reza1984_
@Reza1984_ 5 ай бұрын
The only guy that talked about device ids on youtube, thanks I was having trouble with this
@kirksteinklauber260
@kirksteinklauber260 Жыл бұрын
Thanks for the great video and easy to follow!. I just did it on my side with TrueNAS scale and worked like a charm!
@lesapotres4340
@lesapotres4340 Жыл бұрын
Thank you so much for these instructions. The very best in regards to setting up a raid disk on Proxmox TrueNas VM. Exactly what I needed to get going on our new server. It worked for me even while using TrueNas Scale. God bless you for your time in making this video!
@FrenziedManbeast
@FrenziedManbeast Жыл бұрын
I watched this video awhile back and found it interesting. I came back to follow-up and thank you for making this video - I have 16 x 2.5" SATA SSDs connected via a 16i HBA. My plan was to pass through the entire HBA, but I could not get the VM to boot to TrueNAS - the HBA kept throwing Firmware Errors. So I painstakingly used this method and copied each ID + serial, and it worked immediately.
@Streetzlegend
@Streetzlegend 11 ай бұрын
I was having this same issue when trying to passthrough the HBA of my server, it turns out its related to the IOMMU groups, it appears that when you pass through a device, the entire group is included and since in my case the drive used for Proxmox was part of the same group as the SATA controller for the NAS drives, then it would crash Proxmox. This solution seems to be the best next option, OR adding an separate controller and hope that it ends up in a different IOMMU group.
@FrenziedManbeast
@FrenziedManbeast 11 ай бұрын
@@Streetzlegendmy 16i HBA ONLY holds the raw storage drives - the OS and assorted other drives I use for VMs or other storage run off the SAS -> SATA breakouts on the board. In either case I got it working so on to the next problem! =)
@danielsauriol
@danielsauriol Жыл бұрын
Thanks a lot for your video. Your clear step-by-step explanations allowed me to add a passthroughhard drive to my TrueNAS VM , which is on Proxmox........ Thanks a Bunch !!! -dan
@jew10400
@jew10400 Жыл бұрын
Love your page between you and Network Chuck , I am well rounded , love how you simplified this.
@wildmanjeff42
@wildmanjeff42 Жыл бұрын
You can run Truenas in Passthrough mode with virtualization, but it is recommended you run straight on hardware. ZFS can and has done some weird things with passthrough in my experience. It does work, but I would only recomend for testing and homelab use, but - good luck. Thanks for the video.
@jaxxarmstrong
@jaxxarmstrong Жыл бұрын
Agreed, considering the unusual issues with ZFS in a virtual environment, even with pass-through, TrueNAS should be installed on bare-metal in anything beyond a limited homelab usage IMHO.
@AndrewSpec
@AndrewSpec Жыл бұрын
@@jaxxarmstrong what unusual issues? I had only one when I tried to backup the VM and proxmox accessed passthrough disks. Just unchecked backup of that disks and it's working fine for now.
@fishmeat69
@fishmeat69 Жыл бұрын
in my experience, you face issues when drives are passed through like in this video. the recommended way (which is supported by iX) is to pass through a HBA - this way truenas has full byte level control over the disks
@JunglistPrefection
@JunglistPrefection Жыл бұрын
Can I dual boot with TrueNas scale on baremetal and Proxmox on an separate ssd inside the same system?
@fishmeat69
@fishmeat69 Жыл бұрын
@@JunglistPrefection You can, what would your goal be though?
@dandumbrill5711
@dandumbrill5711 11 ай бұрын
Awesome video! Thanks for the step-by-step. Very easy to follow and best of all it worked.
@elthongonzalez6345
@elthongonzalez6345 Жыл бұрын
This video helped alot! Now my TrueNAS can read my hard drives :).
@PatrickHallermann
@PatrickHallermann 4 ай бұрын
Excellent tutorial on installing TrueNAS on Proxmox. Thankyou very much
@charleswheatcroft
@charleswheatcroft 3 ай бұрын
That is incredibly useful. Thank you for taking the time.
@Grid21
@Grid21 Жыл бұрын
This was a really cool video! I was going to do this myself, but since I was working with an 4790, doing VMs on such an old CPU didn't seem logical and I needed storage more, so I did bare metal install instead.
@0589651
@0589651 Жыл бұрын
Extremely useful and concise guide. Hugely appreciated.
@vincentdamico4227
@vincentdamico4227 Жыл бұрын
Thanks for the video my man. I was digging through the wiki, but figured I'd give the youtube search a shot!
@notsrynot
@notsrynot Жыл бұрын
Dude thank you so much for this, your videos lands so perfect for timing as I plug away at tweaking my homelab. Just swapped my Perc6i with an HB200 in IT mode so I can finally start my server config but I’ve been bottled necked at getting the drives set up properly for TruNAS to see them. Im only about halfway through the video but skimming through I think your method will work. Love Low-Res but his way of doing it didn’t seem to work for me. And it’s weird because we have the same hardware he’s just doing it with SSDs where as I’m using SAS drives
@lamefofof
@lamefofof Жыл бұрын
I have installed proxmox 8 on a home server (old gaming PC) got into proxmox and tried to use lshw but it says it cant find it and wont install it because it cant find the package. Any ideas on how to get that part to work?
@Nehemoth_G
@Nehemoth_G Жыл бұрын
You need to first change the repository for updates
@VincentWestberg
@VincentWestberg Жыл бұрын
Great Video I have struggled with USB passthrough. I have it working but not like that I am going to go this route and see if it is better.
@postnick
@postnick Жыл бұрын
I know it’s hardware dependent, but I install proxmox on nvme drive and I just pass my SATA controller though and works the same but with fewer steps.
@PizzaGobbler2024
@PizzaGobbler2024 Жыл бұрын
Doing it this way that gives me the idea that buying a cheap sata PCIe controller for truenas makes sense then.
@spyro47
@spyro47 Жыл бұрын
​@@PizzaGobbler2024 Check your iommu settings before going this path. If you are having a consumer grade motherboard this will add more complications.
@Streetzlegend
@Streetzlegend 11 ай бұрын
I am planning to do this since my nas drives controller are in the same IOMMU group as the host/proxmox SSD, installing a separate HBA card im hoping would allow me to pass it through. @@PizzaGobbler2024
@haszoka
@haszoka Жыл бұрын
Instant sub
@PineapplePi5634
@PineapplePi5634 6 ай бұрын
thanks for the video. followed your video and managed to get my TrueNAS VM running on Proxmox. The only part I would improve is to add a 'backup=0' flag in the config file, the part where you pasted in the serial number manually. With the no backup indication and if there is a scheduled backup on the VM, proxmox will skip the backup of all your passthrough HDD. It just happened to me earlier when proxmox attempted to backup all the HDD of TrueNAS when it did not have sufficient space. /dev/disk/by-id/ata-BRAND_MODEL_SERIALNO,size=9314G,serial=SERIALNO,backup=0
@Lfmpaes
@Lfmpaes Жыл бұрын
Such a great and straight forward video. Thanks for the tutorial!
@whoisdavidpeterson
@whoisdavidpeterson Жыл бұрын
Thanks. I finally settled on a Truenas Proxmox combo and this walkthrough was just what I needed.
@russellmm
@russellmm Жыл бұрын
ckear and straight forward explanation. Nicely done!
@secretAurora9
@secretAurora9 21 күн бұрын
Tanks for everything!!! help me get the new server on point, now need to learn v-gpu passtrough/split for other vm lolll
@thinkingcritically
@thinkingcritically 10 ай бұрын
Thank you. That was helpful as I was unable to locate my drive in Truenas.
@Nico-r2z
@Nico-r2z Жыл бұрын
how to set this up in a way that the 3 drives can be used by other vms as well? Maybe setting up the raid in proxmox and passing throu the pool it self?
@MilanGroot
@MilanGroot 2 ай бұрын
almost 2 years later, this video helped me so much! Thank you!!!!
@Tokentools-weldersAu
@Tokentools-weldersAu Жыл бұрын
Thanks for sharing, I am a total newb and you helped me get a stellar result :)
@zr0dfx
@zr0dfx Жыл бұрын
Thanks for sharing this. Super helpful for my nas build. Passing through a controller card as well but I want to use the ports on my motherboard which I can’t pass through via iommu 😊
@jimskyboy2
@jimskyboy2 Жыл бұрын
Interesting way of doing it, I just finished moving my truenas over to a new proxmox instance, I used a separate 4 Port Asmedia sata pciE setup and just setup iommu... 2 8TB drives and a 1TB cache drive... Mirrored on a Z620. This does help though, I could directly pull the drives instead of running them through a controller.
@GeekendZone
@GeekendZone Жыл бұрын
This tutorial is perfect, thanks Bro.
@beckbrook605
@beckbrook605 Жыл бұрын
Thank you for this tutorial, it's clear and easy to follow for students
@ThisGreenMonkey
@ThisGreenMonkey Жыл бұрын
Great video was looking for something like this and boom u made this amazing video.
@basdfgwe
@basdfgwe Жыл бұрын
You forgot to remove the disks from proxmox backups. After you add passed the disks through, go back to vm > hardware > double click each disk that was added, select advance, uncheck back up.
@PoundNetTexas
@PoundNetTexas Жыл бұрын
Just what I needed to know. Thank you
@robvdl
@robvdl 23 күн бұрын
Works perfectly. I wonder if this will work with LXC containers or if it is for VM's only. About to find out I guess.
@KrisHoobergs
@KrisHoobergs Жыл бұрын
Maybe it's nice to have the commands somewhere in your description. I'm struggling with the long command at 5:55. It doesn't show me my drives but is just displaying a ">" . So I'm stuck at 5:55. Please advise
@dobrzpe
@dobrzpe Жыл бұрын
guess you didn't look in the description under the "Proxmox Wiki..." link. that page as ALL the commands as well as SEVERAL ways how to get the drive info...
@jayzn1931
@jayzn1931 Жыл бұрын
Thanks! How do you manage drive spindown in this case? Do you do that on proxmox or does it work in truenas? Also I'm a bit annoyed that SMART values can't be read by truenas with scsi passthrough, but as I don't have a pci controller for my drives, for now I will have to check that in proxmox (where it works).
@jayzn1931
@jayzn1931 Жыл бұрын
Actually I got it working by passing through the sata controller of my mainboard now, for anyone interested. TrueNAS now has full access to the drives. Spindown works, but only after you set the system dataset location on the boot drive of truenas, not the pool.
@Maisonier
@Maisonier 10 ай бұрын
Did you manage to solve the S.M.A.R.T. problem?
@jayzn1931
@jayzn1931 10 ай бұрын
@@Maisonier Hey, maybe you didn't see the comment I made: I fixed it by passing through the SATA controller completely. SMART and spindown work now! System is running without issues for about a year now.
@arthurkepler1284
@arthurkepler1284 Жыл бұрын
Thank you! The proxmox wiki docs leave a lot to be desired. (what is "592'? Why use -scsi2, etc.)
@josephstewart2439
@josephstewart2439 13 күн бұрын
Thanks, everything worked for my Unraid VM on Proxmox. For some reason SMART test works but no the disks temperature, is that expected?
@BIRDIE_PSEW
@BIRDIE_PSEW Жыл бұрын
Did you ever make a video about your Dashboard found at 0:30? Been looking through your videos but i just cant find it
@navarrohillsranch
@navarrohillsranch Жыл бұрын
Great straight forward video, Thank you!
@ricardoccpaiva
@ricardoccpaiva 7 ай бұрын
awesome video sir, thank you!
@albertpena946
@albertpena946 2 ай бұрын
HI, i'm facing a similar solution for a new customer and I realy on the maximum speed for the users, becase the fileserver will be used for render applications. Would be the TrueNAS inside the proxmox faster than a for example a NAS connected with the server at 10G?
@naveenchandra94
@naveenchandra94 Жыл бұрын
0:30 what is that dashboard.
@rsmith8733
@rsmith8733 Жыл бұрын
I am also interested to hear what this dashboard is!
@rsmakishi
@rsmakishi Жыл бұрын
If you aren’t using other SATA devices from that SATA controller you could also just passthrough that controller in the GUI.
@yank9467
@yank9467 7 ай бұрын
Why everytime I add the serial it deleted the disk from proxmox
@jordanluellen9667
@jordanluellen9667 7 ай бұрын
Someone else posted this solution and worked for me as well @michaelarthur8417 "space after the comma. Removed it and et voila"
@hantuan107
@hantuan107 2 ай бұрын
what is better, passthrough the whole sata controller or set each disk to the VM like this?
@panoshountis1516
@panoshountis1516 7 ай бұрын
Just wondering, what is the recommened approach between (a) creating a RAID-5 set via the BIOS controller and pass that thru to the VM vs (b) pass-thru raw disks and then create a RAIDZ within TrueNAS?
@UmarKashmiris
@UmarKashmiris 2 ай бұрын
Question: I am currently using truenas scale with 2 mirror drives and ssd as a boot drive as my main nas system and now i want to move to proxmox to get more virtualization benefits keeping truenas as vm inside proxmox. I want to migrate existing truenas system to proxmox without any data or application changes? The one option i can think of is, install proxmox and then have a fresh truenas installation as vm and then passthrough existing hard drives to import zfs pool and install all the apps again. is there any better way?
@910Jedi
@910Jedi 11 ай бұрын
Awesome video! I don't know where I went wrong, but only 3 out of 4 of my drives showed up as unassigned disks in Trunas. I can't figure out where I went wrong. All 4 of them are showing up as attached hardware under my Trunas VM. Any ideas?
@hotshotjansson
@hotshotjansson Жыл бұрын
Nice video! What are you running at 1:04 (in Containarr: protainer ?)? What web gui is this? do you have a video for it? thanks!!
@Thewickedjon
@Thewickedjon Жыл бұрын
this is a great tutorial, but, what is the benefit of virtualizing truenas as opposed to just installing truenas bare metal?
@hakStak_charlie
@hakStak_charlie Жыл бұрын
I had to change the cpu type to kvm64, then it fired up. Thank you!
@heybravo23
@heybravo23 2 ай бұрын
What's the difference doing that vs. in the VM go to Hardware then add hard disk?
@Frango26
@Frango26 Күн бұрын
great video, thanks :)
@allogic
@allogic 8 ай бұрын
Will truenas be able to read the temperature and smart values of the disks passed though?
@Mr.SisterFisster
@Mr.SisterFisster 7 ай бұрын
Good videa, helped a lot, thank you.
@vladislavkaras491
@vladislavkaras491 Жыл бұрын
Thanks for the video!
@BackBackForwardLightning
@BackBackForwardLightning 9 ай бұрын
I got unable to locate package lshw. How fix?
@tgass
@tgass Ай бұрын
apt update after that, try apt install lshw again.
@Le.Chiffre
@Le.Chiffre Жыл бұрын
I made it! Works!
@staciebutka2340
@staciebutka2340 Жыл бұрын
can't see the lsblk cmd can you added it to description?
@chrisumali9841
@chrisumali9841 Жыл бұрын
Thanks for the demo and info. So why did you install TrueNAS Core instead of TrueNAS Scale?
@redphantom451
@redphantom451 5 ай бұрын
Thanks dude
@portblock
@portblock Жыл бұрын
Honest question, why? I work in production environments and this doesn't make sense to me. Is this a home thing? what am I missing? As I understand one wont be able to migrate the vm to another box in the cluster, and if for some reason the prox host goes down so do any applications/servers that depend on the mapped file server.
@TechHut
@TechHut Жыл бұрын
Home thing. Learn the platform in an environment you already have set up.
@portblock
@portblock Жыл бұрын
@@TechHut Ah ok, makes total sense now, thank you for not ripping on me because I didnt understand.
@marcbrown3922
@marcbrown3922 9 ай бұрын
First I must say exactly video and thank you for all your hard work, but I have a question I have truenas scale installed in proxmox and I would like to share my pool or smb share with all my media files to my Plex container in proxmox is this possible, If so could you point me in the right direction please..?
@stacks353
@stacks353 Жыл бұрын
Do you plan on making a video on your Container setup?
@RaphA.OliveR
@RaphA.OliveR Жыл бұрын
Thank you very much! It helped a lot =)
@mariabjrkb.skaftadottir8669
@mariabjrkb.skaftadottir8669 Жыл бұрын
all my drives says unknown, how do i make it so i can see what drives is what in truenas, as i had both hdds and nvmes with the same amount of data i cant makeout what is what in truenas when making my pool
@Elrevisor2k
@Elrevisor2k Жыл бұрын
I read somewhere that the entire SATA controller has to be pass not drives or there will be some issues with the pool losing data. Is that true?
@An-be5bh
@An-be5bh Жыл бұрын
Very helpful, thank you very much!
@panoshountis1516
@panoshountis1516 Жыл бұрын
Awesome video, thank you! As I am tight on budget, I am thinking of starting up with a couple of HDD units initially then add more as I go along. Can I utilize the same process tor adding more disks in the future or it is different?
@in03
@in03 Жыл бұрын
ZFS doesn't take kindly to adding disks as you go (yet). Look into Unraid if that's a requirement or wait until that feature is released for ZFS
@panoshountis1516
@panoshountis1516 Жыл бұрын
@@in03 thank you for your reply. Maybe I should opt for a Windows Server VM with RAID controller passthru.
@vin_wil7
@vin_wil7 Жыл бұрын
I tried installing the HDD passthrough, for some reason, SCSi 1 and 2 disappears from the Hardware list on TrueNAS when i save the file with serial numbers. Is anyone else facing this issue?
@michaelarthur8417
@michaelarthur8417 Жыл бұрын
Yes I currently am. Haven't found a solution. Did you?
@michaelarthur8417
@michaelarthur8417 Жыл бұрын
I had a space after the comma. Removed it and et voila
@DerSchwertii
@DerSchwertii 4 ай бұрын
@@michaelarthur8417 This is Solution i searched for ! Thanks man !
@Costel8294
@Costel8294 Жыл бұрын
Hello!For photos as google photos,what its best in proxmox?Nextcloud or Truenas?Thanks
@Sr.V85
@Sr.V85 Жыл бұрын
Really good guide, thanks!! But is there any specific reason of why you used TrueNas Core and not Scale?
@TechHut
@TechHut Жыл бұрын
For this installation I already have a dedicated VM for docker, but I'm definitely going with scale when I install it on hardware.
@ryanclarke2005
@ryanclarke2005 Жыл бұрын
So this is being passed through via the sata ports on the motherboard?
@giusepearturo
@giusepearturo 10 ай бұрын
thank u great job 9 of 10 (next time the comands in the description)
@leopold188
@leopold188 Жыл бұрын
Thanks!!! Great Job!!!!
@rrodriguesv2
@rrodriguesv2 Жыл бұрын
Hello Tech, do you know a way to activate the turbo boost of the cpu inside truenas scale v22.12.2 and passing thru to a windows 10 vm machine ? I am running a epyc 7d12 on a supermicro h11 ssl-i,,, the cpu is running on the base clock of 1.1ghz full time, seems a little slow... even when i run cinebench or cpu-z
@royprice931
@royprice931 Жыл бұрын
Did you ever get the drive temp to show in truenas doing this
@toolbelt
@toolbelt Жыл бұрын
Thank you!
@schraderwebsolutions5713
@schraderwebsolutions5713 Жыл бұрын
How can I add the drive serial numbers after the TrueNas VM is running?
@kolrising
@kolrising Жыл бұрын
1:05 What software does this GUI beling to?
@JunglistPrefection
@JunglistPrefection Жыл бұрын
Can I dual boot with TrueNas scale on baremetal and Proxmox on an separate ssd?
@RichardBuckerCodes
@RichardBuckerCodes Жыл бұрын
what is the point of installing truenas on top of proxmox? Even with passthru truenas could be CPU starved at some point and drop packets/sectors.
@Nehemoth_G
@Nehemoth_G Жыл бұрын
To learn something. Just have my first PC for homelab, and I'm trying to replicate a multiple HW setup with only one PC
@ponchobob
@ponchobob Жыл бұрын
thanks for the video. is it possible to make a raid1 of two hdds and pass "them" through?
@trunkscannon
@trunkscannon Жыл бұрын
when i do the apt install for the lshw app, I keep getting an error of unable to locate the package
How to run TrueNAS on Proxmox?
17:36
Christian Lempa
Рет қаралды 267 М.
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
Chain Game Strong ⛓️
00:21
Anwar Jibawi
Рет қаралды 41 МЛН
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН
Microsoft dropped the OFFICIAL Windows "lite"
15:21
TechHut
Рет қаралды 169 М.
Running VMs in TrueNAS Scale - Should you run this instead of Proxmox?
21:05
My Proxmox Home Server Walk-Through: Part 1 (TrueNAS, Portainer, Wireguard)
54:28
EPYC TrueNAS Scale Build and VM Install
22:46
Craft Computing
Рет қаралды 156 М.
This blows away the competition - JONSBO N1 NAS Build
17:35
Linus Tech Tips
Рет қаралды 3,7 МЛН
Tiny Core Linux is Basically Magic
14:23
Action Retro
Рет қаралды 355 М.
5 Ways to Make Proxmox Better (New Install Changes)
16:41
WunderTech
Рет қаралды 44 М.
Don’t run Proxmox without these settings!
25:45
Christian Lempa
Рет қаралды 357 М.
Getting the Most Performance out of TrueNAS and ZFS
18:31
Techno Tim
Рет қаралды 135 М.
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН