나는 명령을 실행했다 :
# fdisk /dev/sda1
결과는 다음과 같습니다.
The device presents a logical sector size that is smaller than
the physical sector size. Aligning to a physical sector (or optimal
I/O) size boundary is recommended, or performance may be impacted.
Command (m for help): p
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0xe0c5913d
Device Boot Start End Blocks Id System
/dev/sda1 63 40965749 20482843+ 1c Hidden W95 FAT32 (LBA)
Partition 1 does not start on physical sector boundary.
/dev/sda2 * 40966144 334567423 146800640 7 HPFS/NTFS/exFAT
/dev/sda3 334567424 753997823 209715200 83 Linux
/dev/sda4 753999870 1953525167 599762649 5 Extended
Partition 4 does not start on physical sector boundary.
/dev/sda5 753999872 1949376511 597688320 83 Linux
/dev/sda6 1949378560 1953525167 2073304 82 Linux swap / Solaris
다음 항목으로 인해 문제가 있습니다.
장치는 물리 섹터 크기보다 작은 논리 섹터 크기를 나타냅니다. 물리적 섹터 (또는 최적 I / O) 크기 경계에 맞추는 것이 권장되거나 성능에 영향을 줄 수 있습니다.
물리 섹터 경계에서 파티션 1이 시작되지 않습니다.
물리 섹터 경계에서 파티션 4가 시작되지 않습니다.
파일과 파티션을 잃지 않고 어떻게 하나 이상의 항목을 해결할 수 있습니까?
내가 남긴 문제는 무엇입니까?