13,255
edits
No edit summary |
(Copy editing; - Template:TerraGear, TerraFS is not related to scenery generation; cat: Scenery) |
||
| Line 1: | Line 1: | ||
__NOTOC__ | |||
<ref> {{cite web | '''TerraFS''' is a tool that mount the [[TerraSync]] scenery directly as a remote file system. | ||
== History == | |||
TerraFS was developed by Torsten D as a side product while preparing the infrastructure for a SVN free, plain HTTP based TerraSync.<ref> {{cite web | |||
| url = http://sourceforge.net/p/flightgear/mailman/message/34970123/ | | url = http://sourceforge.net/p/flightgear/mailman/message/34970123/ | ||
| title = <nowiki>[Flightgear-devel] TerraSync, the lazy way: terrafs</nowiki> | | title = <nowiki>[Flightgear-devel] TerraSync, the lazy way: terrafs</nowiki> | ||
| Line 8: | Line 11: | ||
| script_version = 0.25 | | script_version = 0.25 | ||
}} | }} | ||
</ref> | </ref>. | ||
== How it works == | |||
TerraFS uses curl for the network communication and fuse for the user space file system API. Far from being perfect, it seems to be working nicely. | |||
== Pros and cons == | |||
Pros: | Pros: | ||
* No sync, no files stored on your hard drive | * No sync, no files stored on your hard drive | ||
| Line 20: | Line 25: | ||
* Needs a good internet connection Linux only (should be under pros?) | * Needs a good internet connection Linux only (should be under pros?) | ||
== References == | |||
<references/> | |||
== Related content == | |||
=== Source code === | |||
* {{terrafs source}} | |||
[[Category:Scenery]] | |||