diff --git a/mtp/fuse.cpp b/mtp/fuse.cpp index bd5570e0..f7044534 100644 --- a/mtp/fuse.cpp +++ b/mtp/fuse.cpp @@ -414,7 +414,7 @@ namespace capacity += si.MaxCapacity; } } - stat->f_frsize = stat->f_bsize = 1024; + stat->f_frsize = stat->f_bsize = 1024 * 1024; stat->f_blocks = capacity / stat->f_frsize; stat->f_bfree = stat->f_bavail = freeSpace / stat->f_frsize; if (!_editObjectSupported)