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

    • Adobe Acrobat Reader DC 2026.001.21651 by Razvan Serea Adobe Acrobat Reader DC software is the free, trusted standard for viewing, printing, signing, and annotating PDFs. Its the only PDF viewer that can open and interact with all types of PDF content – including forms and multimedia. It’s connected to Adobe Document Cloud – so you can work with PDFs on computers and mobile devices. Adobe Document Cloud is a revolutionary, modern and efficient way to get work done with documents in the office, at home or on-the-go. At the heart of Document Cloud is the all-new Adobe Acrobat DC, which will take e-signatures mainstream by delivering free e-signing with every individual subscription. Document Cloud includes a set of integrated services that use a consistent online profile and personal document hub. With Adobe Document Cloud, people will be able to create, review, approve, sign and track documents whether on a desktop or mobile device. Businesses will be able to take advantage of Document Cloud for enterprise which provides enterprise-class document services that integrate into systems of record such as CRM, HCM, CLM, and CMS, adding speed, efficiency and transparency to getting business done with documents. Adobe Acrobat Reader DC new feature highlights: Work with PDFs from anywhere with the new, free Acrobat DC mobile app for Android or iOS. Select functionality is also available on Windows Phone. Use the new Fill & Sign tool in your desktop software to complete PDF forms fast with smart autofill. Download the free Adobe Fill & Sign mobile app to add the same option to your iPad or Android tablet device. Save money on ink and toner when printing from your Windows PC. Store and access files in Adobe Document Cloud with 5GB of free storage. Get instant access to recent files across desktop, web, and mobile devices with Mobile Link. Sync your Fill & Sign autofill collection across desktop, web, and iPad devices. Adobe PDF Pack premium features includes: Convert documents and images to PDF files. Use your mobile device camera to take a picture of a paper document or form and convert it to PDF. Turn PDFs into editable Microsoft Word, Excel, PowerPoint, or RTF files. Combine multiple files into a single PDF (web only). Get signatures from others with a complete e-signature service. Send, track, and confirm delivery of documents electronically instead of using fax or overnight services (tracking not available on mobile). Store and access files online with 20GB of storage. Download: Adobe Acrobat Reader DC 64-bit | 719.0 MB (Freeware) Link: Adobe Acrobat Reader DC Home Page | Release Notes | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • The consumer ESU is ending in 4 months. LTSC isn't now, never has been, and never will be for consumer use, it is for OT usage - plant machinery, medical devices, manufacturing equipment etc. LTSC requires a Microsoft EA. You can't legally obtain LTSC to run on your PC at home.
    • Hmm actually looks decently interesting!  
    • Being on GitHub doesn't make something safe. Like any unofficial scripts to do x or y this caters to people with just enough knowledge to be dangerous. If you want to do what this does, and you actually know what you're doing then write your own script (or maybe just add the reg keys yourself) if you don't have the ability to read and understand what a script is doing, and especially don't run it with elevated privileges. Or in this case just use an MSA, sign up the normal route, and stop trying to push water up hill
  • Recent Achievements

    • Week One Done
      JKR earned a badge
      Week One Done
    • 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
  • Popular Contributors

    1. 1
      +primortal
      489
    2. 2
      PsYcHoKiLLa
      271
    3. 3
      Skyfrog
      75
    4. 4
      Steven P.
      68
    5. 5
      FloatingFatMan
      64
  • Tell a friend

    Love Neowin? Tell a friend!