Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 이미지 좌표 추출
- AWS CodeBuild
- netlify variables
- Error:error:0308010C:digital envelope routines::unsupported
- aws ec2
- nodejs
- rwdImageMaps
- Sequelize Error: Dialect needs to be explicitly supplied as of v4.0.0
- ogr2ogr
- can't getting credentials
- expo
- credential error
- C언어
- 김골라
- react
- S3
- AWS CodePipeline
- NODE_VERSION
- node
- CSS
- 이미지 맵
- AWS
- ERR_PNPM_NO_GLOBAL_BIN_DIR
- Unable to find the global bin directory
- 반응형 페이지 좌표 변환
- GeoJSON object too complex/large
- SASS
- 설치완료안됨
- EC2
- 어셈블리어
Archives
- Today
- Total
목록Linux (25)
ImFe's study
[Linux] CentOS 파티션 테이블 포맷 확인(MBR, GPT)
MBR이란: 마스터 부트 레코드 또는 파티션 섹터는 파티션된 기억 장치의 첫 섹터 인 512 바이트 시동 섹터이다. 최대 2TB까지 사용 가능하며 최대 4개의 primary partition을 가질 수 있다. 파티션을 더 쓰려면 extended partition이나 LVM을 사용해야한다. fdisk 이용 GPT란: GUID Partition Table로써 최대 9.4ZB의 용량을 가질 수 있고, 최대 128개의 파티션을 가질 수 있다. MBR과 달리 extended/primary 구분이 없다. parted 이용 yum install gdisk 를 이용하여 gdisk 설치 gdisk -l /dev/sda MBR의 경우) MBR: MBR only GPT의 경우) MBR: protective 이용하여 MBR인..
Linux
2020. 12. 30. 15:22