Searched refs:fstab (Results 1 – 25 of 29) sorted by relevance
12
/linux-6.1.9/Documentation/admin-guide/laptops/ |
D | laptop-mode.rst | 69 * If you have your filesystems listed as type "auto" in fstab, like I did, then 453 # fstab for a given filesystem, and use this state to replace the 461 # If fstab contains, say, "rw" for this filesystem, then the result 471 # Watch for a default atime in fstab 472 FSTAB_OPTS="$(awk '$1 == "'$L_DEV'" { print $4 }' /etc/fstab)" 474 # option specified in fstab: extract the value and use it 482 # option not specified in fstab -- choose the default. 488 # fstab for a given filesystem, and use this state to replace the 497 # If fstab contains, say, "commit=3,rw" for this filesystem, then the 505 # Watch for a default commit in fstab [all …]
|
/linux-6.1.9/sound/soc/samsung/ |
D | s3c-i2s-v2.h | 76 unsigned int *fstab,
|
D | s3c-i2s-v2.c | 548 unsigned int *fstab, in s3c_i2sv2_iis_calc_rate() argument 565 if (fstab == NULL) in s3c_i2sv2_iis_calc_rate() 566 fstab = iis_fs_tab; in s3c_i2sv2_iis_calc_rate()
|
/linux-6.1.9/fs/freevxfs/ |
D | Kconfig | 17 fstab(5) is 'vxfs' as it describes the file system format, not
|
/linux-6.1.9/Documentation/translations/zh_CN/admin-guide/mm/damon/ |
D | start.rst | 42 或者在你的 ``/etc/fstab`` 文件中添加以下一行,这样你的系统就可以在启动时自动挂载
|
/linux-6.1.9/Documentation/filesystems/ |
D | gfs2-uevents.rst | 85 line (locktable=) or via fstab. It is used as a filesystem label 93 on the mount command line, or via fstab. It will be either
|
D | affs.rst | 177 /etc/fstab entry:: 243 of /etc/fstab).
|
D | tmpfs.rst | 43 line to /etc/fstab should take care of this::
|
D | debugfs.rst | 24 (Or an equivalent /etc/fstab line).
|
D | dax.rst | 33 add 'dax' to the options in ``/etc/fstab``. This works to enable `DAX` on all files
|
D | fuse.rst | 22 option in /etc/fstab, which is not discussed here.
|
D | ext2.rst | 302 - per-filesystem: add the "sync" option to mount (or in /etc/fstab)
|
/linux-6.1.9/Documentation/translations/zh_CN/filesystems/ |
D | tmpfs.rst | 37 (shm_open,shm_unlink)。添加内容到/etc/fstab应注意如下:
|
D | debugfs.rst | 34 (或等效的/etc/fstab行)。
|
/linux-6.1.9/Documentation/translations/zh_TW/filesystems/ |
D | tmpfs.rst | 38 (shm_open,shm_unlink)。添加內容到/etc/fstab應注意如下:
|
D | debugfs.rst | 36 (或等效的/etc/fstab行)。
|
/linux-6.1.9/Documentation/driver-api/driver-model/ |
D | overview.rst | 94 the following in the /etc/fstab file:: 98 or something similar in the /lib/init/fstab file on Debian-based systems::
|
/linux-6.1.9/tools/testing/selftests/rcutorture/doc/ |
D | rcu-test-image.txt | 43 cat << '___EOF___' | sudo dd of=/mnt/etc/fstab
|
/linux-6.1.9/fs/proc/ |
D | Kconfig | 23 /proc" or the equivalent line in /etc/fstab does the job.
|
/linux-6.1.9/Documentation/power/ |
D | swsusp-dmcrypt.rst | 57 named "swapkey". /etc/fstab of your initrd contains something
|
/linux-6.1.9/Documentation/admin-guide/ |
D | binfmt-misc.rst | 103 ``/etc/fstab`` so it auto mounts on boot.
|
D | iostats.rst | 200 your ``/etc/fstab``::
|
/linux-6.1.9/Documentation/filesystems/spufs/ |
D | spufs.rst | 262 /etc/fstab entry
|
/linux-6.1.9/Documentation/virt/uml/ |
D | user_mode_linux_howto_v2.rst | 128 debootstrap does not set up the root password, fstab, hostname or 141 UML block devices are called ubds. The fstab created by debootstrap 1011 You need to change the filesystem type of ``/`` in ``etc/fstab`` to be
|
/linux-6.1.9/Documentation/admin-guide/cifs/ |
D | usage.rst | 97 2) an entry for the share in /etc/fstab indicating that a user may 132 to the file /etc/fstab for each //server/share you wish to mount, but
|
12