使用标签而不是文件夹的文件系统? [英] File system that uses tags rather than folders?

查看:85
本文介绍了使用标签而不是文件夹的文件系统?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的文件是一团糟,我试图将它们结构化为文件夹,并使用递归类分解的名称描述它们的名称,但后来我在寻找文件时遇到麻烦(一个文件可能存在于许多文件夹中.

My files are a mess, I try to structure them into folders with names that describe what they are in a recursive class break-down sense but later on I have trouble finding the file again when I go looking for it (the one file can possibly exist in many folders).

哪种文件系统可以让我通过标签的组合而不是使用文件夹来查找文件?

What file system will allow me to find my files by a combination of tags instead of using folders?

如果有这样的文件系统,我不确定操作系统会如何处理,因为它们非常依赖于文件夹系统.我遇到了 tag2find ,这还不错.它解决了我现在找不到东西的问题,但这是一个应用程序,而不是文件系统.

If there was such a file system, I'm not sure how OSes would cope, being so deeply dependent on the folder system. I came across tag2find, which isn't too bad; it solves my problem with finding stuff for now but it is an application, not a file system.

推荐答案

您要的是数据库文件系统.我知道Linux的一种实验性实现称为 DBFS . Microsoft开始开发 Windows Future Storage(WinFS)-计划随Vista一起提供,但由于技术原因问题项目被延迟了,据我所知最终被取消了. NTFS 还能够存储文件的元数据,但不能存储功能齐全的数据库文件系统的扩展

What you are asking for is a Database File System. I know of one experimental implementation for Linux called DBFS. Microsoft started developing Windows Future Storage (WinFS) - it was planned to ship with Vista but due to technical problems the project was delayed and as far as I know finally canceled. NTFS is also capable of storing metadata for files but not to an extend of a full featured database file system.

将这样的文件系统集成到操作系统中,对于操作系统的核心而言应该不那么复杂-它可以简单地遵循分层模型.复杂的部分是(图形)外壳,必须向用户公开文件系统的结构和功能.

The integration of such a file system into an operating system should not be that complicated for the core of the operating system - it can simply stick with the hierarchical model. The complex part is the (graphical) shell that must expose the structure and capabilities of the file system to the user.

这篇关于使用标签而不是文件夹的文件系统?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆