Lines Matching refs:mount
11 be adjusted on the fly via 'mount -o remount ...'
27 1) There is always a kernel internal mount which you will not see at
31 This mount does not depend on CONFIG_TMPFS. If CONFIG_TMPFS is not
41 Remember to create the directory that you intend to mount tmpfs on
44 This mount is _not_ needed for SYSV shared memory. The internal
45 mount is used for that. (In the 2.3 kernel versions it was
46 necessary to mount the predecessor of tmpfs (shm fs) to use SYSV
49 3) Some people (including me) find it very convenient to mount it
57 tmpfs has three mount options for sizing:
76 mount with such options, since it allows any user with write access to
81 tmpfs has a mount option to set the NUMA memory allocation policy for
83 adjusted on the fly via 'mount -o remount ...'
99 system, the mount option memory policy will be applied with a NodeList,
117 Note that trying to mount a tmpfs with an mpol option will fail if the
123 mount options. It can be added later, when the tmpfs is already mounted
124 on MountPoint, by 'mount -o remount,mpol=Policy:NodeList MountPoint'.
127 To specify the initial root directory you can use the following mount
138 So 'mount -t tmpfs -o size=10G,nr_inodes=10k,mode=700 tmpfs /mytmpfs'