]> git.proxmox.com Git - pve-docs.git/blob - pct-mountpoint-opts.adoc
45bd0baf19724d9727bf33563166589d4671dd2f
[pve-docs.git] / pct-mountpoint-opts.adoc
1 `rootfs`: `[volume=]<volume> [,acl=<acl>] [,backup=<[1|0]>] [,quota=<[0|1]>] [,ro=<ro>] [,size=<DiskSize>]`
2
3 `mp[n]`: `mp=<Path>, [volume=]<volume> [,acl=<acl>] [,backup=<[1|0]>] [,quota=<[0|1]>] [,ro=<ro>] [,size=<DiskSize>]`
4
5 `acl`: `<acl>` ::
6
7 Explicitly enable or disable ACL support.
8
9 `backup`: `<[1|0]>` ::
10
11 Whether to include the mountpoint in backups.
12
13 `mp`: `<Path>` ::
14
15 Path to the mountpoint as seen from inside the container.
16
17 `quota`: `<[0|1]>` ::
18
19 Enable user quotas inside the container (not supported with zfs subvolumes)
20
21 `ro`: `<ro>` ::
22
23 Read-only mountpoint (not supported with bind mounts)
24
25 `size`: `<DiskSize>` ::
26
27 Volume size (read only value).
28
29 `volume`: `<volume>` ::
30
31 Volume, device or directory to mount into the container.
32