Linked by Thom Holwerda on Fri 29th Jun 2012 22:55 UTC
Thread beginning with comment 524501
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[7]: Comment by tupp
by lucas_maximus on Sat 30th Jun 2012 14:06
in reply to "RE[6]: Comment by tupp"
No. File systems primarily exist to allow both humans and computers to safely and effectively deal with large, complex groups of data and code.
You are correct, that storing data does not require a file system. Most hand calculators store computation data between each entry.
However, it wouldn't be wise to try storing a large amount of complex data without files, such as one needs when (for instance) digitally editing a feature film. One static electrical discharge (or other data corruption) and ZAPP! -- there goes your entire project and all the hours you worked down the drain. Plus, without files, how would you store (and transfer from the camera) all of the gigabytes of the many takes of footage?
http://www.osnews.com/thread?524520
You are falling into a mental trap.





Member since:
2006-11-12
No. File systems primarily exist to allow both humans and computers to safely and effectively deal with large, complex groups of data and code.
You are correct, that storing data does not require a file system. Most hand calculators store computation data between each entry.
However, it wouldn't be wise to try storing a large amount of complex data without files, such as one needs when (for instance) digitally editing a feature film. One static electrical discharge (or other data corruption) and ZAPP! -- there goes your entire project and all the hours you worked down the drain. Plus, without files, how would you store (and transfer from the camera) all of the gigabytes of the many takes of footage?
My phone uses Palm OS, and I guarantee that it uses a file system, with actual files that can be stored on mini SD cards.
No. The original Mac had folders and sub folders, and files. I used one, but you don't have to take my world for it -- merely look at a screenshot from the original Mac: http://toastytech.com/guis/mac11sortview.gif
No. Punch cards and punch tape were storage, too.
Storage in files and directories became a necessity once data and programs got too big and complex.
Not that it matters to our discussion, but it certainly is not rare for an entire file to in a contiguous block of inodes. This contiguous state is often found when a drive first sees use.
Furthermore, give me a blank drive and when I copy into it the entire contents of another drive, almost all of the files will be contiguous.