Browsing: difference between file structure and data structure

What is the detailed difference between data structure and file system? File System is a data structure that operating system uses to keep track of the files. It is generally a tree structure. On other hand data structure is not only used in file systems but used in programming problems, data retrieval, etc.