惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
SegmentFault 最新的问题
Google DeepMind News
Google DeepMind News
G
Google Developers Blog
Martin Fowler
Martin Fowler
MongoDB | Blog
MongoDB | Blog
月光博客
月光博客
Jina AI
Jina AI
宝玉的分享
宝玉的分享
人人都是产品经理
人人都是产品经理
D
DataBreaches.Net
V
V2EX
WordPress大学
WordPress大学
T
The Blog of Author Tim Ferriss
Last Week in AI
Last Week in AI
B
Blog
博客园 - 叶小钗
小众软件
小众软件
Stack Overflow Blog
Stack Overflow Blog
P
Proofpoint News Feed
A
About on SuperTechFans
J
Java Code Geeks
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Y
Y Combinator Blog
Microsoft Security Blog
Microsoft Security Blog

青石坞

花费近万元,跑了8500km,我租车一年后的真实感受 - 青石坞 两个新手司机的端午赤峰自驾行记:邂逅草原、山雨与意外 - 青石坞 以身试局,兼职刷单到底什么套路? - 青石坞 最新版 Emby 试用 Premiere,纯原版系统不修改任何文件实现,不下载第三方文件 - 青石坞 2024校园卡,50G流量套餐开售,可代理。 - 青石坞 基于 github 公开的 keys 快速添加到 ssh 的 authorized_keys 因文件名包含不可见符号导致无法转移做种或辅种的解决方案 - 青石坞 shell 实现自释放多文件,自解压功能。 - 青石坞 Mac 下使用 PHPStorm 在开启 GPG 签名提交 Git 时失败的解决方案 Git 入门使用说明 - 青石坞
macos 下使用 diskutil partitionDisk 失败的问题
2024-03-27 · via 青石坞
首页 > 心得分享,程序资源 > macos 下使用 diskutil partitionDisk 失败的问题

如果你在 macOS 下对 MBR 分区表的磁盘创建新分区时,遇到了如下错误。

udata does not appear to be a valid volume name for its file system

则说明,你应该将磁盘名使用全大写...

sudo diskutil partitionDisk /dev/disk4 MBR FAT32 "DATA" 0b 就可以了。

当然,也许不只是 MBR 分区表才会这样。

参考:https://superuser.com/questions/838786/diskutil-rename-error-does-not-appear-to-be-a-valid-volume-name-for-its-file-s

Tags: linux, mac

上一篇: 基于 github 公开的 keys 快速添加到 ssh 的 authorized_keys

下一篇: 2024校园卡,50G流量套餐开售,可代理。

最近回复

标签