안녕하세요..
fdisk 명령어로 디스크 상태를 확인하니, 아래와 같은 메세지가 나타납니다.
Cylinder 가 중복되어서 나타나는 메세제 같은데, OS 설치할때 Cylinder이 아닌 GB 용량 단위로 파티션을 만들었고, OS를 설치다하고 재부팅을 여러번 해봐도 메세지가 없었는데, 스토리지를 마운트하여 Cluster을 구성하고 보니 아래와 같은 메세지가 나타납니다.
OS를 다시 설치하기 힘든 상황인데, 어떻게 해야 되나요?
고수님들의 도움 부탁드립니다.
[root@BackEndServer1 /]# fdisk -l
Disk /dev/sda: 146.8 GB, 146778685440 bytes
255 heads, 63 sectors/track, 17844 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x852bb564
Device Boot Start End Blocks Id System
/dev/sda1 * 1 77 614400 83 Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2 77 4254 33554432 82 Linux swap / Solaris
Partition 2 does not end on cylinder boundary.
/dev/sda3 4254 17845 109168640 83 Linux
Partition 3 does not end on cylinder boundary.