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:
you get the idea.
Am I doing this wrong for proxmox3.0? I created /etc/vz/conf/xxx.mount like:
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