* bigalloc cluster size
@ 2015-04-21 13:31 Alexander Tsvetkov
0 siblings, 0 replies; only message in thread
From: Alexander Tsvetkov @ 2015-04-21 13:31 UTC (permalink / raw)
To: linux-ext4
Hello,
I've noted that valid cluster size is not limited by 256M according to
"mke2fs" manual:
"-C cluster-size
Specify the size of cluster in bytes for filesystems using the bigalloc
feature. Valid cluster-size values are from 2048 to 256M bytes per
cluster."
but actually it's limited by 512M:
"[root@fedora ~]# mkfs.ext4 -O bigalloc -C 512m /dev/sdb
mke2fs 1.43-WIP (29-Mar-2015)
/dev/sdb contains a ext4 file system
created on Tue Apr 21 15:30:27 2015
Proceed anyway? (y,n) yes
Warning: the bigalloc feature is still under development
See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information
Creating filesystem with 2097152 4k blocks and 16 inodes
Allocating group tables: done
Writing inode tables: done
Creating journal (32768 blocks): done
Writing superblocks and filesystem accounting information: done
[root@fedora ~]# mkfs.ext4 -O bigalloc -C 1024m /dev/sdb
mkfs.ext4: invalid cluster size - 1024m"
(running on vbox Fedora x86_64, latest e2fsprogs, kernel 4.0.0-rc5)
Is it documentation issue?
Thanks,
Alexander Tsvetkov
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-04-21 13:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-21 13:31 bigalloc cluster size Alexander Tsvetkov
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.