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개에 불과한 것과 관련이 있다고 생각하지만 이를 변경하는 방법을 잘 모르겠습니다. 어떤 도움이라도 대단히 감사하겠습니다.