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

📄 mmounter.conf

📁 linux下的一个mount工具
💻 CONF
字号:
;; /etc/mmounter.conf; mmounter config file; --------------------------------------------------------------------; Copyright (c) 2000, Lyonel Vincent <vincentl@ec-lyon.fr>;; the format of this file is similar to the .INI files used by Windows:; [section]; key=value; key=value;; each "section" here is a device or a special device.; known options for normal devices:; fs:;	comma-separated and ordered list of expected filesystems (read: the;	FS we probe for); type:;	this parameter is informative only. it may be used in case of a name;	conflict; eject:;	if present, indicates the full path of the program to be used to eject;	the device (/usr/bin/eject for example); will be called with one;	parameter: the device name; options:;	the options to pass to mount when mounting this device; options.filesystem:;	the options to pass to mount when mounting this filesystem on this;	device; userdisk:;	if 'yes', indicates the device can be un-mounted by a non-root user; delay:;	the polling delay for this device; mountbase:;	the directory where mmounter will create the mountpoint for this;	device; mountpoint:;	the template to use to create the mountpoint. Use the following escape;	sequences:;		\v: volume name;		\d: device name (without the /dev/ prefix);		\t: device type (value of the type config variable);		\f: filesystem (ext3/ext2/vfat/hfs/is9660...);	default=\v (\f); mount:;	full path to the mount program (most probably /usr/bin/mount); umount:;	full path to the umount program (most probably /usr/bin/umount);; special devices:; [*]: this pseudo-device contains the default values for all the options used;	by other devices; [</path/to/file]: this pseudo-device forces mmounter to read /path/to/file;	and interpret it as /proc/partitions to autodetect the partitions;	present on the system. Note that the only allowed option in such a;	section is delay to specify the poll interval for the partitions file[/dev/cdrom]fs=hfs,iso9660type=CD-ROMeject=/usr/bin/ejectoptions=rouserdisk=yesdelay=5[/dev/zip]fs=ext3,ext2,hfstype=ZIPeject=/usr/bin/ejectoptions=exec,nosuid,nodevuserdisk=yesdelay=5[</proc/partitions][*]fs=ext3,ext2,vfat,hfs,iso9660mountbase=/Localmount=/bin/mountoptions.vfat=exec,nosuid,nodevoptions.hfs=exec,nosuid,nodevoptions.iso9660=exec,nosuid,nodevtype=Hard diskuserdisk=nodelay=15

⌨️ 快捷键说明

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