Home
last modified time | relevance | path

Searched refs:mount (Results 1 – 200 of 347) sorted by relevance

12

/linux-4.1.27/fs/
Dpnode.c17 static inline struct mount *next_peer(struct mount *p) in next_peer()
19 return list_entry(p->mnt_share.next, struct mount, mnt_share); in next_peer()
22 static inline struct mount *first_slave(struct mount *p) in first_slave()
24 return list_entry(p->mnt_slave_list.next, struct mount, mnt_slave); in first_slave()
27 static inline struct mount *next_slave(struct mount *p) in next_slave()
29 return list_entry(p->mnt_slave.next, struct mount, mnt_slave); in next_slave()
32 static struct mount *get_peer_under_root(struct mount *mnt, in get_peer_under_root()
36 struct mount *m = mnt; in get_peer_under_root()
55 int get_dominating_id(struct mount *mnt, const struct path *root) in get_dominating_id()
57 struct mount *m; in get_dominating_id()
[all …]
Dpnode.h35 static inline void set_mnt_shared(struct mount *mnt) in set_mnt_shared()
41 void change_mnt_propagation(struct mount *, int);
42 int propagate_mnt(struct mount *, struct mountpoint *, struct mount *,
45 int propagate_mount_busy(struct mount *, int);
46 void propagate_mount_unlock(struct mount *);
47 void mnt_release_group_id(struct mount *);
48 int get_dominating_id(struct mount *mnt, const struct path *root);
49 unsigned int mnt_get_count(struct mount *mnt);
50 void mnt_set_mountpoint(struct mount *, struct mountpoint *,
51 struct mount *);
[all …]
Dnamespace.c100 static int mnt_alloc_id(struct mount *mnt) in mnt_alloc_id()
117 static void mnt_free_id(struct mount *mnt) in mnt_free_id()
132 static int mnt_alloc_group_id(struct mount *mnt) in mnt_alloc_group_id()
151 void mnt_release_group_id(struct mount *mnt) in mnt_release_group_id()
163 static inline void mnt_add_count(struct mount *mnt, int n) in mnt_add_count()
177 unsigned int mnt_get_count(struct mount *mnt) in mnt_get_count()
195 struct mount *m = container_of(p, struct mount, mnt_umount); in drop_mountpoint()
201 static struct mount *alloc_vfsmnt(const char *name) in alloc_vfsmnt()
203 struct mount *mnt = kmem_cache_zalloc(mnt_cache, GFP_KERNEL); in alloc_vfsmnt()
284 static inline void mnt_inc_writers(struct mount *mnt) in mnt_inc_writers()
[all …]
Dmount.h10 struct mount * root;
30 struct mount { struct
32 struct mount *mnt_parent; argument
54 struct mount *mnt_master; /* slave is on master->mnt_slave_list */ argument
72 static inline struct mount *real_mount(struct vfsmount *mnt) in real_mount() argument
74 return container_of(mnt, struct mount, mnt); in real_mount()
77 static inline int mnt_has_parent(struct mount *mnt) in mnt_has_parent()
88 extern struct mount *__lookup_mnt(struct vfsmount *, struct dentry *);
89 extern struct mount *__lookup_mnt_last(struct vfsmount *, struct dentry *);
Dinternal.h16 struct mount;
149 extern void mnt_pin_kill(struct mount *m);
Dlibfs.c543 int simple_pin_fs(struct file_system_type *type, struct vfsmount **mount, int *count) in simple_pin_fs() argument
547 if (unlikely(!*mount)) { in simple_pin_fs()
553 if (!*mount) in simple_pin_fs()
554 *mount = mnt; in simple_pin_fs()
556 mntget(*mount); in simple_pin_fs()
564 void simple_release_fs(struct vfsmount **mount, int *count) in simple_release_fs() argument
568 mnt = *mount; in simple_release_fs()
570 *mount = NULL; in simple_release_fs()
Dproc_namespace.c96 struct mount *r = real_mount(mnt); in show_vfsmnt()
130 struct mount *r = real_mount(mnt); in show_mountinfo()
190 struct mount *r = real_mount(mnt); in show_vfsstat()
Dfs_pin.c76 void mnt_pin_kill(struct mount *m) in mnt_pin_kill()
Danon_inodes.c50 .mount = anon_inodefs_mount,
Dnsfs.c151 .mount = nsfs_mount,
DKconfig.binfmt168 To use binfmt_misc, you will need to mount it:
169 mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc
/linux-4.1.27/Documentation/filesystems/
Dsharedsubtree.txt7 3) Setting mount states
33 a. shared mount
34 b. slave mount
35 c. private mount
36 d. unbindable mount
39 2a) A shared mount can be replicated to as many mountpoints and all the
44 Let's say /mnt has a mount that is shared.
45 mount --make-shared /mnt
47 Note: mount(8) command now supports the --make-shared flag,
51 # mount --bind /mnt /tmp
[all …]
Ddevpts.txt10 - '-o newinstance' mount option is specified while mounting devpts
15 this referred to as the "legacy" mode. In this mode, the new mount options
20 'newinstance' option (as in current start-up scripts) the new mount binds
21 to the initial kernel mount of devpts. This mode is referred to as the
30 the mount is considered to be in the multi-instance mode and a new instance
35 bind-mount.
47 $ mount -t devpts -o newinstance lxcpts /dev/pts
52 the original mount of /dev/pts.
57 In multi-instance mode (i.e '-o newinstance' mount option is specified at least
60 1. If -o newinstance mount option is never used, /dev/pts/ptmx can be ignored
[all …]
Dautofs4-mount-control.txt15 are things such as setting an autofs mount catatonic, setting the
18 mount itself which prevents us being able to use open(2) to obtain a
23 needs to walk back up the mount tree to construct a path, such as
26 from the mount tree.
31 because autofs direct mounts and the implementation of "on demand mount
32 and expire" of nested mount trees have the file system mounted directly
33 on top of the mount trigger directory dentry.
37 a direct mount in disguise) and indirect.
60 operation. So we see a mount of shark:/autofs/export1 on /test/g1, for
63 The way that direct mounts are handled is by making an autofs mount on
[all …]
D00-INDEX10 - info and mount options for the Acorn Advanced Disc Filing System.
14 - info and mount options for the Amiga Fast File System.
15 autofs4-mount-control.txt
57 - info, usage, mount options, design about EXOFS.
59 - info, mount options and specifications for the Ext2 filesystem.
61 - info, mount options and specifications for the Ext3 filesystem.
63 - info, mount options and specifications for the Ext4 filesystem.
65 - info and mount options for the F2FS filesystem.
71 - info on the Filesystem in User SpacE including mount options.
83 - info and mount options for the OS/2 HPFS.
[all …]
Dgfs2-uevents.txt4 During the lifetime of a GFS2 mount, a number of uevents are generated.
13 The ADD event occurs at mount time. It will always be the first
14 uevent generated by the newly created filesystem. If the mount
19 and RDONLY=[0|1] that specify the spectator status (a read-only mount
25 The ONLINE uevent is generated after a successful mount or remount. It
34 successful mount of the filesystem by the first node (FIRSTMOUNT=Done).
36 nodes in the cluster to mount the filesystem.
43 for every journal recovered, whether it is during the initial mount
52 uevent for a successful mount or remount.
63 The REMOVE uevent is generated at the end of an unsuccessful mount
[all …]
Dfuse.txt14 Non-privileged mount (or user mount):
41 module (fuse.ko), a userspace library (libfuse.*) and a mount utility
57 The filesystem type given to mount(2) can be one of the following:
61 This is the usual way to mount a FUSE filesystem. The first
62 argument of the mount system call may contain an arbitrary string,
68 mount system call is interpreted as the name of the device.
85 The numeric user id of the mount owner.
89 The numeric group id of the mount owner.
98 'allow_other' mount option.
123 mount -t fusectl none /sys/fs/fuse/connections
[all …]
Dtmpfs.txt11 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
[all …]
Dafs.txt89 mount -t afs "%cambridge.redhat.com:root.afs." /afs
90 mount -t afs "#cambridge.redhat.com:root.cell." /afs/cambridge
91 mount -t afs "#root.afs." /afs
92 mount -t afs "#root.cell." /afs/cambridge
101 The name of the cell is optional, and if not given during a mount, then the
112 symbolic links (of the same form as the "device name" passed to mount). kAFS
224 to my internal DNS. My "root.afs" partition has a mount point within it for
231 mount -t afs \%root.afs. /afs
232 mount -t afs \%cambridge.redhat.com:root.cell. /afs/cambridge.redhat.com/
235 mount -t afs "#grand.central.org:root.cell." /afs/grand.central.org/
[all …]
Decryptfs.txt32 then copy the files back into the new eCryptfs mount to migrate the
39 files (i.e., /root/crypt). Then, create the mount point directory
40 (i.e., /mnt/crypt). Now it's time to mount eCryptfs:
42 mount -t ecryptfs /root/crypt /mnt/crypt
59 Then umount /mnt/crypt and mount again per the instructions given
69 mount a directory that has pre-existing files not created by eCryptfs,
D9p.txt36 mount -t 9p 10.10.1.2 /mnt/9
40 mount -t 9p `namespace`/acme /mnt/9 -o trans=unix,uname=$USER
44 mount -t 9p -o trans=virtio <mount_tag> /mnt/9
47 mount points. Each 9P export is seen by the client as a virtio device with an
48 associated "mount_tag" property. Available mount tags can be
56 unix - specifying a named pipe mount point
64 uname=name user name to attempt mount as on the remote server. The
110 dfltuid attempt to mount as a particular uid
112 dfltgid attempt to mount with a particular gid
Dnilfs2.txt19 concurrently with its writable mount, and this feature is convenient
24 "mount.nilfs2", "umount.nilfs2", and "nilfs_cleanerd" (so called
47 NILFS2 supports the following mount options:
61 so a read-only mount option must be specified together.
74 norecovery Disable recovery of the filesystem on mount.
152 # mount -t nilfs2 /dev/block_device /dir
154 This will also invoke the cleaner through the mount helper program
155 (mount.nilfs2).
165 To mount a snapshot,
167 # mount -t nilfs2 -r -o cp=<cno> /dev/block_device /snap_dir
[all …]
Dntfs.txt11 - Supported mount options
28 To mount an NTFS 1.2/3.x (Windows NT4/2000/XP/2003) volume, use the file
100 Supported mount options
103 In addition to the generic mount options described by the manual page for the
104 mount command (man 8 mount, also see man 5 fstab), the NTFS driver supports the
105 following mount options:
127 These options work as documented in mount(8). By
143 sloppy=<BOOL> If sloppy is specified, ignore unknown mount options.
144 Otherwise the default behaviour is to abort mount if
171 volume (for the duration of this mount only). By
[all …]
Dncpfs.txt4 To mount a NetWare filesystem, you need a special mount program, which
Dexofs.txt53 4. Make sure the directory where you want to mount exists. If not, create it.
78 For example, to mount /dev/osd0, partition ID 0x10000 on /mnt/exofs:
80 mount -t exofs -o pid=65536 /dev/osd0 /mnt/exofs/
91 exofs mount options
93 Similar to any mount command:
94 mount -t exofs -o exofs_options /dev/osdX mount_exofs_directory
102 mount_exofs_directory: The directory to mount the file system on
105 pid=<integer> - The partition number to mount/create as
126 in-memory superblock structure at mount time. This object is created before
Daffs.txt104 User id and group id will be used unless set[gu]id are given as mount
106 they will be owned by root. The root directory (the mount point) of the
140 You mount all your Amiga partitions under /amiga/<volume> (where
143 might be "User", "WB" and "Graphics", the mount points /amiga/User,
152 mount Archive/Amiga/Workbench3.1.adf /mnt -t affs -o loop,verbose
153 mount /dev/sda3 /Amiga -t affs
189 'nofilenametruncate' mount option can change that behavior.
205 For the same reason you cannot mount an image on such a filesystem
213 If you mount affs partitions on system startup, you may want to tell
Dbtrfs.txt41 Options with (*) are default options and will not show in the mount options.
92 Allow mounts to continue with missing devices. A read-write mount may
97 Specify a device during mount so that ioctls on the control device
98 can be avoided. Especially useful when trying to mount a multi-device
103 Disable/enable discard mount option.
122 The 'flushoncommit' mount option forces any data dirtied by a write in a
172 Enable autorecovery attempts if a bad tree root is found at mount time.
181 Skip automatic resume of interrupted balance operation after mount.
200 The ssd_spread mount option attempts to allocate into big chunks
Dceph.txt69 The basic mount syntax is:
71 # mount -t ceph monip[:port][,monip2[:port]...]:/[subdir] mnt
75 happens to be down, the mount won't succeed.) The port can be left
79 # mount -t ceph 1.2.3.4:/ /mnt/ceph
81 is sufficient. If /sbin/mount.ceph is installed, a hostname can be
104 Specify the timeout value for mount (in seconds), in the case
Dbfs.txt11 depend on having UnixWare disklabel support because one can also mount
15 # mount -t bfs /dev/loop0 /mnt/stand
25 # mount -t bfs -o loop stand.img /mnt/stand
Dufs.txt4 mount -t ufs -o ufstype=type_of_ufs device dir
15 ufs manually by mount option ufstype. Possible values are:
Dubifs.txt65 trees), so the mount time and memory consumption do not linearly depend
99 The UBI volume to mount is specified using "ubiX_Y" or "ubiX:NAME" syntax,
104 $ mount -t ubifs ubi0_0 /mnt/ubifs
108 $ mount -t ubifs ubi0:rootfs /mnt/ubifs
111 to UBI and mount volume "rootfs":
Dautomount-support.txt11 A filesystem can now mount another filesystem on one of its directories by the
42 [root@andromeda root]# mount -t afs \#root.afs. /afs
90 mount is made on an expirable mount, the new vfsmount will not be on the
Docfs2.txt9 get "mount.ocfs2" and "ocfs2_hb_ctl".
39 OCFS2 supports the following mount options:
64 preferred_slot=0(*) During mount, try to use this filesystem slot first. If
105 mount the device. This will enable 'journal_checksum'
Dext3.txt37 noload mount of inconsistent filesystem, which can lead to
73 The mount options "barrier" and "nobarrier" can
75 consistency with other ext3 mount options.
101 check=none Don't do extra checking of bitmaps on mount.
109 (These mount options override the errors behavior
Dvfs.txt98 request is made to mount a filesystem onto a directory in your namespace,
99 the VFS will call the appropriate mount() method for the specific
100 filesystem. New vfsmount referring to the tree returned by ->mount()
117 struct dentry *(*mount) (struct file_system_type *, int,
132 mount: the method to call when a new instance of this
145 The mount() method has the following arguments:
150 int flags: mount flags
154 void *data: arbitrary mount options, usually comes as an ASCII
157 The mount() method must return the root dentry of the tree requested by
161 The arguments match those of mount(2) and their interpretation
[all …]
Dxfs.txt21 For boolean mount options, the names with the (*) suffix is the
48 mount option it set, then that becomes the new default used
52 will reject the noattr2 mount option if it is set.
70 mount option because the performance impact of this option
172 the mount will fail.
176 system uuid. This is useful to mount LVM snapshot volumes,
208 Typically the only time these mount options are necessary if
Dhfs.txt32 Select the CDROM session to mount as HFS filesystem. Defaults to
43 Ignore invalid mount options instead of complaining.
Defivarfs.txt16 mount -t efivarfs none /sys/firmware/efi/efivars
Dudf.txt23 The following mount options are supported:
41 decimal numeric value which will be used as the default ID for that mount.
Dext4.txt59 # mount -t ext4 /dev/hda1 /wherever
68 '-o barriers=[0|1]' mount option for both ext3 and ext4 filesystems
134 mount options "ro,noload" can be used to prevent
144 mount the device. This will enable 'journal_checksum'
195 The mount options "barrier" and "nobarrier" can
197 consistency with other ext4 mount options.
211 enabled by default on mount. See the acl(5) manual
227 (These mount options override the errors behavior
512 mount will _not_ fail.
551 mount option. It allows to resize filesystem
Doverlayfs.txt64 At mount time, the two directories given as mount options "lowerdir" and
67 mount -t overlay overlay -olowerdir=/lower,upperdir=/upper,\
168 mount -t overlay overlay -olowerdir=/lower1:/lower2:/lower3 /merged
Dhfsplus.txt30 Select the CDROM session to mount as HFSPlus filesystem. Defaults to
Dgfs2.txt29 $ mount -t gfs2 /dev/block_device /dir
Dsysv-fs.txt9 * To mount a disk or a partition, use
10 mount [-r] -t sysv device mountpoint
Dspufs.txt26 set the user owning the mount point, the default is 0 (root).
29 set the group owning the mount point, the default is 0 (root).
422 point to a non-existing directory in the mount point of the SPU file
456 The current user does not have write access on the spufs mount
464 EINVAL pathname is not a directory in the spufs mount point.
500 pathname must point to a location beneath the mount point of spufs. By
Djfs.txt5 The following mount options are supported:
Dproc.txt1641 (1) mount ID: unique identifier of the mount (may be reused after umount)
1642 (2) parent ID: ID of parent (or of self for the top of the mount tree)
1644 (4) root: root of the mount within the filesystem
1645 (5) mount point: mount point relative to the process's root
1646 (6) mount options: per mount options
1650 (10) mount source: filesystem specific information or "none"
1656 shared:X mount is shared in peer group X
1657 master:X mount is slave to peer group X
1658 propagate_from:X mount is slave and receives propagation from peer group X (*)
1659 unbindable mount is unbindable
[all …]
Dsquashfs.txt185 speed of access (and because it is small) is read at mount time and cached
195 is small) is read at mount time and cached in memory.
209 it is small) is read at mount time and cached in memory.
Dlocks.txt64 on a per-filesystem basis, using the mount options 'mand' and 'nomand'.
Dpath-lookup.txt62 refer to), switching from the mount point path to the root of the particular
70 - traverse mount points;
298 refcounts are not required for persistence. Also we are free to perform mount
299 lookups, and to assume dentry mount points and mount roots are stable up and
Df2fs.txt140 fastboot This option is used when a system wants to reduce mount
256 3. Create a directory trying to mount
259 4. Format the block device, and then mount as f2fs
261 # mount -t f2fs /dev/block_device /mnt/f2fs
383 mount time, F2FS first tries to find the last valid checkpoint data by scanning
Ddebugfs.txt15 mount -t debugfs none /sys/kernel/debug
19 default. To change access to the tree the "uid", "gid" and "mode" mount
Dramfs-rootfs-initramfs.txt64 be allowed write access to a ramfs mount.
79 Most systems just mount another filesystem over rootfs and ignore it. The
96 to locate and mount a root partition, then exec some variant of /sbin/init
122 with the new root (cd /newmount; mount --move . /; chroot .), attach
Domfs.txt30 OMFS supports the following mount-time options:
Dbefs.txt90 mount -t befs /dev/fd0 /beos
Dext2.txt20 check=none, nocheck (*) Don't do extra checking of bitmaps on mount
221 run if the filesystem was not cleanly unmounted, if the maximum mount
263 cause a problem if an old kernel tried to mount it. FILETYPE is an
295 per-filesystem: add the "sync" option to mount (or in /etc/fstab)
Dinotify.txt17 the file and thus, worse, pins the mount. Dnotify is therefore infeasible
Dlogfs.txt45 is subject to frequent change. At mount time, it has to be scanned
113 at mount time, it is closed and ignored henceforth.
DLocking167 struct dentry *(*mount) (struct file_system_type *, int,
172 mount yes
175 ->mount() returns ERR_PTR or the root dentry; its superblock should be locked
485 anything that resembles union-mount we won't have a struct file for all
Dhpfs.txt75 that extended attributes those value differs from defaults specified in mount
79 extended attribute UID=0. And when you umount the fs and mount it again with
283 2.05 Fixed crash when got mount parameters without =
/linux-4.1.27/security/tomoyo/
Dmount.c31 r->param.mount.dev->name, in tomoyo_audit_mount_log()
32 r->param.mount.dir->name, in tomoyo_audit_mount_log()
33 r->param.mount.type->name, in tomoyo_audit_mount_log()
34 r->param.mount.flags); in tomoyo_audit_mount_log()
50 return tomoyo_compare_number_union(r->param.mount.flags, in tomoyo_check_mount_acl()
52 tomoyo_compare_name_union(r->param.mount.type, in tomoyo_check_mount_acl()
54 tomoyo_compare_name_union(r->param.mount.dir, in tomoyo_check_mount_acl()
56 (!r->param.mount.need_dev || in tomoyo_check_mount_acl()
57 tomoyo_compare_name_union(r->param.mount.dev, in tomoyo_check_mount_acl()
155 r->param.mount.need_dev = need_dev; in tomoyo_mount_acl()
[all …]
DMakefile1 …condition.o domain.o environ.o file.o gc.o group.o load_policy.o memory.o mount.o network.o realpa…
/linux-4.1.27/Documentation/filesystems/cifs/
DREADME61 If you do not have the utility mount.cifs (in the Samba 3.0 source tree and on
62 the CIFS VFS web site) copy it to the same directory in which mount.smbfs and
64 required, mount.cifs is recommended. Eventually the Samba 3.0 utility program
65 "net" may also be helpful since it may someday provide easier mount syntax for
67 net use <mount point> <UNC name or cifs URL>
70 domain to the proper network user. The mount.cifs mount helper can be
73 gcc samba/source/client/mount.cifs.c -o mount.cifs
84 To permit users to mount and unmount over directories they own is possible
85 with the cifs vfs. A way to enable such mounting is to mark the mount.cifs
86 utility as suid (e.g. "chmod +s /sbin/mount.cifs). To enable users to
[all …]
DCHANGES3 Add sockopt=TCP_NODELAY mount option. EA (xattr) routines hardened
15 for OpenOffice when on forcedirectio mount e.g.)
19 Fix memory leak in reconnect. Fix oops in DFS mount error path.
22 and noforceuid mount parameters. Fix small mem leak when using
23 ntlmv2. Fix 2nd mount to same server but with different port to
25 user explicitly overrides the port on the 2nd mount.
30 client generated ones by default (mount option "serverino" turned
32 mount options (so that when negotiating unix extensions specifying
34 uids to be overridden). Add support for scope mount parm. Improve
51 flag to be set to 2, and mount must enable krb5 to turn on extended security).
[all …]
Dcifs.txt10 this network filesystem client can mount to a wide variety of
23 This filesystem has an mount utility (mount.cifs) that can be obtained from
27 It must be installed in the directory with the other mount helpers.
DTODO50 l) Implement O_DIRECT flag on open (already supported on mount)
53 mount or a per server basis to client UIDs or nobody if no mapping
62 o) mount check for unmatched uids
76 u) mount helper GUI (to simplify the various configuration options on mount)
/linux-4.1.27/Documentation/filesystems/nfs/
Dnfs-rdma.txt65 An NFS/RDMA mount point can be obtained by using the mount.nfs command in
69 mount.nfs you are using, type:
71 $ /sbin/mount.nfs -V
83 these to create an NFS/RDMA enabled mount command), the installation
92 After building the nfs-utils package, there will be a mount.nfs binary in
93 the utils/mount directory. This binary can be used to initiate NFS v2, v3,
94 or v4 mounts. To initiate a v4 mount, the binary must be called
95 mount.nfs4. The standard technique is to create a symlink called
96 mount.nfs4 to mount.nfs.
98 This mount.nfs binary should be installed at /sbin/mount.nfs as follows:
[all …]
Dfault_injection.txt16 On the client, mount the fault injection server through NFS v4.0+ and do some
19 On the server, mount the debugfs filesystem to <debug_dir> and ls
35 The NFS server keeps a list of clients that have placed a mount call. If
Dnfsroot.txt41 both the server and the name of the directory on the server to mount as root.
62 <root-dir> Name of the directory on the server to mount as root.
174 NFS mount options, server address, and root path are passed to the
260 requiring a local hard disk to mount as root. This has not been
Dpnfs-block-server.txt19 file system is mounted using the NFSv4.1 protocol version (mount -o vers=4.1).
/linux-4.1.27/security/
Dinode.c25 static struct vfsmount *mount; variable
50 .mount = get_sb,
98 error = simple_pin_fs(&fs_type, &mount, &mount_count); in securityfs_create_file()
103 parent = mount->mnt_root; in securityfs_create_file()
145 simple_release_fs(&mount, &mount_count); in securityfs_create_file()
214 simple_release_fs(&mount, &mount_count); in securityfs_remove()
/linux-4.1.27/fs/notify/
Dvfsmount_mark.c37 struct mount *m = real_mount(mnt); in fsnotify_clear_marks_by_mount()
62 struct mount *m = real_mount(mnt); in fsnotify_recalc_vfsmount_mask()
72 struct mount *m = real_mount(mnt); in fsnotify_destroy_vfsmount_mark()
93 struct mount *m = real_mount(mnt); in fsnotify_find_vfsmount_mark()
112 struct mount *m = real_mount(mnt); in fsnotify_add_vfsmount_mark()
Dfdinfo.c125 struct mount *mnt = real_mount(mark->mnt); in fanotify_fdinfo()
Dfsnotify.c197 struct mount *mnt; in fsnotify()
/linux-4.1.27/tools/testing/selftests/rcutorture/doc/
Dinitrd.txt32 mount -t sysfs -o nodev,noexec,nosuid sysfs /sys
33 mount -t proc -o nodev,noexec,nosuid proc /proc
39 if ! mount -t devtmpfs -o mode=0755 udev /dev; then
41 mount -t tmpfs -o mode=0755 udev /dev
48 mount -t devpts -o noexec,nosuid,gid=5,mode=0620 devpts /dev/pts || true
49 mount -t tmpfs -o "nosuid,size=20%,mode=0755" tmpfs /run
Drcu-test-image.txt12 sudo mount -o loop ./rcu-test-image /mnt
/linux-4.1.27/Documentation/cdrom/
Dpacket-writing.txt19 - Now you can mount /dev/pktcdvd/dev_name and copy files to it. Enjoy!
20 # mount /dev/pktcdvd/dev_name /cdrom -t udf -o rw,noatime
35 # mount /dev/pktcdvd/dev_name /cdrom -t udf -o rw,noatime
49 # mount /dev/hdc /cdrom -t udf -o rw,noatime
62 # mount /dev/pktcdvd/dev_name /cdrom -t udf -o rw,noatime
78 use the noatime mount option.
104 # mount -t udf -o rw,noatime /dev/pktcdvd/dev_name /dvdram
Dide-cd124 mount -t iso9660 /dev/cdrom /mnt/cdrom
136 Some distributions set up /etc/fstab to always try to mount a CDROM
137 filesystem on bootup. It is not required to mount the CDROM in this
140 mount CDROMs manually if that suits you better.
274 d. Can't mount a CDROM.
276 - If you get errors from mount, it may help to check `dmesg' to see
281 ISO 9660 disc. You can't mount an audio CD.
312 - If mount is complaining that the iso9660 filesystem is not
314 probably need a newer version of mount. Early versions would not
/linux-4.1.27/drivers/staging/lustre/
DREADME.txt26 After you installed the lustre-client tools including mount.lustre binary
27 you can mount your Lustre filesystem with:
29 mount -t lustre mgs:/fsname mnt
32 fsname is the name of the filesystem you would like to mount.
75 Enable mount/umount console messages (or not)
/linux-4.1.27/tools/testing/selftests/mount/
Dunprivileged-remount-test.c215 if (mount("testing", "/tmp", fstype, mount_flags, mount_options) != 0) { in test_unpriv_remount()
229 if (mount("/tmp", "/tmp", "none", in test_unpriv_remount()
236 if (mount("/tmp", "/tmp", "none", in test_unpriv_remount()
296 ret = mount(orig_path, dest_path, "bind", MS_BIND | MS_REC, NULL); in test_priv_mount_unpriv_remount()
302 ret = mount(dest_path, dest_path, "none", in test_priv_mount_unpriv_remount()
/linux-4.1.27/tools/lib/api/fs/
Dfindfs.c12 int valid_mountpoint(const char *mount, long magic) in valid_mountpoint() argument
16 if (statfs(mount, &st_fs) < 0) in valid_mountpoint()
Dfindfs.h21 int valid_mountpoint(const char *mount, long magic);
Dtracefs.c70 if (mount(NULL, mountpoint, "tracefs", 0, NULL) < 0) in tracefs_mount()
Ddebugfs.c68 if (mount(NULL, mountpoint, "debugfs", 0, NULL) < 0) in debugfs_mount()
/linux-4.1.27/fs/hfs/
DKconfig6 If you say Y here, you will be able to mount Macintosh-formatted
9 the available mount options.
/linux-4.1.27/fs/nfs/
DKconfig13 To mount file systems exported by NFS servers, you also need to
14 install the user space mount.nfs command which can be found in
16 Information about using the mount command is available in the
17 mount(8) man page. More detail about the Linux NFS client
21 available in the kernel to mount NFS servers. Support for NFS
68 extension. You can choose N here or specify the "noacl" mount
83 To mount NFS servers using NFSv4, you also need to install user
168 If you want your system to mount its root file system via NFS,
Dnfs4super.c30 .mount = nfs4_remote_mount,
38 .mount = nfs4_remote_referral_mount,
46 .mount = nfs4_referral_mount,
/linux-4.1.27/fs/freevxfs/
DKconfig11 NOTE: the file system type as used by mount(1), mount(2) and
Dvxfs_super.c257 .mount = vxfs_mount,
/linux-4.1.27/scripts/
Dver_linux26 mount --version | awk '{print $NF}' | sed -e s/^mount-// -e s/\)$//
/linux-4.1.27/scripts/selinux/
Dinstall_policy.sh65 mount --move /dev /mnt
67 mount --move /mnt /dev
/linux-4.1.27/fs/ncpfs/
DKconfig5 tristate "NCP file system support (to mount NetWare volumes)"
11 to mount NetWare file server volumes and to access them just like
45 To use this feature you must mount volumes with the ncpmount
55 mount-time with the `-N nfs' parameter of ncpmount.
64 disable it at mount time with the -N os2 parameter of ncpmount.
/linux-4.1.27/fs/fat/
DKconfig7 to include FAT support. You will then be able to mount partitions or
23 Linux box, say Y here, mount the floppy under Linux with an MSDOS
39 This allows you to mount MSDOS partitions of your hard drive (unless
83 It can be overridden with the "codepage" mount option.
94 with the "iocharset" mount option for FAT filesystems.
/linux-4.1.27/Documentation/ABI/testing/
Dconfigfs-spear-pcie-gadget12 Nodes are only visible when configfs is mounted. To mount configfs
14 # mount -t configfs none /config/
Dsysfs-class-bdi49 mount that is prone to get stuck, or a FUSE mount which cannot
Dpstore14 # mount -t pstore -o kmsg_bytes=8000 - /sys/fs/pstore
37 The 'kmsg_bytes' mount option changes the target amount of
/linux-4.1.27/fs/cifs/
DKconfig36 If you need to mount to Samba or Windows from this machine, say Y.
70 Enabling this option allows the cifs module to mount to older
80 option on the mount command. This support is disabled by
93 which are needed to mount to certain secure servers (for which more
181 enabled on mount by specifying "vers=3.0" in the mount
191 than SMB3 mounts do though). Note that SMB2/SMB3 mount
/linux-4.1.27/Documentation/power/
Dswsusp-dmcrypt.txt71 mount /proc
72 mount /sys
86 mount -t ext2 -o ro /dev/hde1 /mnt
108 mount /mnt
112 mount /proc
Duserland-swsusp.txt158 called. However, it MAY mount a file system that was not
166 The resuming utility SHOULD NOT attempt to mount any file systems that could
/linux-4.1.27/drivers/memstick/core/
DKconfig25 to mount the filesystem. Almost everyone wishing MemoryStick
34 to mount the filesystem.
/linux-4.1.27/Documentation/security/
Dkeys-ecryptfs.txt17 by the userspace utility 'mount.ecryptfs' shipped with the package
33 time after the unsealing of a 'trusted' key in order to perform the mount in a
67 $ mount -i -t ecryptfs -oecryptfs_sig=1000100010001000,\
/linux-4.1.27/Documentation/early-userspace/
DREADME100 - nfsmount, a program that can mount an NFS filesystem.
102 support for IP autoconfig, mount a filesystem over NFS, and continue
127 The kernel has currently 3 ways to mount the root filesystem:
130 initrd. init/main.c:init() will call prepare_namespace() to mount the
136 load these driver modules. It is also possible to mount the final root
148 init/main.c:init() will run prepare_namespace() to mount the final root
/linux-4.1.27/fs/kernfs/
DMakefile5 obj-y := mount.o inode.o dir.o file.o symlink.o
/linux-4.1.27/fs/sysfs/
DMakefile5 obj-y := file.o dir.o symlink.o mount.o group.o
Dmount.c56 .mount = sysfs_mount,
DKconfig19 sysfs is currently used by the block subsystem to mount the root
/linux-4.1.27/Documentation/filesystems/pohmelfs/
Ddesign_notes.txt68 is checked during mount time and, if the server does not support it, appropriate capabilities
69 will be disabled or mount will fail (if 'crypto_fail_unsupported' mount option is specified).
72 can be controlled via a mount option.
Dinfo.txt46 If specified, mount will fail if the server does not support requested crypto operations.
47 By default mount will disable non-matching crypto operations.
63 mount -t pohmel -o idx=$idx q /mnt
/linux-4.1.27/fs/configfs/
DMakefile7 configfs-objs := inode.o file.o dir.o symlink.o mount.o item.o
Dmount.c114 .mount = configfs_do_mount,
/linux-4.1.27/Documentation/usb/
Dfunctionfs.txt34 a way that it is possible to mount it several times so in the end
44 $ mkdir /dev/ffs-mtp && mount -t functionfs mtp /dev/ffs-mtp
46 $ mkdir /dev/ffs-hid && mount -t functionfs hid /dev/ffs-hid
Dauthorization.txt73 # FIXME: make sure none can mount it
74 mount DEVICENODE /mntpoint
Dproc_usb_info.txt17 driver has been linked, then you need to mount the
20 mount -t usbfs none /proc/bus/usb
26 to /etc/fstab. This will mount usbfs at each reboot.
31 There are a number of mount options supported by usbfs.
78 usbfs mount options such as "devmode=0666" may be helpful.
Dgadget_configfs.txt55 $ mount none $CONFIGFS_HOME -t configfs
57 where CONFIGFS_HOME is the mount point for configfs
/linux-4.1.27/drivers/staging/lustre/lustre/
DKconfig20 To mount Lustre file systems, you also need to install the user space
21 mount.lustre and other user space commands which can be found in the
/linux-4.1.27/Documentation/driver-model/
Doverview.txt82 Almost all mainstream Linux distros mount this filesystem automatically; you
83 can see some variation of the following in the output of the "mount" command:
85 $ mount
102 # mount -t sysfs sysfs /sys
/linux-4.1.27/tools/testing/selftests/memory-hotplug/
Dmem-on-off-test.sh14 SYSFS=`mount -t sysfs | head -1 | awk '{ print $3 }'`
180 DEBUGFS=`mount -t debugfs | head -1 | awk '{ print $3 }'`
/linux-4.1.27/fs/jffs2/
DTODO13 mount doesn't have to read the flash twice for large files.
15 decide which inodes should be in-core immediately after mount.
Dsuper.c357 .mount = jffs2_mount,
/linux-4.1.27/drivers/net/wireless/ath/ath5k/
DKconfig32 To use this, you need to mount debugfs:
34 mount -t debugfs debug /sys/kernel/debug
/linux-4.1.27/tools/testing/selftests/cpu-hotplug/
Dcpu-on-off-test.sh16 SYSFS=`mount -t sysfs | head -1 | awk '{ print $3 }'`
213 DEBUGFS=`mount -t debugfs | head -1 | awk '{ print $3 }'`
/linux-4.1.27/fs/autofs4/
Dinit.c26 .mount = autofs_mount,
DKconfig4 The automounter is a tool to automatically mount remote file systems
/linux-4.1.27/block/
DKconfig21 Say Y here unless you know you really don't want to mount disks and
42 enabled. Otherwise, it will refuse to mount in the read-write
98 one needs to mount and use blkio cgroup controller for creating
/linux-4.1.27/Documentation/
Dbinfmt_misc.txt14 First you must mount binfmt_misc:
15 mount binfmt_misc -t binfmt_misc /proc/sys/fs/binfmt_misc
77 To use binfmt_misc you have to mount it first. You can mount it with
78 "mount -t binfmt_misc none /proc/sys/fs/binfmt_misc" command, or you can add
Dinitrd.txt138 3) mount the file system, e.g.
139 # mount -t ext2 -o loop initrd /mnt
210 # mount -o ro /dev/hda1 /new-root
266 2) /sbin/init determines what is needed to (1) mount the "real" root FS
348 mount -n -t proc proc /proc
352 Once linuxrc exited, the kernel would mount again your initrd as root,
Dramoops.txt113 # mount -t debugfs debugfs /sys/kernel/debug/
117 # mount -t pstore pstore /mnt/
Dmono.txt45 mount -t binfmt_misc none /proc/sys/fs/binfmt_misc
DChanges106 support new options to mount, recognize more supported partition
207 Needs libfuse 2.4.0 or later. Absolute minimum is 2.3.0 but mount
267 mount -t nfsd nfsd /proc/fs/nfsd
Dinit.txt8 A) Unable to mount root FS
Dldm.txt83 is a dummy MSDOS partition filling the whole disk. You won't be able to mount
Dsysfs-rules.txt31 Parsing /proc/mounts is a waste of time. Other mount points are a
35 to mount it, if you are not an early boot script.
/linux-4.1.27/Documentation/cgroups/
Dcgroups.txt203 comma-separated list of subsystems to mount as the filesystem mount
205 mount a hierarchy containing all registered subsystems.
208 exists, it will be reused for the new mount. If no existing hierarchy
210 hierarchy, the mount will fail with -EBUSY. Otherwise, a new hierarchy
290 supplying the pathname (relative to the mount point of the cgroup
311 1) mount -t tmpfs cgroup_root /sys/fs/cgroup
313 3) mount -t cgroup -ocpuset cpuset /sys/fs/cgroup/cpuset
325 mount -t tmpfs cgroup_root /sys/fs/cgroup
327 mount -t cgroup cpuset -ocpuset /sys/fs/cgroup/cpuset
348 To mount a cgroup hierarchy with all available subsystems, type:
[all …]
Dnet_cls.txt22 mount -t cgroup -onet_cls net_cls /sys/fs/cgroup/net_cls
Dhugetlb.txt13 # mount -t cgroup -o hugetlb none /sys/fs/cgroup
Dmemcg_test.txt141 mount -t cgroup -o cpuset none /opt/cpuset
202 # mount -t cgroup none /cgroup -o cpuset,memory,cpu,devices
213 # mount -t cgroup none /cgroup -o memory
Dcpuacct.txt13 # mount -t cgroup -ocpuacct none /sys/fs/cgroup
Dnet_prio.txt19 # mount -t cgroup -onet_prio none /sys/fs/cgroup/net_prio
Dblkio-controller.txt31 - Compile and boot into kernel and mount IO controller (blkio); see
34 mount -t tmpfs cgroup_root /sys/fs/cgroup
36 mount -t cgroup -o blkio none /sys/fs/cgroup/blkio
75 mount -t cgroup -o blkio none /sys/fs/cgroup/blkio
Dcpusets.txt152 You should mount the "cgroup" filesystem type in order to enable
671 2) mount -t cgroup -ocpuset cpuset /sys/fs/cgroup/cpuset
683 mount -t cgroup -ocpuset cpuset /sys/fs/cgroup/cpuset
718 To mount it, type:
719 # mount -t cgroup -o cpuset cpuset /sys/fs/cgroup/cpuset
774 mount -t cpuset X /sys/fs/cgroup/cpuset
778 mount -t cgroup -ocpuset,noprefix X /sys/fs/cgroup/cpuset
/linux-4.1.27/fs/dlm/
DKconfig14 Under the debugfs mount point, the name of each lockspace will
/linux-4.1.27/fs/logfs/
DKconfig10 In comparison to JFFS2 it offers significantly faster mount
/linux-4.1.27/block/partitions/
DKconfig132 here allows you to read these disklabels and further mount FreeBSD
142 Say Y here if you want to mount and use Minix 2.0.0/2.0.2
151 to read these partition tables and further mount Solaris x86
162 VTOC and further mount UnixWare partitions read-only from within
231 read these partition tables and further mount SunOS partitions from
244 Say Y here if you would like to mount the Rio Karma MP3 player, as it
/linux-4.1.27/fs/qnx4/
DKconfig8 Say Y if you intend to mount QNX hard disks or floppies.
/linux-4.1.27/tools/testing/selftests/vm/
Drun_vmtests37 mount -t hugetlbfs none $mnt
/linux-4.1.27/fs/omfs/
DKconfig10 and wish to mount its disk.
/linux-4.1.27/drivers/xen/xenfs/
Dsuper.c77 .mount = xenfs_mount,
/linux-4.1.27/fs/udf/
DKconfig8 removable USB disks. Say Y if you intend to mount DVD discs or CDRW's
/linux-4.1.27/arch/mips/fw/arc/
Dfile.c61 return ARC_CALL2(mount, name, op); in ArcMount()
/linux-4.1.27/fs/befs/
DChangeLog98 * Fixed stupid bug where specifying the uid or gid mount options as '0'
101 * Added mount option to control debug printing.
114 More flexible. Will soon be controllable at mount time
152 (blocksize > PAGE_SIZE), and refuse to mount in that case. What this
362 * Added additional consitency checks on mount
367 * Tell the kernel to only mount befs read-only.
372 * Got rid of kernel warning on mount.
DKconfig25 If you say Y here, you can use the 'debug' mount option to enable
/linux-4.1.27/fs/qnx6/
DKconfig8 Say Y if you intend to mount QNX hard disks or floppies formatted
/linux-4.1.27/Documentation/device-mapper/
Dlog-writes.txt107 mount /dev/mapper/log /mnt/btrfs-test
115 mount /dev/sdb /mnt/btrfs-test
127 mount /dev/mapper/log /mnt/btrfs-test
/linux-4.1.27/tools/testing/selftests/
DMakefile10 TARGETS += mount
/linux-4.1.27/Documentation/laptops/
Dlaptop-mode.txt62 * If you mount some of your ext3/reiserfs filesystems with the -n option, then
438 # a mount options string (the rest of the parameters).
450 # a mount option string (the rest of the parameters).
463 # value of the option in another mount options string. The device
465 # value the third. The remainder is the mount options string.
498 # value of the option in another mount options string. The device
500 # remainder is the mount options string in which the replacement
601 mount $DEV -t $FST $MP -o remount,$PARSEDOPTS,commit=$MAX_AGE$NOATIME_OPT
604 mount $DEV -t $FST $MP -o remount,$OPTS$NOATIME_OPT
662 mount $DEV -t $FST $MP -o remount,$PARSEDOPTS
[all …]
/linux-4.1.27/fs/affs/
DKconfig14 With this driver you can also mount disk files used by Bernd
DChanges158 - Added mount option 'mufs' to force muFS
239 obsoletes the mount options uid and gid.
/linux-4.1.27/fs/coda/
DKconfig6 enables you to mount file systems of a remote server and access them
Dinode.c328 .mount = coda_mount,
/linux-4.1.27/Documentation/acpi/
Dmethod-customizing.txt48 f) mount debugfs by "mount -t debugfs none /sys/kernel/debug"
/linux-4.1.27/Documentation/arm/
DSetup37 bit 0 - 1 = mount root read only
44 major/minor number pair of device to mount as the root filesystem.
/linux-4.1.27/fs/hfsplus/
DKconfig7 If you say Y here, you will be able to mount extended format
/linux-4.1.27/fs/nilfs2/
DKconfig18 its writable mount, and this feature is convenient for online backup.
/linux-4.1.27/Documentation/arm/SA1100/
DGraphicsClient10 It's currently possible to mount a root filesystem via NFS providing a
12 board supports MTD/JFFS, so you could also mount something on there.
/linux-4.1.27/Documentation/fault-injection/
Dprovoke-crashes.txt32 mount -t debugfs debugfs /mnt
/linux-4.1.27/fs/btrfs/tests/
Dbtrfs-tests.c45 .mount = btrfs_test_mount,
/linux-4.1.27/Documentation/block/
Dswitching-sched.txt14 # mount none /sys -t sysfs
/linux-4.1.27/Documentation/vm/
Dhugetlbpage.txt266 call, then it is required that system administrator mount a file system of
269 mount -t hugetlbfs \
288 huge page pool. At mount time, the number of huge pages specified by
290 free huge pages available, the mount will fail. As huge pages are allocated
305 Also, it is important to note that no such mount command is required if
313 applications to use any combination of mmaps and shm* calls, though the mount of
/linux-4.1.27/fs/ufs/
DKconfig7 Unixes can create and mount hard disk partitions and diskettes using
/linux-4.1.27/fs/sysv/
DKconfig20 If you only intend to mount files from some other Unix over the
Dsuper.c545 .mount = sysv_mount,
554 .mount = v7_mount,
/linux-4.1.27/fs/proc/
Droot.c164 .mount = proc_mount,
DKconfig21 That location should be /proc. A command such as "mount -t proc proc
/linux-4.1.27/tools/testing/fault-injection/
Dfailcmd.sh71 DEBUGFS=`mount -t debugfs | head -1 | awk '{ print $3}'`
/linux-4.1.27/fs/ramfs/
Dinode.c253 .mount = ramfs_mount,
/linux-4.1.27/fs/ocfs2/
DKconfig16 get "mount.ocfs2".
/linux-4.1.27/drivers/mmc/card/
DKconfig14 mount the filesystem. Almost everyone wishing MMC support
/linux-4.1.27/Documentation/blockdev/
Dparide.txt274 like any other Linux device. For example, to mount a CD-ROM in pcd0, use:
276 mount /dev/pcd0 /cdrom
286 mkdir /shark -- make a place to mount the disk
288 mount /dev/pda1 /shark
295 mount /dev/pf0 /mnt
/linux-4.1.27/fs/efivarfs/
Dsuper.c245 .mount = efivarfs_mount,
/linux-4.1.27/Documentation/ide/
Dide.txt126 (/dev/hdc). To mount a CD in the cdrom drive, one would use something like:
130 mount /dev/cdrom /mnt/cdrom -t iso9660 -o ro
132 If, after doing all of the above, mount doesn't work and you see
/linux-4.1.27/drivers/oprofile/
Doprofilefs.c274 .mount = oprofilefs_mount,
/linux-4.1.27/Documentation/trace/
Dmmiotrace.txt35 $ mount -t debugfs debugfs /sys/kernel/debug
49 $ mount -t debugfs debugfs /sys/kernel/debug
/linux-4.1.27/drivers/base/
DKconfig29 bool "Maintain a devtmpfs filesystem to mount at /dev"
51 This will instruct the kernel to automatically mount the
54 with the commandline parameter: devtmpfs.mount=0|1.
Ddevtmpfs.c69 .mount = dev_mount,
/linux-4.1.27/Documentation/x86/x86_64/
Dfake-numa-for-cpusets40 [root@xroads /]# mount -t cpuset none exampleset
/linux-4.1.27/fs/btrfs/
DKconfig55 the mount options, plenty of kernel memory is used, and
/linux-4.1.27/fs/9p/
Dvfs_super.c365 .mount = v9fs_mount,
/linux-4.1.27/drivers/net/wireless/mwifiex/
DREADME75 Mount debugfs to /debugfs mount point:
78 mount -t debugfs debugfs /debugfs
/linux-4.1.27/fs/reiserfs/
DKconfig51 increases the amount of kernel memory required for each mount.
/linux-4.1.27/fs/efs/
Dsuper.c39 .mount = efs_mount,
/linux-4.1.27/fs/fuse/
Dcontrol.c341 .mount = fuse_ctl_mount,
/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_fs.c409 .mount = ipathfs_mount,
/linux-4.1.27/drivers/xen/
DKconfig115 bool "Create compatibility mount point /proc/xen"
122 the compatibility mount point /proc/xen if it is running on
/linux-4.1.27/Documentation/misc-devices/
Dspear-pcie-gadget.txt68 #mount -t configfs none /Config
/linux-4.1.27/fs/nfsd/
DKconfig104 Without this an NFSv4 mount will have the same label on each file.
/linux-4.1.27/fs/xfs/
DKconfig59 If you say Y here you will be able to mount and use XFS filesystems
/linux-4.1.27/Documentation/zh_CN/filesystems/
Dsysfs.txt53 mount -t sysfs sysfs /sys
/linux-4.1.27/Documentation/infiniband/
Dipoib.txt84 mount -t debugfs none /sys/kernel/debug
/linux-4.1.27/arch/um/
DKconfig.um35 mount none /tmp/fromhost -t hostfs -o /tmp/umlshare
/linux-4.1.27/Documentation/scheduler/
Dsched-design-CFS.txt224 # mount -t tmpfs cgroup_root /sys/fs/cgroup
226 # mount -t cgroup -ocpu none /sys/fs/cgroup/cpu

12