Hi all,

I've recently purchased Samsung 990 PRO Heatsink NVMe M.2 SSD 4TB.

I installed it on board of a modern beefy Ubuntu 22.04 system and formatted with GPT/NTFS.

I started copying (with rsync) a large chunk of data to that drive (26+ million files, tens of thousands of folders, about 2TB in total).

I copied from an internal 8TB SATA HDD formatted with ext4.

After running for several hours, it refused to continue due to "no space left on device".

I've confirmed the problem trying to save a text file there, same error.

That much has been copied so far:

find /mnt/nvme0n1p1 -type f | wc -l
19868844

find /mnt/nvme0n1p1 -type d | wc -l
9327

When I look at space and inodes use though, it reports plenty left:

df -hT /mnt/nvme0n1p1
Filesystem     Type     Size  Used Avail Use% Mounted on
/dev/nvme0n1p1 fuseblk  3.7T  1.1T  2.6T  30% /mnt/nvme0n1p1

df -i /mnt/nvme0n1p1
Filesystem         Inodes    IUsed      IFree IUse% Mounted on
/dev/nvme0n1p1 2768000256 19888329 2748111927    1% /mnt/nvme0n1p1

What else could it be and how to fix it?

Regards,
Adam

Reply via email to