首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >清除Macintosh HD

清除Macintosh HD
EN

Ask Ubuntu用户
提问于 2016-07-07 00:26:12
回答 1查看 56关注 0票数 0

决定尝试双引导(OS和Ubuntu),但是Macintosh图标确实激怒了我。

我如何删除它,使它根本不发生(点击更大的版本)?

EN

回答 1

Ask Ubuntu用户

发布于 2016-07-07 07:50:39

Fast方法(请确定UUID):

代码语言:javascript
复制
$ sudo gedit /etc/fstab

# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda4 during installation
UUID={} /               ext4     defaults,subvol=@ 0       1
# /boot/efi was on /dev/sda1 during installation
UUID={}  /boot/efi       vfat    umask=0077      0       1
# /home was on /dev/sda4 during installation
UUID=3dfc046ght43-2e3-40bc-81c8-23e84e820450 /home           ext4   defaults,subvol=@home 0       2



UUID=2ed003df-e139-48a6-b15a-25378925789 none   none uid=0,owner,noauto 0 0

#This last line has been added by you. Just subst it with you Macintosh HD partition UUID.
票数 -1
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/795754

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档