노트북에서의 컴파일은 결국 한계를 느끼고,
Main PC에 Ubuntu 20.04를 새로 설치하는 중
SSD에선 잘만 깔리더만
PC Sub Hard drive는 파티션을 인식하지 못한다.
Disk /dev/nvme0n1: 476.96 GiB, 512110190592 bytes, 1000215216 sectors
Disk model: Samsung SSD 970 PRO 512GB
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier:
...
...
...
Disk /dev/sda: 1.84 TiB, 2000398934016 bytes, 3907029168 sectors
Disk model: ST2000DM008-2FR1
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier:
Device Start End Sectors Size Type
/dev/sda1 34 - - 16M Microsoft reserved
/dev/sda2 - - - 1.8T Microsoft Storage Spaces
Partition 1 does not start on physical sector boundary.
결국 diskpart로 완전히 밀어버리고 포맷 후 새로 설치하니 동작 완료.
하지만, Disk Read / Write 속도가 느리니 노트북 컴파일 속도와 크게 차이나지 않는다.
결국, 저점을 찍고 살짝 반등한 SSD를 Main PC에 추가.
SSD 인식 불가는, ASUS Mainboard BIOS 업데이트로 해결.
프로젝트, Speed Up !
'Embedded : : Linux > : : Linux' 카테고리의 다른 글
리눅스의 디렉터리 구조 (1) | 2024.10.07 |
---|---|
Linux, 부팅, Swap, Dependency, Boosting (0) | 2024.04.24 |
Linux - diff 명령어 사용법 (파일비교) (0) | 2024.04.20 |
리눅스 동적 정적 라이브러리 (0) | 2024.04.18 |
Linux C/C++ shared library 컴파일하기 fPIC 옵션 GOT, PLT (0) | 2024.04.18 |