Linuxバージョン4.4.178+を実行しているUbuntu 16.04 LTSシステムにF2FSファイルシステムをインストールしようとしています。私が実行しようとしたとき:
sudo mkfs.f2fs /dev/sda2
システムは以下を返します。
F2Fs-tools: mkfs.f2fs Ver: 1.12.0 (2018-11-12)
Info: Disable heap-based policy
Info: Debug level = 0
Info: Label = FirstTry
Info: Trim is enabled
Info: [/dev/sda2] Disk Model: VBPX HARDDISK
Info: Segments per section = 1
Info: Sections per zone = 1
Info: sector size = 512
Info: total sectors = 2 (0 MB)
Info: zone aligned segment0 blkaddr: 512
Error: Device size is not sufficient for F2FS volume
Error: Failed to prepare a super block!!!
Error: Could not format the device!!!
私はこれが2つのセクターの総数に過ぎないと思いますが、それを変更する方法がわかりません。どんな助けでも大変感謝します。