<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; "><div>Hello,</div><div><br></div><div>I am currently using lustre 1.8. &nbsp;I am relatively new with lustre. &nbsp;At the moment, I am trying to move an mds/mgs system from one disk to another.</div><div><br></div><div>I used the version of tar modified by whamcloud in order to dump and restore the filesytem. &nbsp;I used mkfs.lustre to create a new mds/mgs filesystem on my /dev/sdc. &nbsp;I then I mounted the old mds at /mnt/mdsold and the new mds at /mnt/mdsnew using filesystem type &quot;ldiskfs&quot;</div><div><br></div><div>I replicated the filesystem with the following command sequence:</div><div><br></div><div>cd /mnt/mdsold &amp;&amp; tar sparse xattrs cf - . | (cd /mnt/mdsnew &amp;&amp; tar sparse xattrs xvpf -)&nbsp;</div><div><br></div><div>However, look at the output of df:</div><div><div><br></div><div>Filesystem &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Size &nbsp;Used Avail Use% Mounted on</div></div><div><div>/dev/sdd &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.3T &nbsp;7.9G &nbsp;2.1T &nbsp; 1% /mnt/mdsold</div><div>/dev/sdc &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;815G &nbsp;3.1G &nbsp;765G &nbsp; 1% /mnt/mdsnew</div></div><div><br></div><div><br></div><div>Now, why would the new filesystem use 3.1 gigabytes when the old one takes up 7.9G?</div><div><br></div><div>=======================</div><div><br></div><div>Side note question: I have used the same version of tar to get a file-level backup of my mds:&nbsp;</div><div><br></div><div>tar xattrs sparse cf - . &gt;sdd.tar</div><div><br></div><div>The file created was 61 gigabytes in size.</div><div><br></div><div><div><div>Filesystem &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Size &nbsp;Used Avail Use% Mounted on</div></div><div><div>/dev/sdd &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;2.3T &nbsp;7.9G &nbsp;2.1T &nbsp; 1% /mnt/mdsold</div></div></div><div><br></div><div>Why is this? &nbsp;Do the attributes take up extra space?</div><div><br></div><div>Thanks!</div></body></html>