1SMB2-QUOTA(1) SMB2-QUOTA(1)
2
3
4
6 smb2-quota - Userspace helper to display quota information for the
7 Linux SMB client file system (CIFS)
8
10 smb2-quota [-h] {options} {file system object}
11
13 This tool is part of the cifs-utils suite.
14
15 smb2-quota is a userspace helper program for the Linux SMB client file
16 system (CIFS).
17
18 This tool works by making an CIFS_QUERY_INFO IOCTL call to the Linux
19 SMB client which in turn issues a SMB Query Info request and returns
20 the result.
21
23 --help/-h: Print help explaining the command line options.
24
25 --tabular/-t: Print quota information for the volume in tabular format.
26 Amount Used | Quota Limit | Warning Level | Percent Used | Status | SID
27
28 --csv/-c: Print quota information for the volume in csv format.
29 SID,Amount Used,Quota Limit,Warning Level
30
31 --list/-l: Print quota information for the volume in raw format. - SID
32 - Quota Used - Quota Threshold - Quota Limit
33
34 --tabular/-t is the default action if none is given.
35
37 Kernel support for smb2-quota requires the CIFS_QUERY_INFO IOCTL which
38 was initially introduced in the 4.20 kernel and is only implemented for
39 mount points using SMB2 or above (see mount.cifs(8) vers option).
40
42 smbinfo(1)
43
45 Kenneth D'souza <kdsouza@redhat.com>
46
47 The Linux CIFS Mailing list is the preferred place to ask questions re‐
48 garding these programs.
49
50
51
52
53 SMB2-QUOTA(1)