Tags
亲和力网站 小狗钱钱 72小时法则 apache C CakePHP Capistrano Catalyst change filename Cpan css cygwin Database Directory Dreamweaver encoding ext2 Geshi heredoc httperf IP address IPv6 Joomfish Joomla Jquery Junction Kannel Linux MacOS Magento NTFS Oracle Perl PHP Phtml print Read File Regex Shell SqlServer2005 ssh Test touch Ubuntu Windows
Tag Archives: NTFS
NTFS的junction功能
NTFS的junction功能相当于Unix中的符号连接功能。 用途之一:如果Windows系统盘的空间不足,而其它盘还有较多的空闲空间,这时,可以将系统盘上的一些目录移动到有空闲空间的盘上,然后再建立一个junction目录即可。 建立目录的命令如下: junction c:subdir1 d:subdir2
注:junction工具可以到 www.sysinternals.com下载。