mount

  1. S

    [SOLVED] Missing storage on root disk

    Hello, I have a server with two harddrives, each of this has 2 TB. Like on the screenshot, the proxmox system is running on the SDA harddrive - SDB is an external storage which I have mounted in proxmox. But in Proxmox I can see of the SDA harddrive only the "vg0-root" partition (16 GB). How...
  2. N

    How to backup a mount point of the container

    Hi, I have an alpine container running postgres database, and I mounted a local LVM-thin to the /data/ directory to store the database data. I got two questions here: 1. Is there a way I could preserve this mount point when I delete the container? 2. Is there a way I could backup this mount...
  3. J

    Unable to mount thin-provisioned LVM volume?

    Hi, I have six Proxmox hypervisors (various licenses) running 5.4 which I began upgrading this week (to 6.2-4). I'm on the second machine today and running into the same problem that I had on my first upgrade. There is an LVM volume defined from the 5.4 Proxmox install which is tagged with...
  4. K

    Two USB for Backup

    Hi Everyone, im pretty new with ProxMox and Linux system, and i would be happy if if i get some help with my problem. i have 2 USB and i would like to configure the ProxMox in such a way that it automaticly backup in my USB, the thing is that how can i configure it in a way if i remove USB1...
  5. Z

    Löschung volume mount Disk bei LXC Container bei pct destroy <id> über Konsole

    Es wäre praktisch eine Abfrage zu implementieren, bevor einem die gesamte 2. angehängte Disk (als mount point wohl gemerkt) unterm Hintern weg gelöscht wird, oder diese schlicht zu ignorieren, wie bei anderen mounts. In meinem Fall war diese als "volume mount point mpX" angehängt und wurde...
  6. D

    Fuse in proxmox 6.1

    I'm trying to get fuse working properly in proxmox 6.1 inside of an LXC container. In my configuration, I have the following: mountpoint (mp0) backupVolume/path >> Works and mounted Options --> fuse=1 So I think* its all OK, but I'm not sure. Inside the LXC container, I am trying to get...
  7. T

    LXC backup fails - unable to open the dataset 'vzdump'.

    Hi, I have noticed this issue where all of my LXC fail to backup while all of the the VMs do backup successfully. This is similar to This Thread which has been marked "Solved", though that sounds like a workaround. This is the error I am seeing: INFO: Starting Backup of VM 110 (lxc) INFO...
  8. I

    proxmxo managed cephfs mount on external computer (non porxmox) cant access file content

    i have usefully integrated ceph(proxmox based) in all the lxc containers, now i want to integrate it outside of proxmox for some user for read only access , to replace the current nfs share, what do i need to do ? what params to put in /etc/fstab
  9. P

    [SOLVED] Mount storage to lxc with lvm

    Hey ! I'm trying to do quite a simple thing. I want to add a storage to a lxc container. I want it to be a lvm-thin (so I can make snapshots, I don't need to share the storage). The storage I want to use is in a empty hard disk. I encrypted the hard disk with luks. I manually created a lvm pv...
  10. Proxygen

    Cannot Move Disk To ZFS Storage, Name Does Not Match

    # cat /etc/pve/storage.cfg lvmthin: lvmt_containers1-nvme1 thinpool lvmt_containers1 vgname lvmt_containers1 content images,rootdir nodes node2 dir: local disable path /var/lib/vz content snippets maxfiles 0 shared 0...
  11. Z

    Mount Data Volume Hard Drive to Existing VE (Windows Server 2012)

    Hi, I created a windows server 2012 with configuration on it. I previously have my own file server but decided to virtualize. How can i mount 2nd HDD with DATA to VE i created? Thanks!
  12. E

    Same RAW for both CTs

    Hello I'm using two LXCs, and is it possible to use the same RAW file for both containers? CT 100: CT 102: Common HDD: VM-100-disk-0.raw When I try to run container 102, the runtime stops due to an error. root@prox:~# systemctl status pve-container@102.service ●...
  13. B

    Unable to use NFS share within LXC container

    I have managed to set Proxox 6.0-4 up in a virtualbox vm and have created an Ubuntu 18.04 container with which I will run Plex media server. I have also managed to get Proxmox to see my Synology NFS share (see screenshot) but I have spent 2 days attempting to attach the NFS share to the...
  14. Y

    Mountpoint blockieren bis zfs load-key

    Hi, ich habe mein System auf zfs native Verschlüsselung umgestellt. Wie auf https://pve.proxmox.com/wiki/ZFS_on_Linux wird automatisches laden des Schlüssels nicht angeboten. Ist auch nicht tragisch, kann man ja per cronjob o.ä. machen. Der Knackpunkt ist aber, ich habe ein Directory-Storage...
  15. P

    [SOLVED] Mounting Part of a Volume to a Hardrive in a VM

    Hey, I'm wondering if it's possible to mount part of a volume to a hard drive in a VM. I have a hard drive that I'd like to give every VM a portion of (~50GB), and I'd like to make it appear as a drive to be compatible with all OSes. If this is possible, please let me know.
  16. A

    RBD hangs with remote Ceph OSDs

    Hi there, I am running a 2-node Proxmox-Cluster and mounted RBD images on a remote Ceph cluster (latest Mimic release). Currently we are using the RBD image mount as backup storage for our VMs (mounted in /var/lib/backup). It all works fine unless an OSD or an OSD-Host (we have 3, each...
  17. T

    [SOLVED] Permission issue in container with mount

    I have mounted my ZFS share /tank/to my container (8002) with this command: # pct set 8002 -mp0 /tank/,mp=/mnt/tank/ But now when I boot up the container (running ubuntu 18.04) I don't have write permissions. I also can't change the permissions in anyway. How do I give my root user in the...
  18. T

    [SOLVED] Weird problem with imported ZFS disk.

    I come from Freenas and had a lot of data on a ZFS pool I created (2 x 8 TB disk) and now I migrated to Proxmox, when I did zpool import it all went without error and the pool showed up under Server > Disks > ZFS. But I noticed that it didn't appear in the left collom where all my other storage...
  19. B

    Directory Storage Named with Hyphen - Invalid Systemd Mount Unit

    Creating a new Directory Storage config (via Node > Disks > Directory) where the config name contains a hyphen (such as `local-ssd`), results in an invalidly named Systemd mount unit. Task Log # /sbin/sgdisk -n1 -t1:8300 /dev/sdb The operation has completed successfully. # /sbin/mkfs -t ext4...
  20. L

    Why can root user (in guest) write to my mounted directory?

    I have the following in my container's config file: unprivileged: 1 lxc.mount.entry: /tank/git_repositories mnt/git_repositories none bind 0 0 # GUEST HOST NUM lxc.idmap: u 0 100000 1000 lxc.idmap: u 1000 200101 1 lxc.idmap: u 1001 101001 64535...

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!