Lines Matching full:mount

17 mount. tmpfs also supports THP.
21 fly using a remount ('mount -o remount ...') of the filesystem. A tmpfs
45 1) There is always a kernel internal mount which you will not see at
49 This mount does not depend on CONFIG_TMPFS. If CONFIG_TMPFS is not
59 Remember to create the directory that you intend to mount tmpfs on
62 This mount is _not_ needed for SYSV shared memory. The internal
63 mount is used for that. (In the 2.3 kernel versions it was
64 necessary to mount the predecessor of tmpfs (shm fs) to use SYSV
67 3) Some people (including me) find it very convenient to mount it
75 tmpfs has three mount options for sizing:
96 mount with such options, since it allows any user with write access to
104 tmpfs has a mount option to disable its use of swap:
114 The mount options for this are:
129 tmpfs also supports quota with the following mount options
133 is enabled on the mount. Tmpfs is using hidden
134 system quota files that are initialized on mount.
136 on the mount.
138 on the mount.
145 None of the quota related mount options can be set or changed on remount.
152 the mount. In other words, instead of the limits being initialized to zero,
153 they are initialized with the particular value provided with these mount
160 tmpfs has a mount option to set the NUMA memory allocation policy for
162 adjusted on the fly via 'mount -o remount ...'
180 system, the mount option memory policy will be applied with a NodeList,
201 Note that trying to mount a tmpfs with an mpol option will fail if the
207 mount options. It can be added later, when the tmpfs is already mounted
208 on MountPoint, by 'mount -o remount,mpol=Policy:NodeList MountPoint'.
211 To specify the initial root directory you can use the following mount
224 tmpfs has a mount option to select whether it will wrap at 32- or 64-bit inode
232 On a 32-bit kernel, inode32 is implicit, and inode64 is refused at mount time.
240 So 'mount -t tmpfs -o size=10G,nr_inodes=10k,mode=700 tmpfs /mytmpfs'