일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- requestPermission
- circlecrop
- skipcollapsed
- navigation component
- 이미지 gps
- jsontokotlinclass
- LOG
- prettyJson
- BottomSheetDialog
- notification setting
- shotcut
- onResume
- Git
- kdoc-generator
- datastore
- ExifInterface
- ChromeCustomTab
- notification
- onReceivedSslError
- application
- ActivityResultContracts
- room
- App Startup
- webview
- itemAnimator
- Plugins
- notification bar
- Android
- 403 Error
- Blinking
- Today
- Total
Debbi Story
mac 외장하드 파티션 안나눠질때 방법 본문
안녕하세요~
새로 구입한 외장하드를 맥북에 연결하고 디스크 유틸리티 앱을 실행에서 보면
파티션 버튼이 활성화가 안되서 저도 한참을 헤매다가 방법을 찾았습니다!!
터미널을 열어주시고 diskutil list 하면
/dev/disk0 (internal):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme 251.0 GB disk0
1: EFI EFI 314.6 MB disk0s1
2: Apple_APFS Container disk1 250.7 GB disk0s2
/dev/disk1 (synthesized):
#: TYPE NAME SIZE IDENTIFIER
0: APFS Container Scheme - +250.7 GB disk1
Physical Store disk0s2
1: APFS Volume Macintosh HD 194.1 GB disk1s1
2: APFS Volume Preboot 45.7 MB disk1s2
3: APFS Volume Recovery 517.0 MB disk1s3
4: APFS Volume VM 3.2 GB disk1s4
이런식으로 목록이 나와요 저기서 외장하드 디스크 번호를 보고
sudo diskutil partitionDisk disk2 1 JHFS+ TimeM 500GB
저의 경우 외장하드가 disk2 이고 TimeM 이라는 이름으로 500기가 파티션을 나누는거에요.
저 부분은 사용자에 맞게 변경해주시면 되요~
그리고 다시 디스크 유틸리티 앱을 들어가서 보시면 파티션 버튼이 활성화 됩니다!
'mac 사용 tip' 카테고리의 다른 글
[iOS] WebView 디버깅 하기! (0) | 2021.12.30 |
---|---|
macOs 무료 앱 추천! (0) | 2021.10.23 |