]> git.proxmox.com Git - pve-docs.git/blame - pct-mountpoint-opts.adoc
update proxmox-logo.svg
[pve-docs.git] / pct-mountpoint-opts.adoc
CommitLineData
c2993fe5 1`rootfs`: `[volume=]<volume> [,acl=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,size=<DiskSize>]`
fe154a4f 2
f004f5b9 3`mp[n]`: `[volume=]<volume> ,mp=<Path> [,acl=<1|0>] [,backup=<1|0>] [,quota=<1|0>] [,ro=<1|0>] [,size=<DiskSize>]`
fe154a4f 4
f004f5b9 5`acl`: `boolean` ::
fe154a4f
DM
6
7Explicitly enable or disable ACL support.
8
f004f5b9 9`backup`: `boolean` ::
fe154a4f 10
2c0dde61 11Whether to include the mountpoint in backups (only used for volume mountpoints).
fe154a4f
DM
12
13`mp`: `<Path>` ::
14
15Path to the mountpoint as seen from inside the container.
2c0dde61
DM
16+
17NOTE: Must not contain any symlinks for security reasons.
fe154a4f 18
f004f5b9 19`quota`: `boolean` ::
fe154a4f
DM
20
21Enable user quotas inside the container (not supported with zfs subvolumes)
22
f004f5b9 23`ro`: `boolean` ::
fe154a4f 24
2c0dde61 25Read-only mountpoint
fe154a4f
DM
26
27`size`: `<DiskSize>` ::
28
29Volume size (read only value).
30
31`volume`: `<volume>` ::
32
33Volume, device or directory to mount into the container.
34