Re: no space left on device
Google says:
When an NTFS partition is reported as "FUSEBLK", it means that the
partition is being mounted with the FUSE file system in userspace. This
is normal and allows non-root users to read and write to the partition.
"FUSEBLK" is just how an NTFS partition is reported via the "mount"
command, among others. This is how NTFS-3g operates. It is normal.
Hence, as long as you have permission to mount and access the device,
it's OK, and you shouldn't worry about anything.
The hard limitations of NTFS fuseblk on Ubuntu are related to the
maximum file size and the maximum number of files.
Maximum file size
The maximum theoretical file size for NTFS is 16 EB minus 1 KB.
However, the maximum implemented file size for Windows 10 version 1709
and Windows Server 2019 is 8 PB minus 2 MB.
Maximum number of files
The maximum number of files on an NTFS disk is 4,294,967,295.
The maximum number of files in a single NTFS folder is 4,294,967,295.
I'm not even close...
Adam
Reply to: