Partition 1 does not start on physical sector boundary.

发布于 / 随记 / 0条评论 / Tags: none / 21 次浏览

0.fdisk /dev/sdc
1. create a partion with the defaut.
2. n,p,1,Enter, Enter
3. Display and get the partition error message. "p".
4. switch units "u"
5. delete the partition. "d"
6. Now create again. this time the defaults will show the correct sector. (in my case it was 1024).

    评论区(暂无评论)