Welcome![Sign In][Sign Up]
Location:
Search - Windows NTFS

Search list

[OS programWinSecurity

Description: Windows NTFS目录安全设置和判断,封装了复杂的API调用,使目录安全控制更加方便-Windows NTFS directory security settings and judgment, Packaging, a complex API calls, Contents security control to enable more convenient
Platform: | Size: 10010 | Author: yhb | Hits:

[Windows DevelopNTFSFileAccessRight

Description: 设置Windows系统NTFS某个目录的用户访问权限(c#)-set up a Windows NTFS directory user access privileges (c #)
Platform: | Size: 5520 | Author: twh | Hits:

[WEB CodeNTFS-Documentation

Description: 这是NTFS文件0.5版本技术文件,它是 Linux-NTFS 计划的一部分。 这是技术文件,NTFS FAQ里包含了公众问题的简单答案。 NTFS是Windows NT, 2000 and XP的文件系统,它支持几乎所有POSIX、HFS、HPFS特征: * 它可以处理大容量存储单元(最大到246 GB)。 * 它包含嵌入式的数据压缩。 * 它使用log文件处理事务。 * 比特码流,任何事务都是磁盘上的小目标。 -This the NTFS file version 0.5 technical document, it is Linux-NTFS part of the plan. This is a technical document, NTFS FAQ Lane includes public issues simple answer. NTFS is the Windows NT, 2000 and XP file system, It supports almost all POSIX, HFS, HPFS features : * It can handle large-capacity memory modules (up to 246 GB). * It contains embedded data compression. * It uses log document processing services. * Bit Stream, nothing on the disk are small targets.
Platform: | Size: 377408 | Author: Z.T | Hits:

[OS programChangeJournal_src

Description: windows下NTFS文件系统的ChangeJournal编程的示例代码,可以用来实现自己的硬盘监视程序,但文件系统必须是NTFS-windows NTFS File System under the ChangeJournal programming examples generation Codes can be used to realize their own hard disk monitoring program, but must file system is NTFS
Platform: | Size: 20869 | Author: 孤鸿 | Hits:

[Windows DevelopNTFSRC

Description: windows下的一个文件系统驱动程序源程序-windows of a file system driver source
Platform: | Size: 388096 | Author: jcl | Hits:

[File OperateDiskOperate

Description: WINDOWS 下,直接读写磁盘扇区得VC类实现-WINDOWS, direct read and write disk sector in achieving category VC
Platform: | Size: 7168 | Author: | Hits:

[OS programWinSecurity

Description: Windows NTFS目录安全设置和判断,封装了复杂的API调用,使目录安全控制更加方便-Windows NTFS directory security settings and judgment, Packaging, a complex API calls, Contents security control to enable more convenient
Platform: | Size: 10240 | Author: yhb | Hits:

[DocumentsNTFS-Documentation

Description: 这是NTFS文件0.5版本技术文件,它是 Linux-NTFS 计划的一部分。 这是技术文件,NTFS FAQ里包含了公众问题的简单答案。 NTFS是Windows NT, 2000 and XP的文件系统,它支持几乎所有POSIX、HFS、HPFS特征: * 它可以处理大容量存储单元(最大到246 GB)。 * 它包含嵌入式的数据压缩。 * 它使用log文件处理事务。 * 比特码流,任何事务都是磁盘上的小目标。 -This the NTFS file version 0.5 technical document, it is Linux-NTFS part of the plan. This is a technical document, NTFS FAQ Lane includes public issues simple answer. NTFS is the Windows NT, 2000 and XP file system, It supports almost all POSIX, HFS, HPFS features :* It can handle large-capacity memory modules (up to 246 GB).* It contains embedded data compression.* It uses log document processing services.* Bit Stream, nothing on the disk are small targets.
Platform: | Size: 376832 | Author: Z.T | Hits:

[OS programChangeJournal_src

Description: windows下NTFS文件系统的ChangeJournal编程的示例代码,可以用来实现自己的硬盘监视程序,但文件系统必须是NTFS-windows NTFS File System under the ChangeJournal programming examples generation Codes can be used to realize their own hard disk monitoring program, but must file system is NTFS
Platform: | Size: 20480 | Author: 孤鸿 | Hits:

[Embeded-SCM Developntfs-3g-1.5130

Description: NTFS的文件系统代码,在Linux下不错的NTFS驱动,可以移植到WINDOWS或嵌入式平台上-Ntfs file system code, it s open source code in unix
Platform: | Size: 621568 | Author: 符运河 | Hits:

[VC/MFCNTFS

Description: windows ntfs文件系统详细介绍,提供给编写ntfs文件系统解析的朋友-windows ntfs filesystem analysis,privied for filesystem writer
Platform: | Size: 107520 | Author: 李永豪 | Hits:

[Driver Developntfs-3g-2009.4.4

Description: he NTFS-3G driver is a freely and commercially available and supported read/write NTFS driver for Linux, Mac OS X, FreeBSD, NetBSD, OpenSolaris, QNX, Haiku, and other operating systems. It provides safe and fast handling of the Windows XP, Windows Server 2003, Windows 2000, Windows Vista, Windows Server 2008 and Windows 7 file systems.
Platform: | Size: 712704 | Author: roy | Hits:

[File OperateNTFS

Description: ntfs 底层存储结构详解 NTFS是Windows NT引入的新型文件系统,如果您是一位熟悉FAT磁盘格式的专业人士,您可能会觉得NTFS系统的思想蹩脚而晦涩,如果您对FAT格式一无所知,那么恭喜您,您会更快的了解这种更有效率的磁盘格式。-ntfs underlying storage structure Xiangjie NTFS is the Windows NT introduced a new file system, if you are familiar with the FAT disk format of a professional, you may feel lousy idea NTFS system, but obscure, if you know nothing about FAT format , then congratulations you, you will understand this more efficient and faster disk format.
Platform: | Size: 29696 | Author: 张云辉 | Hits:

[OS programJunctionSource

Description: Windows 2000 and higher supports directory symbolic links, where a directory serves a symbolic link to another directory on the computer. For example, if the directory D:\SYMLINK specified C:\WINNT\SYSTEM32 as its target, then a pplication accessing D:\SYMLINK\DRIVERS would in reality be accessing C:\WINNT\SYSTEM32\DRIVERS. Directory symbolic links are known as NTFS junctions in Windows. Unfortunately, Windows comes with no tools for creating junctions—you have to purchase the Win2K Resource Kit, which comes with the linkd program for creating junctions. I therefore decided to write my own junction-creating tool: Junction. Junction not only allows you to create NTFS junctions, it allows you to see if files or directories are actually reparse points. Reparse points are the mechanism on which NTFS junctions are based, and they are used by Windows Remote Storage Service (RSS), as well as volume mount points.-Windows 2000 and higher supports directory symbolic links, where a directory serves as a symbolic link to another directory on the computer. For example, if the directory D:\SYMLINK specified C:\WINNT\SYSTEM32 as its target, then an application accessing D:\SYMLINK\DRIVERS would in reality be accessing C:\WINNT\SYSTEM32\DRIVERS. Directory symbolic links are known as NTFS junctions in Windows. Unfortunately, Windows comes with no tools for creating junctions—you have to purchase the Win2K Resource Kit, which comes with the linkd program for creating junctions. I therefore decided to write my own junction-creating tool: Junction. Junction not only allows you to create NTFS junctions, it allows you to see if files or directories are actually reparse points. Reparse points are the mechanism on which NTFS junctions are based, and they are used by Windows Remote Storage Service (RSS), as well as volume mount points.
Platform: | Size: 31744 | Author: ghasemimor | Hits:

[OS programWDK_NTFS_Src

Description: windows NTFS 文件系统源代码,可以使用wdk+vs2003/vs2005/vs2008/vs2010编译-windows NTFS file system source code, you can use to compile wdk+ vs2003/vs2005/vs2008/vs2010
Platform: | Size: 904192 | Author: Showna | Hits:

[OtherWINDOWSNTFS

Description: WINDOWS NTFS下数据恢复的研究与实现-WINDOWS NTFS data recovery under the Research and Implementation of
Platform: | Size: 254976 | Author: 王小龙 | Hits:

[Linux-Unixntfs-3g-2010.1.16

Description: ntfs-3g 源码包。在windows和linux双系统下,可以读写windows下的分区。-ntfs-3g source code package. In the windows and linux dual system, can read and write under windows partition.
Platform: | Size: 824320 | Author: lilili | Hits:

[File Operatentfs-3g_ntfsprogs-2013.1.13

Description: tuxtera ntfs 3g based on windows ntfs
Platform: | Size: 1161216 | Author: Andrei | Hits:

[Otherntfs-3g_ntfsprogs-2017.3.23 - 副本

Description: 多平台文件系统移植库。 NTFS-3G是一个开源软件,支持在Linux, FreeBSD, Mac OS X, NetBSD, Haiku操作系统下读写NTFS格式的分区。它能快速且安全的操作Windows XP, Windows Server 2003, Windows 2000 以及Windows Vista文件系统,除了完全的文件属主和访问权限,它支持所有符合POSIX标准的磁盘操作。(Multi platform file system transplantation Library)
Platform: | Size: 1258496 | Author: lh_lly | Hits:

[BooksInside the Windows NT file system (1994)

Description: Inside the Windows NT file system (1994)
Platform: | Size: 1825792 | Author: TheIvan | Hits:
« 12 3 4 »

CodeBus www.codebus.net