Re: no space left on device
On Tue, Jan 14, 2025 at 14:05:46 +0000, Adam Weremczuk wrote:
> Mount options of the destination as requested:
>
> root@eagle:~# mount | grep /mnt/nvme0n1p1
> /dev/nvme0n1p1 on /mnt/nvme0n1p1 type fuseblk
> (rw,relatime,user_id=0,group_id=0,allow_other,blksize=4096)
What on earth is a fuseblk? Google says that an Ubuntu forum says
that:
Mar 15, 2009 — Ther short answer is that "fuseblk" is just how an
ntfs partition is reported via the "mount" command, among others.
So this is an NTFS file system that you're writing to? I think that's
got to be related to your problems somehow. Maybe you're exceeding
some limit in the Linux NTFS driver (single file size, total capacity,
who knows).
Reply to: