<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.anunna.wur.nl/index.php?action=history&amp;feed=atom&amp;title=Compute_Storage</id>
	<title>Compute Storage - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.anunna.wur.nl/index.php?action=history&amp;feed=atom&amp;title=Compute_Storage"/>
	<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Compute_Storage&amp;action=history"/>
	<updated>2026-06-18T22:55:29Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://wiki.anunna.wur.nl/index.php?title=Compute_Storage&amp;diff=2806&amp;oldid=prev</id>
		<title>Haars0011: IA migration §6: split Filesystems /lustre + node-local sections into Compute Storage (via create-page on MediaWiki MCP Server)</title>
		<link rel="alternate" type="text/html" href="https://wiki.anunna.wur.nl/index.php?title=Compute_Storage&amp;diff=2806&amp;oldid=prev"/>
		<updated>2026-06-18T11:35:49Z</updated>

		<summary type="html">&lt;p&gt;IA migration §6: split Filesystems /lustre + node-local sections into Compute Storage (via create-page on MediaWiki MCP Server)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;For active compute work, use the Lustre parallel filesystem rather than your [[Home Directory|home directory]]. Lustre is large and fast: it serves files from multiple redundant servers over the fast Omnipath network, which is what you want when many jobs or many nodes read and write at once.&lt;br /&gt;
&lt;br /&gt;
== Lustre layout ==&lt;br /&gt;
&lt;br /&gt;
Lustre is mounted at &amp;lt;code&amp;gt;/lustre&amp;lt;/code&amp;gt; and organised by group:&lt;br /&gt;
&lt;br /&gt;
 /lustre/[tier]/[partner]/[unit]&lt;br /&gt;
&lt;br /&gt;
for example:&lt;br /&gt;
&lt;br /&gt;
 /lustre/backup/WUR/ABGC/&lt;br /&gt;
&lt;br /&gt;
It is divided into several tiers, each with a different backup guarantee and cost:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Path !! Purpose !! Backup&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;/lustre/nobackup&amp;lt;/code&amp;gt; || The default working area. Cheaper, because the data is stored only once. || None — data cannot be recovered if it is lost.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;/lustre/backup&amp;lt;/code&amp;gt; || Working data that needs a safety net. Stored a second time on a separate machine. || Disaster-recovery copy only. It may help revert a mistake if you report it very quickly, but there is no guarantee.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;/lustre/scratch&amp;lt;/code&amp;gt; || Temporary working data. || None. Files may be removed once the filesystem gets too full (typically after 30 days) — tidy up yourself when work is done.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;/lustre/shared&amp;lt;/code&amp;gt; || Truly shared data that isn&amp;#039;t tied to a single person. || Same as &amp;lt;code&amp;gt;/lustre/backup&amp;lt;/code&amp;gt;, but publicly readable. See [[Shared Storage]].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
See [[Backup Policy]] for the full picture and [[Quotas]] for limits.&lt;br /&gt;
&lt;br /&gt;
== Node-local storage ==&lt;br /&gt;
&lt;br /&gt;
Each worker node also offers fast storage that is local to that node and exists only for the lifetime of your job:&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;/tmp&amp;lt;/code&amp;gt; — local disk for temporary caching. Clean up after yourself so your files don&amp;#039;t get in the way of other users. You can request a node with enough free space in your sbatch script:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
#SBATCH --tmp=&amp;lt;required space&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* &amp;lt;code&amp;gt;/dev/shm&amp;lt;/code&amp;gt; — a virtual filesystem that lives directly in memory, for extremely fast access. Anything you put here counts against your job&amp;#039;s memory, but it is the fastest storage available.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Storage Systems Overview]]&lt;br /&gt;
* [[Home Directory]]&lt;br /&gt;
* [[Shared Storage]]&lt;br /&gt;
* [[Backup Policy]]&lt;br /&gt;
* [[Quotas]]&lt;/div&gt;</summary>
		<author><name>Haars0011</name></author>
	</entry>
</feed>