From 5ba643915ca554462945a576c1f6c8dbb6733a93 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Fri, 20 May 2022 23:52:20 +0200 Subject: [PATCH] btrfs-progs: docs: fix superscript formatting Signed-off-by: David Sterba --- Documentation/Introduction.rst | 2 +- Documentation/ch-fs-limits.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/Introduction.rst b/Documentation/Introduction.rst index 5b28a3d5..05b6fe21 100644 --- a/Documentation/Introduction.rst +++ b/Documentation/Introduction.rst @@ -12,7 +12,7 @@ and easy administration. Its main features and benefits are: Feature overview: * Extent based file storage -* 2^64 byte == 16 EiB maximum file size (practical limit is 8 EiB due to Linux VFS) +* 2\ :sup:`64` byte == 16 EiB maximum file size (practical limit is 8 EiB due to Linux VFS) * Space-efficient packing of small files * Space-efficient indexed directories * Dynamic inode allocation diff --git a/Documentation/ch-fs-limits.rst b/Documentation/ch-fs-limits.rst index a8cb24c1..51953078 100644 --- a/Documentation/ch-fs-limits.rst +++ b/Documentation/ch-fs-limits.rst @@ -10,17 +10,17 @@ maximum symlink target length creation. maximum number of inodes - 2^64^ but depends on the available metadata space as the inodes are created + 2\ :sup:`64` but depends on the available metadata space as the inodes are created dynamically inode numbers minimum number: 256 (for subvolumes), regular files and directories: 257 maximum file length - inherent limit of btrfs is 2^64^ (16 EiB) but the linux VFS limit is 2^63^ (8 EiB) + inherent limit of btrfs is 2\ :sup:`64` (16 EiB) but the linux VFS limit is 2\ :sup:`63` (8 EiB) maximum number of subvolumes - the subvolume ids can go up to 2^64^ but the number of actual subvolumes + the subvolume ids can go up to 2\ :sup:`64` but the number of actual subvolumes depends on the available metadata space, the space consumed by all subvolume metadata includes bookkeeping of shared extents can be large (MiB, GiB)