Search results

  1. D

    nfs share size

    I booted it up, and the folder did not have the qnap mounted. I mounted it up, and now it looks like it is working. Strange though, because it was not working before when I had it mounted.
  2. D

    LXC USB Passthrough

    I will contact them and ask them this.
  3. D

    nfs share size

    Filesystem Size Used Avail Use% Mounted on 192.168.2.3:/pve-backup 892G 17G 876G 2% /mnt/qnap 192.168.2.3:/pve-backup on /mnt/qnap type nfs4...
  4. D

    LXC USB Passthrough

    any other ideas on this?
  5. D

    nfs share size

    I did not. Just to make sure I understand you correctly, here is what I did: Create qnap NFS share. Mounted that shared nfs folder on PBS. Then added that folder as my new "qnap" datastore".
  6. D

    nfs share size

    I linked to a nfs share on my network. Doing a df . -h inside of that directory shows the size to be 892G, with 17G used. PBS reports this though: 6.95% (1.62 GiB of 23.25 GiB) What am I missing?
  7. D

    LXC USB Passthrough

    libusb-1.0-0 is already the newest version (2:1.0.23-2build1).
  8. D

    LXC USB Passthrough

    hiddev doesn't seem to exist in the lxc container. From the proxmox-side of things, it should be working then? EDIT: I may have discovered my problem. In the pwrstatd.log file, I see this error message: " The H2C device can't be used, because the linux system does not support libusb or libusb...
  9. D

    LXC USB Passthrough

    This is the program: https://www.cyberpowersystems.com/product/software/power-panel-personal/powerpanel-for-linux/ systemctl start pwrstatd.service then pwrstat -status which shows: "The UPS information shows as following: Current UPS status: State........................ Lost Communication"...
  10. D

    Dell R710 & OMSA

    I am trying to install OMSA, but am having a difficult time, just with outdated hardware, etc. I found two good threads: https://forum.proxmox.com/threads/how-to-install-dell-openmanage-7-1-in-proxmox-4.26588/ and https://forum.proxmox.com/threads/dell-openmanage-on-proxmox.15380/page-2. I've...
  11. D

    LXC USB Passthrough

    I am trying to pass through a USB-attached device to my server, through proxmox, to a LXC container. Before doing anything, I did a lsusb, and saw the device, but knew that as is, I probably would not be able to interact with it. I found some instructions on how to proceed from here. Here is...
  12. D

    New (re-)build suggestions

    Good to know, thank you. It is a PERC H700. I will look into seeing if it supports that mode, or the alternative.
  13. D

    New (re-)build suggestions

    I am running the latest version of Proxmox on my Dell R710. I have a raid hardware controller inside of it. Right now, I am using raid 1 and have 4 Black 1 TB drives. The first two are used for Proxmox OS and VMs, and the second two are used for storage/backups. I need to increase my drive...
  14. D

    systemd-network static ip assignment

    I am running Ubuntu 20. I am running it inside a LXC container. I set a static IP, and do a reboot, and I am back to dhcp again. I look at the file, and all of my changes are lost. I did notice that my interface name changes. The format is: eth0@nnn. I tried for the match section, eth0@*, but...
  15. D

    [SOLVED] Mounting an encrypted drive

    Great, this worked, thank you! :)
  16. D

    [SOLVED] Mounting an encrypted drive

    Sure: lsblk -f NAME FSTYPE LABEL UUID FSAVAIL FSUSE% MOUNTPOINT sda...
  17. D

    [SOLVED] Mounting an encrypted drive

    I am trying to mount an encrypted drive on Proxmox. Here is the tutorial that I am following: https://averagelinuxuser.com/encrypt-hard-drive-in-linux/. I am running PVE 6.3-3. I've done this type of thing before, but on PVE, it seems like it has to be done differently... when I get to the...
  18. D

    Encrypting USB-Boot

    Good to know, thank you. I will see about installing it on my drive.
  19. D

    Encrypting USB-Boot

    Is there any way to encrypt an existing proxmox usb-stick that it boots from, to prevent someone from modifying files on it?