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

    • Studio MDHR reveals Cuphead sequel and an 8-bit platformer spin-off by Pulasthi Ariyasinghe Studio MDHR has been rather silent about its next major gaming project since the release of Cuphead back in 2017. However, that ended today during the Summer Game Fest presentation, with the studio revealing not one but two project announcements. First, the studio confirmed that it is currently in the middle of developing a brand-new Cuphead game, bringing back the iconic characters for another adventure. Just like the last game, this is slated to be a fully hand-animated endeavor. This also means there isn't a release date attached to it yet. “Craftsmanship is at the heart of everything we do here at Studio MDHR,” says co-founder Chad Moldenhauer. “When it came time to peel back the curtain and share a little bit about what we’ve been up to, we couldn’t imagine a more fun way to do so than with today’s Special Bulletin. The studio is working on this new Cuphead with help from Toronto’s Stop Motion Department and Continue Agency. At the same time, Studio MDHR also revealed that another part of the team has been working on a different Cuphead installment. Dubbed the Mighty Cuphead Adventure, this is taking a different art direction to the original. "In true Studio MDHR fashion, this game goes beyond just taking inspiration from the classics of the 1980s… it is actually built with technology of the era," the studio explained. "That's right: Mighty Cuphead Adventure is programmed in assembly language and designed with the exacting specifications of the Sega Master System home gaming console in mind." Aside from releasing on PC and modern consoles, Mighty Cuphead Adventure will even be playable on the 1985-released Sega Master System. A release date has not been announced just yet.
    • Any decent ITSM will A) have a web form that allows a user to raise a ticket, if you're writing an email you can write a ticket. B) Monitor a mailbox and auto-generate tickets based on inbound mails for those users that really can't get their heads around the concept that if you have an issue you go to support.mycompany.com and fill in the box. From your description you're having users email the desk, and then having a human read each one and manually raise a ticket on behalf of the user.
    • Microsoft PC Manager 3.21.6.0 (Offline Installer) by Razvan Serea With Microsoft PC Manager, users can easily perform basic computer maintenance and enhance the speed of their devices with just one click. This app offers a range of features, including disk cleanup, startup app management, virus scanning, Windows Update checks, process monitoring, and storage management. Microsoft PC Manager key features: Storage Manager- easily uninstall infrequently used apps, manage large files, perform a cleanup, and set up Storage Sense to automatically clear temporary files. Health Checkup feature -scans for potential problems, viruses, and startup programs to turn off. It helps you identify unnecessary items to remove, optimizing your system's performance. Pop-up Management - block pop-up windows from appearing in apps. Windows Update - scans your system for any pending updates. Startup Apps - enable or disable startup apps on your PC, allowing you to optimize your system's startup performance. Browser Protection - rest assured that harmful programs cannot alter your default browser. Also enables you to change your default browser. Process Management - allows you to conveniently terminate any active process, ensuring optimal system performance and resource utilization. Anti-virus protection - Fully integrated with Windows Security. Safeguard your PC anytime. Quick Steps: Download Microsoft PC Manager Offline Installer (APPX/MSIX) with Adguard Adguard serves as a third-party online service, offering a user-friendly method for directly downloading appx, appxbundle, and msixbundle files from the Microsoft Store. Official download links will be generated for both the app's various versions and its dependency packages. How to download Microsoft PC Manager Offline Installer (APPX/MSIX) 1. Initially, you must find the app URL within the Microsoft Store. Access the Microsoft Store via your browser and search for "Microsoft PC Manager". Once located, copy the app URL, which includes the product ID, either from the address bar or from the provided link below. https://apps.microsoft.com/detail/9PM860492SZD 2. Now paste the app URL into the designated area, then click the check mark button to produce a direct download link. 3. To download, right-click the relevant link and select “Save link as…” from your browser's menu. Occasionally, Microsoft Edge may flag the download as insecure. In such cases, consider utilizing alternative browsers such as Google Chrome or Firefox to successfully complete the download. Microsoft PC Manager is a completely free tool optimized exclusively for use on Windows 10 (19042.0 and above) and Windows 11. Download: Microsoft PC Manager 3.21.6.0 | from Microsoft Store View: Microsoft PC Manager Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • I've never even heard of this browser before seeing this article. How does it differ from other browsers?
    • Fixing things? Have you ever tried linux? Everything works out of the box nowadays in most common hardware. This includes Wifi and Bluetooth. If anything, if they return back to windows is because they haven't found an equivalent program which often used on windows.
  • Recent Achievements

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

    1. 1
      +primortal
      489
    2. 2
      PsYcHoKiLLa
      273
    3. 3
      Skyfrog
      78
    4. 4
      Steven P.
      66
    5. 5
      +Edouard
      61
  • Tell a friend

    Love Neowin? Tell a friend!