<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Xfs on SigmaLab</title><link>https://blog.sigmalab.net/tags/xfs/</link><description>Recent content in Xfs on SigmaLab</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Tue, 13 Nov 2007 00:53:48 +0000</lastBuildDate><atom:link href="https://blog.sigmalab.net/tags/xfs/index.xml" rel="self" type="application/rss+xml"/><item><title>Filesystem XFS</title><link>https://blog.sigmalab.net/2007/11/13/filesystem-xfs/</link><pubDate>Tue, 13 Nov 2007 00:53:48 +0000</pubDate><guid>https://blog.sigmalab.net/2007/11/13/filesystem-xfs/</guid><description>&lt;p&gt;Visto che ho comprato un disco Western Digital da 500Gb Sata2 16Mb cache per fare i miei backup di rete mi appunto a promemoria la sintassi per creare il filesystem xfs :
&lt;code&gt;
mkfs.xfs -f -l size=64m,version=2 /dev/&lt;device&gt;
&lt;/code&gt;
Anche se per i backup sarebbe stato meglio ext3&amp;hellip; un disco cosi grande richiede un fs più performante.
Per il sync uso rsync :
&lt;code&gt;
rsync -av &amp;ndash;delete &lt;sorgente&gt; &lt;destinazione&gt;
&lt;/code&gt;
con la flag -n vi mostra cosa sta per fare.&lt;/p&gt;</description></item></channel></rss>