Search results

  1. 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...
  2. 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...
  3. 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 ...
  4. P

    ZFS SMART values .

    Was doing a little checking of the smart values of my disks in my ZFS arrays , a have a 12TB iron wolf mirror array for backups and slow media where I don't need the fast IO , How I think ZFS works is it should read and write to both drives at the same time , but looking at the smart value I'm a...
  5. P

    How do I stop ZFS automounting a snapshot dataset after reboot ?

    Hi , I have just starting learning to do ZFS right and from have all my file in a pool I've started to build datasets , media , backups , old_backups , temp , etc. All my dataset have been copied via ZFS send , receive to a backup hard drive . I just want to store the snapshots on the drive...
  6. P

    As zpool list always given the wrong free space ?

    Just notice that my 4TB , 3 + 1 , which should be about 15TB total, but 11.5TB usable . So with 4.91TB used I have 9.4TB free . Mirrors look to be correct but not my raidz1-0 root@pve1:~# zpool list NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT...
  7. P

    why is rsync so slow ?

    trying to copy a parts zpool from one computer to another both running zfs , but not a cluster . Tried a SMB share and using rsync -arpvh /sorce /des , which works o.k , but slow . Not bandwidth , cpu , or io limited but get 70 M/S on a easy 300M/S connection . Can easy get the 300M/S which is a...
  8. P

    [SOLVED] stupid people win stupid prizes .

    Hi , Today I was going to backup my ZFS array almost 8TB of data , easy mount my backup drive and mount it , what was on it was full of junk data , so I did a rm -r , but messed up by doing a rm -r /* Very lucky don't think I've deleted any data off the ZFS array or I would be really crying ...
  9. P

    GPU Passthrough with USB problems

    Hi , getting some use out of my Ryzen 9 3900x which I've not switch on for a couple of years now, but want to use it for GPU Passthrough. After a lot of playing and missed steps I've got the GPU working , BUT have a Corsair Commander PRO fan controller + a H150i Platinum water cooler . Which I...
  10. P

    Tried adding a usb hard drive ( ZFS ) , and get a constant stream of error message

    Tried adding a usb 3.1 gen 1 hard drive ( ZFS ) in single drive mode , and get a constant stream of error message when reading or writing to the drive, not sure if it AMD Ryzen 7 5700G related a bad driver / set up etc. I'm on the latest version 8.0.3 upgraded from version 7.4 ? , tried adding...
  11. P

    Is it possible to make the VMs / CTs start at a different number, not 100 ?

    Is it possible to set the starting range of VMs / CTs from 100 which is the default , so you can have one proxmox server start at 100 and the next 200 ? Yes , I know you can make a VM use any number , but that mean setting it to 200 each time and moving it until you get a useable number .
  12. P

    Recover From Grub Failure , getting no where , where do I go from here ?

    Followed to https://pve.proxmox.com/wiki/Recover_From_Grub_Failure guide and fixed the part which was now wrong , but now totally stuck : sudo vgscan Found volume group "pve" using metadata type lvm2 ubuntu@ubuntu:~$ sudo vgchange -ay 26 logical volume(s) in volume group "pve" now active...
  13. P

    /usr/sbin/grub-probe: error: disk `lvmid/********' not found.

    I've been told I made a double post on how to fix my problem , which is not really the same question I asked at first . O.K something stupid today while trying to use gpu passthrough which locked it up. after a reboot I got the grub recover screen and started following this ...
  14. P

    Feb 06 12:47:55 pve kernel: [drm:amdgpu_cs_ioctl [amdgpu]] *ERROR* Failed to initialize parser -125!

    Just started getting this error in the last few day , I think it is my frigate nvr using hardware encoding which is give me this problem. I'm using frigate inside proxmox which as not given me a problem before , so don't know if it frigate or Debian AMD igpu . Not install any extra drivers so...
  15. P

    lxc containers , can I pass a usb and full hard drive like a VM ?.

    I'm looking into if I can converting my linux VMs running Emby and Home assistant into lxc containers. But I need to pass a usb zstick with Home assistant and pass a full zfs hard drive to Emby . A lxc container doesn't look to be as versatile as a VM with only memory , CPUs , and disk space...
  16. P

    Network down after adding a nvme drive .

    Hi ,when I try adding a nvme drive after the interface is down , but still works again after removing the drive. I tried bring the interface up and found the lights are no but no one is there , and still can't connected to the web interface . syslog looks like the nvme drive is working is o.k ...
  17. P

    Windows 10 VMs will not start , Windows 11 and Linux all o.k .

    Can't get any of my Windows 10 VMs to start , just getting a QEMU exited with error 1 . Only Windows 10 VMs will not start Windows 11 and Linux start o.k . It doesn't look to be a EFI disk problem , because it's affecting seabois and uefi machines . I'll looked in the logs and can't see a...