disk utility post
This commit is contained in:
55
content/post/20210801-macos-format/index.md
Normal file
55
content/post/20210801-macos-format/index.md
Normal file
@@ -0,0 +1,55 @@
|
||||
+++
|
||||
title = "Formatting MacOS Disk on Command Line"
|
||||
date = 2021-08-01T00:00:00
|
||||
lastmod = 2021-08-01T00:00:00
|
||||
draft = false
|
||||
|
||||
# Authors. Comma separated list, e.g. `["Bob Smith", "David Jones"]`.
|
||||
authors = ["Carl Pearson"]
|
||||
|
||||
tags = ["c3sr"]
|
||||
|
||||
summary = "What to do when Disk Utility won't"
|
||||
|
||||
# Projects (optional).
|
||||
# Associate this post with one or more of your projects.
|
||||
# Simply enter your project's folder or file name without extension.
|
||||
# E.g. `projects = ["deep-learning"]` references
|
||||
# `content/project/deep-learning/index.md`.
|
||||
# Otherwise, set `projects = []`.
|
||||
projects = []
|
||||
|
||||
# Featured image
|
||||
# To use, add an image named `featured.jpg/png` to your project's folder.
|
||||
[image]
|
||||
# Caption (optional)
|
||||
caption = ""
|
||||
|
||||
# Focal point (optional)
|
||||
# Options: Smart, Center, TopLeft, Top, TopRight, Left, Right, BottomLeft, Bottom, BottomRight
|
||||
focal_point = "Center"
|
||||
|
||||
# Show image only in page previews?
|
||||
preview_only = true
|
||||
|
||||
|
||||
categories = []
|
||||
|
||||
# Set captions for image gallery.
|
||||
|
||||
|
||||
+++
|
||||
|
||||
For reasons beyond my comprehension, MacOS'd Disk Utility randomly won't format external drives.
|
||||
|
||||
For example, here's what disk utility shows when I first plug in the flash drive.
|
||||
|
||||

|
||||
|
||||
Here's the error when I try to format it as ExFAT.
|
||||
|
||||

|
||||
|
||||
Instead, use the `diskutil` command to first `list` the disks to find out which one is the offending disk `disk4` in this case) and then reformat it with something like `diskutil eraseDisk [format] [name] [disk]`.
|
||||
|
||||

|
BIN
content/post/20210801-macos-format/step1.png
Normal file
BIN
content/post/20210801-macos-format/step1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 246 KiB |
BIN
content/post/20210801-macos-format/step2.png
Normal file
BIN
content/post/20210801-macos-format/step2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 443 KiB |
BIN
content/post/20210801-macos-format/step3.png
Normal file
BIN
content/post/20210801-macos-format/step3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 745 KiB |
Reference in New Issue
Block a user