Search results

  1. P

    how did exclude a sata controller ?

    I've gone the :- echo "options vfio-pci ids=197b:0585" > /etc/modprobe.d/vfio.conf update-initramfs -u modprobe.d more or less empty , just vifo.conf and blacklist nvidiafb So
  2. P

    how did exclude a sata controller ?

    o.k can I blacklist just ahci , if I'm booting proxmox from a nvme drive ?
  3. P

    how did exclude a sata controller ?

    you are right . root@nas:~# lspci -nnk -s 05:00.0 05:00.0 SATA controller [0106]: JMicron Technology Corp. JMB58x AHCI SATA controller [197b:0585] Subsystem: JMicron Technology Corp. Device [197b:0000] Kernel driver in use: ahci Kernel modules: ahci root@nas:~#
  4. P

    how did exclude a sata controller ?

    I can see use softdep for stopping the nvidia drivers , with softdep nvidia pre: vfio-pci But be you stop a sata controller ? I've done the bit above . echo "options vfio-pci ids=197b:0585" > /etc/modprobe.d/vfio.conf update-initramfs -u reboot , the I can still see the disks in proxmox .
  5. P

    how did exclude a sata controller ?

    thank you . 05:00.0 SATA controller [0106]: JMicron Technology Corp. JMB58x AHCI SATA controller [197b:0585] You got that spot on !!!!! BUT the disk are still showing in disks on proxmox
  6. P

    how did exclude a sata controller ?

    I'm passing the full controller to my virtualised truenas which looks to working well , BUT I tried stopping it and restarting I will left with a load of errors in the logs . Which gets me concerned about data corruption ? , how do stop the driver for than controller loading ? 04:00.0 SATA...
  7. P

    Anyone running TrueNas as a VM under proxmox ?

    Just tried running TrueNas virtualised and so far no big problems I can see , when I pass the controller the disks connected disappear from proxmox's disk list which to me is a good sign , checked the logs I can't see any "I don't like this controller errors" , but it did generate a notification...
  8. P

    Anyone running TrueNas as a VM under proxmox ?

    Just got a N5 air , installed 3 x 12TB drives with a second pool of SSDs , 16GB I don 't think is enough to running proxmox and truenas . Just order a 48gb kit for it @ £399 , which is better than the £727 for a 64gb kit , posted from the UK from a known name ( Scan computers ) Looking for...
  9. P

    Strix halo , USB4 / Thunderbolt 5 problems .

    It does work in windows 11 correct , but it's a can't win case in Linux/promox , you can't pass it to a windows 11 VM because the USB 4 is part of the chip set driver which will not install , but in proxmox it will see USB 4 as USB hi-speed , The thunderbolt 5 is seen as thunderbolt 2 . But the...
  10. P

    Strix halo , USB4 / Thunderbolt 5 problems .

    looks like usb3 is the fastest you can get on proxmox ?
  11. P

    Strix halo , USB4 / Thunderbolt 5 problems .

    Trying to set up a fast way to move file from my Laptop to my MS-S1 MAX using a nvme usb4 adapter. But if I plug into a USB4 plug looking at the logs it keep restarting and doesn't work , but it in a USB3-10GB port it works and say it is USB2 device and runs at 40MB/S , I installed ( apt install...
  12. P

    [SOLVED] Inbuilt WiFi pci-e Passthrough instant death

    I did work out it was about iommu grouping so added the extra bit to grub - pcie_acs_override=downstream,multifunction Now it's gone a little mad with the grouping putting everything in it own group so my graphic card is now 2 groups , sound and video . passed the pci-e wifi and found that...
  13. P

    [SOLVED] Inbuilt WiFi pci-e Passthrough instant death

    Hi , trying to use pci-e passthrough on my motherboard's wifi module . ( Network controller: MEDIATEK Corp. MT7922 802.11ax PCI Express Wireless Network Adapter ) At first I guess it was easy and just added it to my boot on start up VM which messed it up so bad I had to do a reinstall , all...
  14. P

    How easy is it to get working a lto tape drive ?

    Hi , I'm thinking of getting a second hand lto tape drive off ebay etc , which I can get something like a , ( Dell IBM Ultrium HH6 LTO6 SAS Internal ) which are about the £500 mark , I have a 8 port HBA sas/sata card fitted so a normal sas/sata connection is no problem . total newbie to this ...
  15. P

    move vm to another proxmox system

    I was going to say the same thing make a backup copy , a VM is self-contained so all your data should be contained within the backup . BUT ......... don't forget you are making a COPY , the mac address , names , etc will all be copied . so use the thick box which say unique , if you want a...
  16. P

    Vlan for VM

    o.k , Sorry don't know about the Omada network , i'm on ubiquiti . First do you have a router which will route the vlans ? , do you have DHCP for each vlan ? , have you set the default gateway correct. Let say you have a vlan iot vlan 30 , 192.168.30.xx . first it need to find a DHCP server on...
  17. P

    Vlan for VM

    easy , going into Network on the VM or CT you want to set the VLAN , set the VLAN Tag to 30 . Now that VM will be on VLAN 30 , but now that bridge will contain untagged from the other VMs or proxmox , plus tagged traffic vlan from that VM. But your router / switch port connected to your need to...
  18. P

    Making ZFS mirror from 2x 4TB disks and 1x 8TB disk

    Trying to think how many years ago it was 20 - 25 year , I was into Ham packet radio 70cm / 2m / 4m which is slightly faster than IP over carrier pigeon , but I think the internet killed packet radio too.
  19. P

    Making ZFS mirror from 2x 4TB disks and 1x 8TB disk

    I would A/ get a extra 4tb drive then you can have a raidx1 8tb or B/ get a extra 8tb so you can have 4tb + 8tb mirrors , but I guess that wasn't the question asked .
  20. P

    Making ZFS mirror from 2x 4TB disks and 1x 8TB disk

    The only problem is if I have right is , on two of the drives all the data would be sort of contiguous , so it could read from one drive then the other , but on the big drive the head would have keep switching between the partitions , so I guess the performance would depend on the HDs cache ?