由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Windows版 - Re: [转载] Can NTFS have file hard-link / soft-link?
相关主题
关于“超难问题”解决的建议Re: 可恨的程序自运行
开始菜单下的“搜索”消失了windows 2000 的小技巧(2)
注册表使用实例(八)windows 2000 的小技巧(3)
Windows 2000 的小技巧WinNT/2000的命令行隐藏设置
Re: 如何禁止winxp自动去压缩不常用的文件?Windows NT十八变
which commandWin2000故障解决一览
Re: 问个关于Win2000的问题Re: win95右键弹出菜单的修改
excel VBA: create dir, move files under that dir.Re: w2k, dos下用Tab
相关话题的讨论汇总
话题: ntfs话题: link话题: soft话题: hard话题: test
进入Windows版参与讨论
1 (共1页)
d*z
发帖数: 150
1

It seems NTFS support hard link.
I have installed MKS Toolkit so that I could use
ln to create soft/hard link in my NTFS.
But it seems it's terrible to use such kinds of link under NT.
Such as
mkdir test
ln -s test test1
cd test
vi abc
balabala
Now let's use explorer to remove the folder test1, then the file abc in test
is removed too.
d*z
发帖数: 150
2
And Junction Point could be used for soft link of folder:
Using a Junction Point to Open a Rooted View
Typically, clicking or double-clicking the folder that represents a junction
point opens a normal view of the contents of the associated extension.
However, you can use the registry to specify that browsing into a junction
point will open a rooted view. To do so, add Open and Explore command keys to
your extension's CLSID registry key.
HKEY_CLASSES_ROOT
CLSID
...
{Extension CLSID}


【在 d*z 的大作中提到】
:
: It seems NTFS support hard link.
: I have installed MKS Toolkit so that I could use
: ln to create soft/hard link in my NTFS.
: But it seems it's terrible to use such kinds of link under NT.
: Such as
: mkdir test
: ln -s test test1
: cd test
: vi abc

1 (共1页)
进入Windows版参与讨论
相关主题
Re: w2k, dos下用TabRe: 如何禁止winxp自动去压缩不常用的文件?
Re: Win2k下怎么设置开机自动启动程序?which command
Re: 怎么把windows的Program Files目录移到别的盘上?Re: 问个关于Win2000的问题
Re: 怎样去掉那么多Startup程序?excel VBA: create dir, move files under that dir.
关于“超难问题”解决的建议Re: 可恨的程序自运行
开始菜单下的“搜索”消失了windows 2000 的小技巧(2)
注册表使用实例(八)windows 2000 的小技巧(3)
Windows 2000 的小技巧WinNT/2000的命令行隐藏设置
相关话题的讨论汇总
话题: ntfs话题: link话题: soft话题: hard话题: test