Recommended Posts

What is "WinFS"?

"WinFS" is the active storage subsystem in "Longhorn" that is used for searching, organizing, and sharing data. "WinFS" maintains a store of items and their properties, and provides a system service in "Longhorn" to retrieve information when it's needed. Because "WinFS" allows organization and retrieval of items based on properties (such as author or title), users can find things more quickly. Users can also organize, relate, and act on their documents, music, photos, e-mail, calendar information, and other types of items more efficiently.

What are the benefits of Using "WinFS"

In "WinFS," how information is organized is separate from how that information is stored physically. How users and applications organize information is also separate from how the information is saved. Data can be organized using a connected folder structure, namespaces, properties, tables, invariant identities, or relationships.

To benefit developers, the "WinFS" platform supports unified data services for all end-user applications. Integrated data services such as synchronization, notification, a unified store, and a common security model, and their integration with other technologies such as peer-to-peer networking and directory services, make data sharing among applications easier. These data services enable you to write applications that exchange data with applications built by other software developers. Also, "WinFS" works with other Windows-based technologies to allow information sharing remotely with both "WinFS" and non"WinFS" stores.

What is "WinFS" capable of?

"WinFS" supports efficient indexing of file content, which enables rich querying that is very difficult to achieve with other file systems. For example, in "WinFS" it is easy to search files based on their content and other criteria such as file name, title, author, or date of publication. This would be difficult, if not impossible, in a traditional file system such as NTFS. In addition, "WinFS" still has efficient streaming capabilities?the cornerstone of traditional file systems?to handle large data values.

"WinFS" can also be used with computers running earlier versions of Windows that support the NTFS file system. Files stored in "WinFS" can be accessed using the new "WinFS" API or the existing Win32 API. Therefore, existing Win32 applications can work with files stored in "WinFS" with little or no modification.

In "Longhorn," files can be stored either in "WinFS" or on NTFS, but "WinFS" is more efficient and effective than NTFS for organizing, searching for, and sharing files. "WinFS" is particularly useful for storing data that needs to be queried or shared by users or applications. Advantages are largely because "WinFS" data is schematized, and the items can be related to each other in more than one way and, therefore, can be searched in multiple ways. You can still use NTFS for storing files that have few or no searching and sharing requirements. In fact, "Longhorn" uses NTFS for all the Windows system files needed for starting up and running the system.

Link to comment
https://www.neowin.net/forum/topic/111679-what-is-winfs/
Share on other sites

I don't know if you know this, but WinFS uses NTFS - it doesn't replace it.

It is a layer ONTOP of NTFS.

(also see here: http://www.winsupersite.com/faq/longhorn.asp)

So you always save your file to the underlying NTFS filesystem

This has been pointed out many times by Microsoft

I can see that you have used this document pretty much (copying different parts directly):

http://msdn.microsoft.com/Longhorn/underst...pic_storage.asp

and I can see that reading some of this, would allow one to think that WinFS was an all new filesystem (replacing NTFS), but i think when they talk about saving to either WinFS or NTFS, it has to do with the process of saving the file, rather than the actual "bit" saving.

I think (I'm just thinking out loud here) that if you "save" to WinFS you might have to apply additional information in the "save" dialog OR you "save" the file directly to the indexing service (that WinFS actually is).

But, the thing here is that your file is still going to be located on the NTFS volumen (and findable by the normal NTFS explorer?)

Regards

Jesper :)

Edited by timiun
Link to comment
https://www.neowin.net/forum/topic/111679-what-is-winfs/#findComment-1309759
Share on other sites

to put it short , imagine like those google searchs , but in your Hard Disk , quicky quicky (like your first time with a girl :woot: . . . in bed . . . ) quicky quicky . . .

you put say... : "my picture with Carmen Kass.jpg" and in 0.0156 seconds you get your file :rolleyes:

like with GOOGLE

quicky quicky

i guess ... :yes:

Edited by RauL
Link to comment
https://www.neowin.net/forum/topic/111679-what-is-winfs/#findComment-1309804
Share on other sites

In your copying from the Microsoft document, you have also added this sentence:

-------

In "Longhorn," files can be stored either in "WinFS" or on NTFS, but "WinFS" is more efficient and effective than NTFS for organizing, searching for, and sharing files. "WinFS" is particularly useful for storing data that needs to be queried or shared by users or applications. Advantages are largely because "WinFS" data is schematized, and the items can be related to each other in more than one way and, therefore, can be searched in multiple ways. You can still use NTFS for storing files that have few or no searching and sharing requirements. In fact, "Longhorn" uses NTFS for all the Windows system files needed for starting up and running the system.

-------

That pretty much implies that you can either use WinFS OR NTFS, in as being that WinFS is a filesystem like NTFS

And the sentence "In fact, "Longhorn" uses NTFS for all the Windows system files needed for starting up and running the system." doesn't say anything about that WinFS uses the NTFS filesystem.

It actually only makes things worse, adding to the thought that Windows itself uses NTFS filesystem, while you can use the WinFS "filesystem"

From a Developer or IT Proffesional point of view it is very importent to understand the underlying OS.

From a users point of view, i think it is better to "explain" the "normal" users that WinFS is a "filesystem", and thay shouldn't use the NTFS explorer (kinda like MAC's have done where you don't normaly have the concept af a HD)

Regards

Jesper :)

Link to comment
https://www.neowin.net/forum/topic/111679-what-is-winfs/#findComment-1309833
Share on other sites

If you read this bit. "WinFS" supports efficient indexing of file content, which enables rich querying that is very difficult to achieve with other file systems. For example, in "WinFS" it is easy to search files based on their content and other criteria such as file name, title, author, or date of publication. This would be difficult, if not impossible, in a traditional file system such as NTFS. In addition, "WinFS" still has efficient streaming capabilities?the cornerstone of traditional file systems?to handle large data values.

From reading that its like your saying WinFS is a new filesystem. Also you didnt say that WinFS = Windows Future Storage

Link to comment
https://www.neowin.net/forum/topic/111679-what-is-winfs/#findComment-1309849
Share on other sites

Before someone complains about uselessness:

WinFS allows you to sort files into a hierarchy on the fly, by means called dynamic sets. It also allows applications to program the file dialogs how to show the files, independently of their filename. So a MP3 file called weruioghweuoprguer.mp3 may show up in the dialog as e.g. "Groove Armada - Purple Haze (2003)" in the file dialog (by using the metadata). It also offers a lot of other possibilities, including storing non-file data.

Link to comment
https://www.neowin.net/forum/topic/111679-what-is-winfs/#findComment-1309898
Share on other sites

Indexing has been in Linux for ages...

locate file -_-

I wasn't aware that you could do

locate all audio files from 2003 and gerne is house and rating > 3

in Linux. So much for your indexing in Linux.

Idiot. :hmmm:

Yay, bashing is nice.

Index has been in GNU/Linux for ages. However, it doesn't serve the same purpose as WinFS will. WinFS doesn't seem all that groundbreaking to me,

it seems to be a more useful version of "Indexing Service". Now I can't get this page to load on my machine, but I believe it is much the same as WinFS is said to be, and will probably be available long before Longhorn.

Hopefully this new system will make more people use caution when entering data, such as doing the ID3 tags properly, and thus make it easier to organize data for everyone.

Link to comment
https://www.neowin.net/forum/topic/111679-what-is-winfs/#findComment-1310537
Share on other sites

from the pdc build, what we can see, we actually have two possibility : writing data to My music folder wich is pure Ntfs, or to the Music folder in Winfs.

Problem is, if your file is already on disk you got two copy.. it's redundant, takes twice as space disk and not that usefull... so for know in this build winfs is not transparently working. But sending files either pics, movies, or songs to it and it's great to use (but quiet slow for now...).

My problem, having something stored on winfs, is how to retreive data if they got broken in some way.. not easy on Ntfs already but sure possible... but with winfs, as it seems that the files are somewhat modified during tranfer...

Another usefull thing for backup nonetheless is synchonisation, it works pretty well.. so backup may be safer than retrieving broken/lost data ^^...

Link to comment
https://www.neowin.net/forum/topic/111679-what-is-winfs/#findComment-1311519
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Qmmp 2.3.3 by Razvan Serea Qmmp (Qt-based MultiMedia Player) is a free, open-source audio player that delivers a classic music listening experience with a modern foundation. Inspired by the legendary Winamp, Qmmp features a familiar, customizable interface that supports both Winamp and XMMS skins, making it instantly recognizable to long-time users. It handles a wide variety of audio formats including MP3, OGG Vorbis, FLAC, WAV, AAC, and many others, ensuring smooth playback across diverse music libraries. In addition to basic playback, Qmmp offers advanced features such as a 10-band equalizer, crossfading, gapless playback, and audio visualization plugins. Users can manage playlists efficiently, create and save multiple lists, and even enable streaming from online sources. Plugin support extends the player’s capabilities, allowing integration of features like lyrics display, ReplayGain, and more. Built with the Qt framework, Qmmp runs smoothly and efficiently, making it ideal even for older systems. 10 great QMMP features you might not know: Global Hotkeys Support – Control playback using customizable system-wide keyboard shortcuts. CUE Sheet Support – Automatically detects and plays tracks from CUE files for full album playback. Last.fm Scrobbling – Integrated support for sending playback data to Last.fm. Audio CD Playback – Play music directly from audio CDs. Command Line Interface – Control Qmmp via command-line options for scripting or automation. System Tray Integration – Minimize to and control playback from the system tray. MPRIS Support – Integration with desktop media player controls via the MPRIS (Media Player Remote Interfacing Specification) interface. Spectrum Analyzer and Oscilloscope – Built-in visualizations for real-time audio feedback. Configurable Notifications – Custom pop-ups for track changes and playback status. Multiple Output Backends – Support for ALSA, PulseAudio, JACK, and more, offering flexible audio routing. Qmmp 2.3.3 changelog: fixed build with PipeWire versions less than 0.3.50; fixed settings dialog layout; fixed default CUE encoding; fixed possible null pointer dereference; fixed tracks order when added using drag and drop (2.3.3 only); fixed uninitialized structure usage; improved sid plugin: added libsidplayfp 3.0 support; added feature to build without residfp engine; fixed memory leak; fixed displaying audio information; updated Japanese translation (2.3.3 only). Download: Qmmp 64-bit | 24.0 MB (Open Source) Download: Qmmp 32-bit | 24.1 MB View: Qmmp Homepage | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • BATorrent 3.0.3 is out.
    • The current Statcoungter desktop numbers has Google Chrome increasing it's market share this past year and currently commanding 75% share. Everybody else is just making up the numbers with even MS Edge losing 3% this past year and has dipped just below 10% share which is staggering considering it's default on every Windows deviced purchased. If these numbers are correct that terrible Edge number is both devastating and embarrassing for MS especially when you add in the terribly low Bing market share. This leads me to ask a couple of questions as the default browser holding just less than 10% market share seems really weird. It used to be that all Chromium browsers were being counted as Google Chrome in some cases.  Is this still happening? Do these high Google Chrome numbers contains some Edge user numbers?
    • Yeah, all web browsers seem to have some junk in them these days. The regular Brave browser has a lot of unnecessary stuff in it, similar to Microsoft Edge, so I don't see any benefits of using Brave over Microsoft Edge if you already have Microsoft Edge fully set up with ad blockers and that. The cleanest or best free browser outside of 'Microsoft Edge' I’ve tried so far is 'Samsung Browser'. It has very little bloat and is a nice-looking web browser with an inbuilt 'Ad blocker'. I also really like the web browser called 'Floorp' that is based on Firefox. This browser can also install Chrome extensions. I have a system wide Ad blocking program for Windows 11 that doesn't just blocks ads in the web browser, but over the whole system. I don't really need a web browser with an inbuilt ad blocker because of that.
  • Recent Achievements

    • Rookie
      moog19 went up a rank
      Rookie
    • Mentor
      grik went up a rank
      Mentor
    • Dedicated
      JKR earned a badge
      Dedicated
    • One Year In
      CHUNWEI earned a badge
      One Year In
    • Conversation Starter
      FBSPL earned a badge
      Conversation Starter
  • Popular Contributors

    1. 1
      +primortal
      495
    2. 2
      PsYcHoKiLLa
      270
    3. 3
      Skyfrog
      75
    4. 4
      Steven P.
      68
    5. 5
      FloatingFatMan
      63
  • Tell a friend

    Love Neowin? Tell a friend!