<div dir="ltr"><div>Hi<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 7 Nov 2024 at 18:10, Nils Kassube via ubuntu-users <<a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 07.11.24 Adam Funk wrote:<br>
> I'm trying to copy a lot of data from a high-performance computing<br>
> server to a USB hard drive.<br></blockquote><div><snip> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> I added the --inplace option after googling the error message, but<br>
> it's still producing the same error. I assume the inode 0 count is<br>
> because the drive is formatted in fat32.<br>
><br>
> Is the drive format the problem?<br>
<br>
Yes, maybe FAT32 is the culprit - at least it is the reason for the inode count of 0. Remember the max. file size for FAT32 is 4 GiB, so maybe you just can't copy a huge file. OTOH, I'm not familiar with rsync problems though, so maybe there is another reason.<br></blockquote></div><div class="gmail_quote"><br></div><div class="gmail_quote">I am not familiar with rsync. I am very familiar with putting large files on both USB hard drives and USB memory sticks.<br></div><div class="gmail_quote"><br></div><div class="gmail_quote">The advantage of FAT32 is it can be read by more systems than an ext4 drive can.</div><div class="gmail_quote"><br></div><div class="gmail_quote">The advantage of having an ext4 drive is that big files are not a problem.</div><div class="gmail_quote"><br></div><div class="gmail_quote">However, there is something to be aware of with ext4 partitions. Simply put, they reserve a certain number of blocks for superuser use. Those parameters can be viewed by running the command:</div><div class="gmail_quote"># tune2fs -l device</div><div class="gmail_quote">The "reserved blocks count" can be set to 0 with this command<br></div><div class="gmail_quote"><div class="gmail_quote"># tune2fs -r 0 device # best done only on external drives.</div><div class="gmail_quote">where device is the device name of the ext4 partition.</div><div class="gmail_quote"><br></div><div class="gmail_quote">I tend to find running the df command with the additional "T" parameter useful so, if I was you, I'd take a look at the output of @:</div><div class="gmail_quote">$ df -Th 
</div></div><div class="gmail_quote"><br></div><div class="gmail_quote">HTH,</div><div class="gmail_quote"><br></div><div class="gmail_quote"><br></div><div class="gmail_quote">Ian<br></div><div class="gmail_quote"><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div>-- ACCU - Professionalism in programming - <a href="http://www.accu.org" target="_blank">http://www.accu.org</a><br></div>-- My writing - <a href="https://sites.google.com/site/ianbruntlett/" target="_blank">https://sites.google.com/site/ianbruntlett/</a><br><div>-- Free Software page - <a href="https://github.com/ian-bruntlett/TECH-Manuals/blob/main/tm-free-software.md" target="_blank">https://github.com/ian-bruntlett/TECH-Manuals/blob/main/tm-free-software.md</a><br></div><br> </div></div></div></div></div></div></div></div>