Quantcast
Channel: Proxmox Support Forum
Viewing all articles
Browse latest Browse all 170630

Proxmox 3.0 - appearance of "bind" mounts

$
0
0
in pmx2.3 'bind' mounts (IE passthroughs for containers) didn't show up in the 'df'. Now, they do. makes DF kinda confusing.. any way to suppress them being listed, or am I doing this wrong?

IE:
Code:

/var/lib/vz/private/200    8388608      573428    7815180  7% /var/lib/vz/root/200
/dev/sda1              19535109584 17320853355 2214256229  89% /var/lib/vz/root/200/raid/windows
/dev/sda1              19535109584 17320853355 2214256229  89% /var/lib/vz/root/200/home
/dev/sda1              19535109584 17320853355 2214256229  89% /var/lib/vz/root/200/raid/temp
tmpfs                      4194304          0    4194304  0% /var/lib/vz/root/200/lib/init/rw
tmpfs                      4194304          0    4194304  0% /var/lib/vz/root/200/dev/shm



you get the idea.

Am I doing this wrong for proxmox3.0? I created /etc/vz/conf/xxx.mount like:

Code:

#!/bin/sh
mount -n --bind /raid/windows /var/lib/vz/root/200/raid/windows
mount -n --bind /raid/home /var/lib/vz/root/200/home
mount -n --bind /raid/temp /var/lib/vz/root/200/raid/temp


Viewing all articles
Browse latest Browse all 170630

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>