S: * CAPABILITY [...] QUOTA QUOTASET QUOTA=RES-STORAGE QUOTA=RES- MESSAGE [...] [...] C: S0000 GETQUOTA "#user/alice" S: * QUOTA "#user/alice" (STORAGE 54 111 MESSAGE 42 1000) S: S0000 OK Getquota completed C: S0001 SETQUOTA "#user/alice" (STORAGE 510) S: * QUOTA "#user/alice" (STORAGE 58 512) // The server has rounded the STORAGE quota limit requested to the nearest 512 blocks of 1024 octets; otherwise, another client has performed a near-simultaneous SETQUOTA using a limit of 512. S: S0001 OK Rounded quota C: S0002 SETQUOTA "!partition/sda4" (STORAGE 99999999) S: * QUOTA "!partition/sda4" (STORAGE 104 10923847) // The server has not changed the quota, since this is a filesystem limit, and it cannot be changed. The QUOTA response here is entirely optional. S: S0002 NO Cannot change system limit