diff options
Diffstat (limited to 'src/Attached_Devices_and_VPS_(OpenVZ_and_Virtuozzo).adoc')
-rw-r--r-- | src/Attached_Devices_and_VPS_(OpenVZ_and_Virtuozzo).adoc | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/Attached_Devices_and_VPS_(OpenVZ_and_Virtuozzo).adoc b/src/Attached_Devices_and_VPS_(OpenVZ_and_Virtuozzo).adoc new file mode 100644 index 0000000..93c668d --- /dev/null +++ b/src/Attached_Devices_and_VPS_(OpenVZ_and_Virtuozzo).adoc @@ -0,0 +1,21 @@ +Attached Devices and VPS (OpenVZ and Virtuozzo) +=============================================== +:author: Aaron Ball +:email: nullspoon@iohq.net + + +== {doctitle} + +*Note to self:* When hosting on a VPS using OpenVZ or Virtuozzo, to list +attached devices and their mount points, "fdisk -l" doesn't work ("cannot open +/proc/partitions") and "/proc/partitions" doesn't exist. To list all mount +points, run *df -h* : lists all drives and their free space + +/etc/fstab still works as it should. + + +Category:Linux +Category:Virtualization + + +// vim: set syntax=asciidoc: |