Searched refs:remount (Results 1 – 25 of 26) sorted by relevance
12
/Linux-v5.4/Documentation/admin-guide/ |
D | jfs.rst | 21 valid during a remount, when the volume is mounted 33 remount a volume where the nointegrity option was 38 errors=remount-ro(*)
|
D | sysrq.rst | 31 32 = 0x20 - enable remount read-only 132 ``u`` Will attempt to remount all mounted filesystems read-only. 186 running system's point of view, they will be remounted read-only. The remount
|
D | ext4.rst | 234 errors=remount-ro
|
D | cgroup-v2.rst | 176 through remount from the init namespace. The mount option is 186 modified through remount from the init namespace. The mount
|
/Linux-v5.4/tools/testing/selftests/mount/ |
D | .gitignore | 1 unprivileged-remount-test
|
D | run_tests.sh | 8 ./unprivileged-remount-test ;
|
D | Makefile | 7 TEST_GEN_FILES := unprivileged-remount-test
|
/Linux-v5.4/Documentation/filesystems/ |
D | tmpfs.txt | 11 be adjusted on the fly via 'mount -o remount ...' 70 can be changed on remount. The size parameter also accepts a suffix % 83 adjusted on the fly via 'mount -o remount ...' 125 on MountPoint, by 'mount -o remount,mpol=Policy:NodeList MountPoint'. 135 These options do not have any effect on remount. You can change these
|
D | gfs2-uevents.txt | 25 The ONLINE uevent is generated after a successful mount or remount. It 52 uevent for a successful mount or remount.
|
D | hpfs.txt | 38 errors=continue,remount-ro,panic (default remount-ro) 138 structures, remount read-only and not destroy them (I hope).
|
D | ocfs2.txt | 44 errors=remount-ro(*) Remount the filesystem read-only on an error.
|
D | vfat.txt | 145 errors=panic|continue|remount-ro 147 without doing anything or remount the partition in
|
D | nilfs2.txt | 55 errors=remount-ro(*) Remount the filesystem read-only on an error.
|
D | ext2.txt | 30 errors=remount-ro Remount the filesystem read-only on an error.
|
D | autofs-mount-control.txt | 29 mounts. Immediately one thinks of just adding the ability to remount
|
D | ntfs.txt | 195 remount). Values of 1 to 4 are allowed, 1 being the
|
/Linux-v5.4/fs/jfs/ |
D | jfs_mount.c | 226 int jfs_mount_rw(struct super_block *sb, int remount) in jfs_mount_rw() argument 236 if (remount) { in jfs_mount_rw()
|
/Linux-v5.4/Documentation/admin-guide/laptops/ |
D | laptop-mode.rst | 65 the control script will not be able to remount them correctly. You must set 66 DO_REMOUNTS=0 in the control script, otherwise it will remount them with the 255 # Shall we remount journaled fs. with appropriate commit interval? (1=yes) 362 # Shall we remount journaled fs. with appropriate commit interval? (1=yes) 603 mount $DEV -t $FST $MP -o remount,$PARSEDOPTS,commit=$MAX_AGE$NOATIME_OPT 606 mount $DEV -t $FST $MP -o remount,$OPTS$NOATIME_OPT 664 mount $DEV -t $FST $MP -o remount,$PARSEDOPTS 668 mount $DEV -t $FST $MP -o remount,$PARSEDOPTS
|
/Linux-v5.4/fs/hpfs/ |
D | super.c | 23 static void mark_dirty(struct super_block *s, int remount) in mark_dirty() argument 25 if (hpfs_sb(s)->sb_chkdsk && (remount || !sb_rdonly(s))) { in mark_dirty()
|
/Linux-v5.4/fs/affs/ |
D | Changes | 222 - Added a remount function, so attempts to remount
|
/Linux-v5.4/fs/udf/ |
D | super.c | 458 bool remount) in udf_parse_options() argument 538 if (!remount) in udf_parse_options() 545 if (!remount) in udf_parse_options() 563 if (!remount) { in udf_parse_options()
|
/Linux-v5.4/Documentation/admin-guide/mm/ |
D | transhuge.rst | 252 ``mount -o remount,huge= /mountpoint`` works fine after mount: remounting
|
/Linux-v5.4/Documentation/power/ |
D | swsusp.rst | 465 before suspending; then remount them after resuming.
|
/Linux-v5.4/Documentation/admin-guide/cifs/ |
D | usage.rst | 615 remount 616 remount the share (often used to change from ro to rw mounts
|
/Linux-v5.4/Documentation/admin-guide/cgroup-v1/ |
D | cgroups.rst | 404 It can also be changed via remount.
|
12