Forward: Turn off Filevault on macOS
Turn off Filevault on macOS:
https://kane.mx/posts/2021/turn-off-filevault-on-macosx/
Oct 31, 2021,
Tags: MACOSX, MACOS MONTEREY, FILEVAULT, TIP
I'm trying to upgrade my Macbook Pro to macOS Monterey,
however the installation can not be started due to the disk is encrypted by Filevault
I have to turn off Filevault to disable disk encrpytion before installing macOS Monterey.
I found this support article on how turning off Filevault,
but it does not work at all. There is nothing hint or error message after clicking the option Turn off Filevault.
After researching it for a while, I found this post via CLI command,
$ sudo fdesetup disable
But above command also does not work, it exits with error code -69594 as follow:
$ sudo fdesetup disable
Enter the user name:abael
Enter the password for user 'abael':
FileVault was not disabled (-69594).
I found some articles said that the Filevault only can be disabled by the user whom enables it.
I found below command to show the user whom enabled the Filevault,
it's enabled by an unknown user! I don't have idea how enabling it.
$ sudo fdesetup list -extended
ESCROW UUID TYPE USER
2D3F7CA5-4ED4-4537-8DA2-98B1E3637954 Unknown User
Finally I found below command line to disable Filevault though I don't know which user enabled it.
$ diskutil apfs disableFileVault disk1s1
Passphrase for existing "Disk" user C099E506-4FB9-3C91-AB16-3FDCC9BEB01F:
Starting background decryption of disk1s1 using the "Disk" crypto user as authorization
Background decryption is ongoing; see "diskutil apfs list" to see progress
bash-3.2# diskutil apfs list
APFS Container (1 found)
|
+-- Container disk1 FA085B60-3AD2-47EA-B139-66D1A3F67CF2
====================================================
APFS Container Reference: disk1
Size (Capacity Ceiling): 250685575168 B (250.7 GB)
Capacity In Use By Volumes: 217974448128 B (218.0 GB) (87.0% used)
Capacity Not Allocated: 32711127040 B (32.7 GB) (13.0% free)
|
...
$ diskutil apfs disableFileVault disk1s1 -user disk
Input the disk password when booting the macOS.
The disabling Filevault will be processed in backgroud, you can retrieve the progress by below command,
$ diskutil apfs list
Happy Monterey!
Forward: Turn off Filevault on macOS的更多相关文章
- How to Fix a Frozen Mac When Updating macOS
How to Fix a Frozen Mac When Updating macOS By Mike Tee – Posted on Sep 1, 2019 in Mac While macOS ...
- (转) Playing FPS games with deep reinforcement learning
Playing FPS games with deep reinforcement learning 博文转自:https://blog.acolyer.org/2016/11/23/playing- ...
- Blend Tree Type
1D 只有一个参数,用于控制状态之间的切换 2D Simple Directional 2D Simple Directional :具有方向性的动画片段,同一方向上最好不要有多个动画片段 2D ...
- [转载] what's goole mock
原文: https://code.google.com/p/googlemock/wiki/V1_7_ForDummies 地址被墙了, 看起来费劲, 转载一份 Google C++ Mocking ...
- ZOJ 3890 Wumpus
Wumpus Time Limit: 2 Seconds Memory Limit: 65536 KB One day Leon finds a very classic game call ...
- GlitchBot -HZNU寒假集训
One of our delivery robots is malfunctioning! The job of the robot is simple; it should follow a lis ...
- [LeetCode] Robot Room Cleaner 扫地机器人
Given a robot cleaner in a room modeled as a grid. Each cell in the grid can be empty or blocked. Th ...
- LeetCode - Robot Room Cleaner
Given a robot cleaner in a room modeled as a grid. Each cell in the grid can be empty or blocked. Th ...
- 489. Robot Room Cleaner扫地机器人
[抄题]: Given a robot cleaner in a room modeled as a grid. Each cell in the grid can be empty or block ...
- telnet退出
windows下退出telnet:可以参考下面linux退出,也可以直接关闭窗口. linux退出telnet: 1.输入ctrl+]:显示出telnet>. 2.此时可以输入?,查看可以使用的 ...
随机推荐
- EFCore Study(3)——“一”对多关系的设定和插入、查找级联操作
一.建立文章.评论类 /// <summary> /// 文章 /// </summary> public class Artitle { public int Id { ge ...
- 1.3K star!VisActor团队开源神器,3秒生成商业级图表,程序员直呼真香!
嗨,大家好,我是小华同学,关注我们获得"最新.最全.最优质"开源项目和高效工作学习方法 项目速览 VChart 是VisActor团队推出的高性能可视化解决方案,GitHub斩获2 ...
- 某些STL用法
STL大法好! stable_sort 基于归并排序,时间复杂度稳定同时并不会改变相对顺序,平替sort,用法一模一样.(可以过一些甚至卡sort的毒瘤,但是由于sort是均摊复杂度 \(O(nlog ...
- Docker不装C盘
Docker默认安装在C盘,这未来随着docker使用必定会导致C盘空间吃紧.所以本文提前进行空间布局,将docker默认安装路径软链接到D盘.软链接D盘Docker默认安装路径为C:\Program ...
- the server time zone value ‘�й���ʱ��‘ is unrecognized or represents more than one time zone.
分析:数据库和系统时区差异造成 解决:在jdbc连接的url后面加上 &serverTimezone=GMT
- MySQL的表空间释放
概述 最近为了对 MySQL 数据库磁盘占用瘦身,对一张近100GB表的历史数据进行了 delete 删除,删除了约2/3的数据,删除后发现该表占用的空间并未减少.通过下面语句查看该表的磁盘占用情况: ...
- Spring @Controller、@Component和@Autowired等几个最常见的注解
在如今Spring Boot和Spring Cloud风生水起,Spring注解开发已成为主流开发模式,本篇将介绍常用的组件注册方式.我们所说的组件注册其实就是Spring 把合适的java类全部注册 ...
- github无法访问问题解决方法
问题描述: 直接使用gtihub.com网址访问github浏览器无响应. 解决办法: 1.登录https://github.com.ipaddress.com/去查询github.com.githu ...
- AI解题助手ChatMoney:提高你的学习效率
本文由 ChatMoney团队出品 在当今这个信息爆炸的时代,学习不再局限于传统的书籍与课堂.AI解题助手作为新时代的智慧工具,正以其独特的亮点和显著优势,引领学习方式的革新. ChatMoneyAI ...
- 走好数据中台最后一公里,为什么说数据服务API是数据中台的标配?
一.课程介绍 数据服务API作为数据统一服务平台建设的最上层,能够将数据仓库数据以服务化.接口化的方式提供给数据使用方,屏蔽底层数据存储.计算的诸多细节,简化和加强数据的使用. 随着企业"互 ...