15.7为什么安装器找不到磁盘?
Tofloor
poster avatar
peacekeep
deepin
2018-10-28 04:41
Author
本帖最后由 peacekeep 于 2018-10-27 20:43 编辑

live模式启动后可以挂载磁盘,读写一切正常。打开安装器安装,就是没有磁盘,固态,U盘都能识别,晕死。这安装器在想什么?
Reply Favorite View the author
All Replies
avatar
peacekeep
deepin
2018-10-28 18:23
#1
本帖最后由 peacekeep 于 2018-10-28 10:28 编辑

i tried to remove ssd. some problem

Reply View the author
avatar
摇摆哥
deepin
2018-10-29 00:16
#2
因为 live-cd 自动挂载他发现的磁盘分区, 可以先手动卸载这些自动挂载了的分区。


  1. 先查看哪些分区被自动挂载了。
  2. df -h
  3. 手动卸载他们, 比如 /dev/sda1
  4. sudo unmount -l /dev/sda1

Copy the Code
Reply View the author
avatar
WangZhongyun
deepin
2018-10-29 01:35
#3
自定义就比较自由了
Reply View the author
avatar
peacekeep
deepin
2018-11-01 02:43
#4
https://bbs.deepin.org/post/170274
因为 live-cd 自动挂载他发现的磁盘分区, 可以先手动卸载这些自动挂载了的分区。

...

我的固态硬盘也是挂载上了的,但是可以识别呀
Reply View the author
avatar
peacekeep
deepin
2018-11-01 03:19
#5
貌似是跟我的硬盘有仇,我买了块新硬盘可以识别
Reply View the author