-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Deeksha Thakur edited this page Aug 28, 2018
·
2 revisions
Welcome to the TagBasedFileSystem wiki!
This is a browser based file system that uses TAGS to identify files.
Tag Based File Systems(TBFS) have clear advantages over Directory Based file system(DBFS) as:
- TBFS : Single file can be a part of multiple tags, DBFS : either file will need to be copied to multiple locations, or softlinks to make it a part of multiple directories
- TBFS Can be searched using any relevant tag, a DBFS : You would need to know the whole path to find a file