/linux-3.4.99/Documentation/filesystems/ |
D | sharedsubtree.txt | 21 that got mounted recently. Shared subtree semantics provide the necessary 72 And the same is true even when /dev/sd0 is mounted on /mnt/a. The 133 or too many mounted file systems 153 access the CD that got mounted recently. 165 So when a CD is inserted and mounted at /cdrom that mount gets 217 and if /usr has a versioning filesystem mounted, then that 260 to the same peer group. Anything mounted or unmounted under 306 be bind mounted. 367 mounted on mount 'B' at dentry 'b'. Also new mount 'C1', 'C2', 'C3' ... 368 are created and mounted at the dentry 'b' on all mounts where 'B' [all …]
|
D | tmpfs.txt | 35 2) glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for 107 when tmpfs is mounted by appending them to the mode before the NodeList. 120 tmpfs being mounted, but from time to time runs a kernel built without 123 mount options. It can be added later, when the tmpfs is already mounted 135 parameters with chmod(1), chown(1) and chgrp(1) on a mounted filesystem.
|
D | xfs.txt | 129 The filesystem will be mounted without running log recovery. 131 be inconsistent when mounted in "norecovery" mode. 133 Filesystems mounted "norecovery" must be mounted read-only or 137 Don't check for double mounted file systems using the file system uuid.
|
D | afs.txt | 87 Filesystems can be mounted anywhere by commands similar to the following: 115 automatically cause the target volume to be mounted (if possible) on that site. 117 Automatically mounted filesystems will be automatically unmounted approximately 126 mounted on /afs in one go by doing:
|
D | udf.txt | 12 filesystem on such devices can be directly mounted read/write. CD-RW 47 owned by whatever default ID it is mounted with at that time.
|
D | ext4.txt | 72 running mounted with data=writeback can potentially leave stale data 112 after filesystem is first mounted is required for safety) 133 partition) even when mounted "read only". The 224 remounting a filesystem which is already mounted. 411 Information about mounted ext4 file systems can be found in 412 /proc/fs/ext4. Each mounted filesystem will have a directory in 426 Information about mounted ext4 file systems can be found in 427 /sys/fs/ext4. Each mounted filesystem will have a directory in 489 filesystem since it was mounted.
|
D | ext3.txt | 19 mounted "read only". Mount options "ro,noload" can be 190 Ext3 is fully compatible with Ext2. Ext3 partitions can easily be mounted as 201 ext2online: online (mounted) ext2 and ext3 filesystem resizer
|
/linux-3.4.99/Documentation/ |
D | initrd.txt | 9 This RAM disk can then be mounted as the root file system and programs 10 can be run from it. Afterwards, a new root file system can be mounted 33 4) root device is mounted. if it is /dev/ram0, the initrd image is 34 then mounted as root 47 procedure. Also note that file systems mounted under initrd continue to 65 the "normal" root file system is mounted. initrd data can be read 76 initrd is mounted as root, and the normal boot procedure is followed, 77 with the RAM disk mounted as root. 111 If initrd will not be mounted in some cases, its content is still 151 overwriting mounted devices, trying to start already running demons, [all …]
|
D | iostats.txt | 13 the sysfs file system, which must be mounted in order to obtain 15 is mounted on /sys, although of course it may be mounted anywhere. 150 In 2.6, sysfs is not mounted by default. If your distribution of
|
/linux-3.4.99/fs/ |
D | namei.c | 823 struct vfsmount *mounted = lookup_mnt(path); in follow_managed() local 824 if (mounted) { in follow_managed() 828 path->mnt = mounted; in follow_managed() 829 path->dentry = dget(mounted->mnt_root); in follow_managed() 861 struct vfsmount *mounted; in follow_down_one() local 863 mounted = lookup_mnt(path); in follow_down_one() 864 if (mounted) { in follow_down_one() 867 path->mnt = mounted; in follow_down_one() 868 path->dentry = dget(mounted->mnt_root); in follow_down_one() 888 struct mount *mounted; in __follow_mount_rcu() local [all …]
|
/linux-3.4.99/Documentation/block/ |
D | switching-sched.txt | 11 assuming that you have sysfs mounted on /sys. If you don't have sysfs mounted,
|
/linux-3.4.99/fs/exofs/ |
D | BUGS | 3 unmounted and mounted the kernel can get into an endless loop doing a readdir.
|
/linux-3.4.99/fs/pstore/ |
D | Kconfig | 7 be mounted as /dev/pstore. Only useful if you have
|
/linux-3.4.99/drivers/base/ |
D | Kconfig | 45 bool "Automount devtmpfs at /dev, after the kernel mounted the rootfs" 50 mounted the root filesystem. The behavior can be overridden 53 the devtmpfs filesystem always needs to be mounted manually 54 after the roots is mounted.
|
/linux-3.4.99/Documentation/power/ |
D | swsusp-and-swap-files.txt | 15 filesystem holding the swap file to be mounted, and if this filesystem is 16 journaled, it cannot be mounted during resume from disk. For this reason to
|
D | userland-swsusp.txt | 122 mounted afterwards. 157 that were mounted before SNAPSHOT_CREATE_IMAGE has been 159 mounted at that time and perform some operations on it (eg. 167 be mounted before suspend and SHOULD NOT attempt to perform any operations
|
D | swsusp.txt | 8 * If you do resume from initrd after your filesystems are mounted... 21 * If you have any filesystems on USB devices mounted before software suspend, 23 * you have unplugged the USB devices with mounted filesystems on them; 361 Q: Is this true that if I have a mounted filesystem on a USB device and 362 I suspend to disk, I can lose data unless the filesystem has been mounted 382 mounted filesystem. That's true even when your system is asleep! The
|
/linux-3.4.99/Documentation/arm/ |
D | memory.txt | 39 DTCM mounted inside the CPU. 42 ITCM mounted inside the CPU.
|
/linux-3.4.99/Documentation/ABI/testing/ |
D | sysfs-ocfs2 | 84 cluster stack unless there are mounted ocfs2 filesystems. 85 If there are mounted filesystems, attempts to change the
|
D | configfs-spear-pcie-gadget | 12 Nodes are only visible when configfs is mounted. To mount configfs
|
/linux-3.4.99/fs/bfs/ |
D | Kconfig | 7 files during the boot process. It is usually mounted under /stand
|
/linux-3.4.99/Documentation/devicetree/bindings/mtd/ |
D | partition.txt | 18 partition should only be mounted read-only. This is usually used for flash
|
/linux-3.4.99/fs/autofs4/ |
D | Kconfig | 6 overhead in the already-mounted case; this is unlike the BSD
|
/linux-3.4.99/kernel/gcov/ |
D | Kconfig | 32 Note that the debugfs filesystem has to be mounted to access
|
/linux-3.4.99/fs/cachefiles/ |
D | Kconfig | 6 This permits use of a mounted filesystem as a cache for other
|