blob: 93c668d3375fcfe0be7518795969d70d5ceda927 (
plain)
1 Attached Devices and VPS (OpenVZ and Virtuozzo)
2 ===============================================
3 :author: Aaron Ball
4 :email: nullspoon@iohq.net
5
6
7 == {doctitle}
8
9 *Note to self:* When hosting on a VPS using OpenVZ or Virtuozzo, to list
10 attached devices and their mount points, "fdisk -l" doesn't work ("cannot open
11 /proc/partitions") and "/proc/partitions" doesn't exist. To list all mount
12 points, run *df -h* : lists all drives and their free space
13
14 /etc/fstab still works as it should.
15
16
17 Category:Linux
18 Category:Virtualization
19
20
21 // vim: set syntax=asciidoc:
|