⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fstab

📁 Util-linux 软件包包含许多工具。其中比较重要的是加载、卸载、格式化、分区和管理硬盘驱动器
💻
字号:
# /etc/fstab# static file system information## This file is not used by the kernel, but rather by mount(8) and umount(8)# (and some day fsck(8)).  Comment lines have "#" in the first column.# Entries that are to be ignored should have "none" in the directory field,# and have type "ignore" or options "xx".  Frequency and pass are numeric# fields for dump(8) and fsck(8) that are not used yet in Linux.  You can# leave them empty if want.# device	directory	type	options		freq pass/dev/sda2	/		ext2	defaults        1    1none		/proc		proc	defaults        0    0/dev/sdb1	none		swap	sw              0    0/dev/sdb2	/var		ext2	defaults        1    1/dev/sdc1	/usr		ext2	defaults        1    1/dev/sdc3	/usr/src	ext2	defaults        1    1/dev/sdc2	/home		ext2	defaults        1    1/dev/sdc4	/playpen	ext2	defaults        1    1/dev/sda1       /dos            msdos   noexec,conv=binary,gid=20,umask=007 0 0/dev/sdb3       /dos/usr        msdos   noexec,conv=binary,gid=20,umask=007 0 0

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -