![](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FFiMwg%2FbtrWeYeYmGU%2FdNMEKnUErvkckmsCY3Dzhk%2Fimg.png)
Embedded system/etc
[Ubuntu] Extended Partition 및 Swap Partition 생성
Extended Partition 생성 1. 파티션 확인 후 2. 저장 Re-reading the partition table failed.: Device or resource busy The kernel still uses the old table. The new table will be used at the next reboot or after you run partprobe(8) or kpartx(8). 3. init 0 입력하여 재부팅 Swap Partition 생성 Extended Partition 생성과 같은 방식으로 진행한다. 파티션 공간이 다 사용중이기 때문에 Logical로 확장 파티션에서 파티션 생성하며 크기는 Default로 설정해줌 1. 파티션 확인 2. 현재 파티션만 생성했을 뿐 ..