changelog

来自「linux下的一个mount工具」· 代码 · 共 44 行

TXT
44
字号
Version History===============0.9		added cache management so that mmounter will not symlink to directories it mounted itself0.8.5		added mountpoint= option		known escapes:			\t: type (CD-ROM, ...)			\d: device (hda1, ...)			\f: FS (ext2, hfs, ...)			\v: volume name0.8.1		added preliminary NTFS (NT) support		now uses (Linux-specific) ioctls to check for the presence of a CD-ROM (to avoid thousands of stupid messages going to syslog)		moved to SourceForce (http://mmounter.sourceforge.net/)0.80.7		added HFS (MacOS) support		added prelimirary VFAT (DOS) support		finalized mmumount0.6		corrected a bug with unconfigured devices		SysV IPC to receive commands		basic umount support - added userdisk config directive0.5		full-featured autodetection of partitions		^C and SIGTERM now correctly handled0.4		added "1-shot" autodetection of partitions via [</proc/partitions]		still only ext3/2 and iso96600.3		iso9660 handling rewrite (borrowed from the Linux kernel)		better handling of already mounted devices (symlinks)0.2		better handling of default options, added the [*] section		better handling of symbolic links for detection of mounted devices0.1		first C/C++ version - using threads		changed the conf file format to a .INI-like format		support for ext3/ext2, iso9660pre-0.1		first proof of concept - perl-based, using processes

⌨️ 快捷键说明

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