Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
OSの最大パーティションサイズがext3または他のファイルシステムの16TBのようになることを決定するパラメータを決定する方法は?
ファイルシステムの種類ごとに異なります。ext3 および ext4 の場合、次の方法で最大パーティション サイズを決定できます。
tune2fs -l /dev/sda1 | grep 'Block size:'
tune2fs -l /dev/sda1 | grep 64bit