Tenemos el ejemplo de un hd externo con los backups
anfitrión] mount -t auto /dev/sdc2 /mnt/hd anfitrión] mount -n -t simfs /mnt/hd /var/lib/vz/root/105/mnt/hd -o /mnt/hd anfitrión] vzctl enter 105
root@v-www:/# ls /mnt/hd backups_host1 backups_host2 root@v-www:/# mount /dev/simfs on / type simfs (rw) tmpfs on /lib/init/rw type tmpfs (rw,nosuid) proc on /proc type proc (rw,nosuid,nodev,noexec) sysfs on /sys type sysfs (rw,nosuid,nodev,noexec) tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev) devpts on /dev/pts type devpts (rw,nosuid,noexec) /dev/sdc2 on /mnt/hd type ext3 (rw,data=ordered) root@v-www:/# fdisk -l cannot open /proc/partitions root@v-www:/# df -h Filesystem Size Used Avail Use% Mounted on /dev/simfs 20G 13G 6.6G 66% / tmpfs 4.0G 0 4.0G 0% /lib/init/rw tmpfs 4.0G 0 4.0G 0% /dev/shm /dev/sdc2 114G 47G 62G 43% /mnt/hd
Más información: bind mounts…