Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Coda (file system)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|Distributed file system}} {{update|date=September 2013}} {{Infobox filesystem | name = Coda | developer = [[Carnegie Mellon University]] | full_name = | introduction_date = 1987 | introduction_os = | partition_id = | directory_struct = | file_struct = | bad_blocks_struct = | max_file_size = | max_files_no = | max_filename_size = | max_volume_size = | dates_recorded = | date_range = | date_resolution = | forks_streams = | attributes = | file_system_permissions = | compression = | encryption = | data_deduplication = | copy_on_write = | OS = [[Linux kernel]], [[NetBSD]] [[FreeBSD]]| }} {{Infobox software | name = Coda | title = | logo = | logo caption = | logo_size = | logo_alt = | screenshot = <!-- Image name is enough --> | caption = | screenshot_size = | screenshot_alt = | collapsible = | author = | released = {{Start date and age|1987}} | discontinued = | latest release version = 8.0.2<ref name=8.0.2rls>{{cite web|url = http://www.coda.cs.cmu.edu/maillists/codalist/codalist-2020/9565.html | title = Coda progress | date = July 5, 2020 | access-date = August 5, 2020}}</ref> | latest release date = {{Start date and age|2020|05|29}} | latest preview version = | latest preview date = | repo = {{URL|1=https://github.com/cmusatyalab/coda}} | programming language = [[C (programming language)|C]] | operating system = | platform = | size = | language = | language count = <!-- DO NOT include this parameter unless you know what it does --> | language footnote = | genre = [[Distributed file system]] | license = [[GNU General Public License|GPL v2]] | website = {{URL|http://coda.cs.cmu.edu/}} }} '''Coda''' is a [[distributed file system]] developed as a research project at [[Carnegie Mellon University]] since 1987 under the direction of [[Mahadev Satyanarayanan]]. It descended directly from an older version of [[Andrew File System]] (AFS-2) and offers many similar features. The [[InterMezzo (file system)|InterMezzo]] file system was inspired by Coda. ==Features== Coda has many features that are desirable for network file systems, and several features not found elsewhere. # Disconnected operation for mobile computing. # Is freely available under the GPL<ref>{{cite web |url=http://www.coda.cs.cmu.edu/maillists/coda-announce/0040.html |title=New release: 5.0.pre1 |date=1999-01-06 |access-date=2015-09-11 }}</ref> # High performance through client-side persistent caching # Server replication # Security model for authentication, encryption and access control # Continued operation during partial network failures in server network # Network bandwidth adaptation # Good scalability # Well defined semantics of sharing, even in the presence of network failure Coda uses a local cache to provide access to server data when the network connection is lost. During normal operation, a user reads and writes to the file system normally, while the client fetches, or "hoards", all of the data the user has listed as important in the event of network disconnection. If the network connection is lost, the Coda client's local cache serves data from this cache and logs all updates. This operating state is called disconnected operation. Upon network reconnection, the client moves to reintegration state; it sends logged updates to the servers. Then it transitions back to normal connected-mode operation. Also different from AFS is Coda's data replication method. AFS uses a pessimistic replication strategy with its files, only allowing one read/write server to receive updates and all other servers acting as read-only replicas. Coda allows all servers to receive updates, allowing for a greater availability of server data in the event of network partitions, a case which AFS cannot handle. These unique features introduce the possibility of semantically diverging copies of the same files or directories, known as "conflicts". Disconnected operation's local updates can potentially clash with other connected users' updates on the same objects, preventing reintegration. Optimistic replication can potentially cause concurrent updates to different servers on the same object, preventing replication. The former case is called a "local/global" conflict, and the latter case a "server/server" conflict. Coda has extensive repair tools, both manual and automated, to handle and repair both types of conflicts. == Supported platforms == Coda has been developed on [[Linux]] and support for it appeared in the 2.1 Linux kernel series.<ref>{{cite web |url=https://lkml.org/lkml/1998/1/6/55 |title=Linux Kernel mailing list, [PATCH] Coda |date=1998-01-06 }}</ref> It has also been ported to [[FreeBSD]]. Subsequently, obsoleted there, an effort is under way to bring it back.<ref>{{cite web | url=https://github.com/trasz/freebsd/tree/coda | title=GitHub - trasz/Freebsd at coda | website=[[GitHub]] }}</ref> Efforts have been made to port Coda to [[Microsoft Windows]], from the [[Windows 95]]/[[Windows 98]] era, [[Windows NT]]<ref name="acm_coda_ms_port">{{cite journal|url=http://portal.acm.org/citation.cfm?id=1268738|title=Porting the coda file system to windows|journal=Proc. USENIX Annual Technical Conference|year=1999|page=30|author=Braam, P. J.|publisher=USENIX Association|access-date=2009-04-15|display-authors=etal}}</ref> to [[Windows XP]],<ref name="cmu_msxp_support">{{cite web|url=http://www.coda.cs.cmu.edu/windowsnt.html|title=Coda Support for Windows XP| access-date=2009-04-15}}</ref> by means of open-source projects like the [[DJGCC|DJGCC DOS C Compiler]] and [[Cygwin]].<ref name="acm_coda_ms_port"/> == References == {{Reflist}} == External links == *[http://www.coda.cs.cmu.edu/ Coda website at Carnegie Mellon University] *Coda: a highly available file system for a distributed workstation network, Mahadev Satyanarayanan James J. Kistler, Puneet Kumar, IEEE Transactions on Computers, Vol. 39, No. 4, April 1990 *[http://linuxplanet.com/linuxplanet/tutorials/4481/1/ The Coda Distributed Filesystem for Linux] {{Webarchive|url=https://web.archive.org/web/20050308155939/http://www.linuxplanet.com/linuxplanet/tutorials/4481/1/ |date=2005-03-08 }}, Bill von Hagen, October 7, 2002. *[http://www.coda.cs.cmu.edu/ljpaper/lj.html The Coda Distributed File System with Picture representation], Peter J. Braam, School of Computer Science, {{Filesystem}} {{DEFAULTSORT:Coda (File System)}} [[Category:Network file systems]] [[Category:Distributed file systems]] [[Category:Distributed file systems supported by the Linux kernel]] [[Category:Carnegie Mellon University software]]
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:Cite journal
(
edit
)
Template:Cite web
(
edit
)
Template:Filesystem
(
edit
)
Template:Infobox filesystem
(
edit
)
Template:Infobox software
(
edit
)
Template:Reflist
(
edit
)
Template:Short description
(
edit
)
Template:Update
(
edit
)
Template:Webarchive
(
edit
)
Search
Search
Editing
Coda (file system)
Add topic