Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
硬盘里出现manjaro的映像文件
Experiences and Insight
349
views ·
0
replies ·
To
floor
Go
sky_3dimension
deepin
2020-08-29 21:58
Author
本帖最后由 sky_3dimension 于 2020-8-29 13:59 编辑
我的deepin安装在外置SSD内,而此硬盘之前被我尝试过安装manjaro
说来搞笑,第一次安装时我忘记安装盘的概念了,所以直接往SSD里塞了一个manjaro的iso,发现后就把硬盘重新格式化了
我怀疑是manjaro的iso的数据残留在硬盘里造成这种现象,所以用命令查看了一下
mount | less
Copy the Code
/dev/sdc3 on /media/randal/MANJARO_XFCE_2003 type ext4 (rw,relatime,stripe=8191)
Copy the Code
接着卸载,再操作
fdisk /dev/sdc3
Copy the Code
调用命令,发现里面没有分区,到这里就不知道怎么回事了
Command (m for help): i
No partition is defined yet!
Copy the Code
附一张GUI的信息
Reply
Like 0
Favorite
View the author
All Replies
No replies yet
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
Personal Knowledge Assistant
minor bugs I found
Popular Events
More
我的deepin安装在外置SSD内,而此硬盘之前被我尝试过安装manjaro
说来搞笑,第一次安装时我忘记安装盘的概念了,所以直接往SSD里塞了一个manjaro的iso,发现后就把硬盘重新格式化了
我怀疑是manjaro的iso的数据残留在硬盘里造成这种现象,所以用命令查看了一下