Search results

  1. U

    [SOLVED] Adding USB HDD

    I made a mistake. It is working now :) Thanks for your help!
  2. U

    [SOLVED] Adding USB HDD

    I see it is mounted on /media/sdb1. Is it also possible to mount this on a VM instead of the Proxmox host?
  3. U

    [SOLVED] Adding USB HDD

    Thanks, I tried that one as well, using the following command qm set 101 -usb0 host=152d:0578,usb3=yes It does show up in the configuration file of the VM, but when I boot the VM it isn't connected.
  4. U

    [SOLVED] Adding USB HDD

    Thanks for your reply. I tried this, but the HDD doesn't show up as a disk in Proxmox. Does it perhaps require a reboot?
  5. U

    [SOLVED] Adding USB HDD

    Hi all, I have a HDD connected to my Intel NUC via USB. The HDD is visible in the disks interface in Proxmox. Now I would like to connect this disk to a VM. I was wondering what would be the best way to do this? I also don't see an option to make this HDD a new LVM? Thanks!
  6. U

    Intel NUC doesn't recognize SSD after reboot

    Hi, I have a intel NUC with a 512GB SSD and 1TB HDD, running Proxmox. Everything worked fine until I rebooted my Proxmox node. Now the NUC doesn't want to boot and even in the BIOS my SSD isn't recognized anymore. I think the problem may be caused by executing the command 'sudo cfdisk'. I got...
  7. U

    Extend local directory size

    Hi, Thank you for your reply. Yes this is a default installation. I'm not sure what you mean by adding a second disk to the lvm. I've added two screenshots to make it more clear. I would like to shrink the LVM-thin and extend the directory. Thanks!
  8. U

    Extend local directory size

    Hi, On my Proxmox server I have a directory which is called "local". This directory has a size of 94GB. I also have a LVM-Thin which is called "local-lvm". This partition has a size of 349GB. The problem is that both of these "volumes" are on the same SSD. I have two VM's which run on the...
  9. U

    [SOLVED] Interface speed only 10baseT-FD

    Thanks for your reply. The following command worked for me: root@proxmox:~# ethtool -s eno1 speed 1000 autoneg off root@proxmox:~# ethtool eno1 Settings for eno1: Supported ports: [ TP ] Supported link modes: 10baseT/Half 10baseT/Full...
  10. U

    [SOLVED] Interface speed only 10baseT-FD

    Hi all, I'm running on Proxmox on a Intel NUC which has a Gigabit lan interface, however the interface speed is only set to 10baseT-FD. When I try to change the interface speed I get the following errors. See output below: root@proxmox:~# ifconfig eno1...
  11. U

    [SOLVED] Restore external drive after crash

    Hi all, My Intel NUC with Proxmox running on it crashed today, after a failed attempt to resize the main drive. However most of the VM's were on the second drive which hasn't changed. Right now I installed Proxmox again and when I run the command fdisk -l . It tells me the data is still there...