I have an external drive attached to the Proxmox node
/dev/sdb1 on /mnt/timemachine type ext4 (rw,noatime,quota,usrquota,grpquota,stripe=8191,data=ordered)
quotes work directly on the host (repquota, edquota etc)
This partition is mounted in a CT with:
mp0: /mnt/timemachine,mp=/home,quota=1
inside the CT mount reports this
/dev/sdb1 on /home type ext4 (rw,noatime,quota,usrquota,grpquota,stripe=8191,data=ordered)
Inside the CT quotes are not working:
$ quotacheck -cug /home
quotacheck: Cannot stat() mounted device /dev/sdb1: No such file or directory
quotacheck: Mountpoint (or device) /home not found or has no quota enabled.
quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option.
Reading the manual it looks like this might not be possible to work. (https://pve.proxmox.com/wiki/Linux_Container#pct_settings)
What are the steps to make it available with "Device Mount Points"
How to change the mount config?
/dev/sdb1 on /mnt/timemachine type ext4 (rw,noatime,quota,usrquota,grpquota,stripe=8191,data=ordered)
quotes work directly on the host (repquota, edquota etc)
This partition is mounted in a CT with:
mp0: /mnt/timemachine,mp=/home,quota=1
inside the CT mount reports this
/dev/sdb1 on /home type ext4 (rw,noatime,quota,usrquota,grpquota,stripe=8191,data=ordered)
Inside the CT quotes are not working:
$ quotacheck -cug /home
quotacheck: Cannot stat() mounted device /dev/sdb1: No such file or directory
quotacheck: Mountpoint (or device) /home not found or has no quota enabled.
quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option.
Reading the manual it looks like this might not be possible to work. (https://pve.proxmox.com/wiki/Linux_Container#pct_settings)
What are the steps to make it available with "Device Mount Points"
How to change the mount config?
Last edited: