怎样在deepin的终端上操作USB设备?
Tofloor
poster avatar
lbygljq
deepin
2019-06-09 02:47
Author
本帖最后由 lbygljq 于 2019-6-8 18:55 编辑

刚刚接触deepin,想在终端上向U盘安装GRUB,但是不只U盘被挂载在什么位置了呢。

这似乎跟其他Linux的设备挂载不太相同啊。

求高手帮帮忙!!


---------------------------------------------------------------------------
找到啦,原来挂载在 media/deepin里面了,不在 mnt里面。
Reply Favorite View the author
All Replies
avatar
lbygljq
deepin
2019-06-09 02:54
#1
本帖最后由 lbygljq 于 2019-6-8 19:10 编辑

deepin怎么制作U盘启动盘,不是安装盘哦。
Reply View the author
avatar
司南
deepin
2019-06-09 17:40
#2
深度商店里有这个:MultiBootUSB
你试试,是不是你想要的效果
Reply View the author
avatar
lbygljq
deepin
2019-06-11 20:55
#3
自己做了个简易GRUB4DOS的菜单引导项目,在这里分享下:

  1. title Deepin 15.10.1 GNU/Linux (normal)\n   
  2. root  (hd0,9)
  3. kernel  /boot/vmlinuz-4.15.0-30deepin-generic root=UUID=5f63858b-c448-4d60-b7ab-5fdbc7c6690a ro  splash quiet DEEPIN_GFXMODE=$DEEPIN_GFXMODE
  4. initrd  /boot/initrd.img-4.15.0-30deepin-generic

  5. title Deepin 15.10.1 GNU/Linux (systemd)\n   
  6. root  (hd0,9)
  7. kernel  /boot/vmlinuz-4.15.0-30deepin-generic root=UUID=5f63858b-c448-4d60-b7ab-5fdbc7c6690a ro  splash quiet  DEEPIN_GFXMODE=$DEEPIN_GFXMODE init=/lib/systemd/systemd
  8. initrd  /boot/initrd.img-4.15.0-30deepin-generic

  9. title Deepin 15.10.1 GNU/Linux (recovery)\n   
  10. root  (hd0,9)
  11. kernel  /boot/vmlinuz-4.15.0-30deepin-generic root=UUID=5f63858b-c448-4d60-b7ab-5fdbc7c6690a ro single
  12. initrd  /boot/initrd.img-4.15.0-30deepin-generic
Copy the Code


Reply View the author
avatar
lbygljq
deepin
2019-06-11 21:06
#4
https://bbs.deepin.org/post/179014
深度商店里有这个:MultiBootUSB
你试试,是不是你想要的效果

没有找到哦
Reply View the author
avatar
Feng Yu
deepin
2019-06-11 21:10
#5
https://my.oschina.net/abcfy2/blog/491140

我以前写过一个教程,当时用的Deepin 2014版本,基于Ubuntu 14.04的
Reply View the author
avatar
走钢丝
deepin
2019-06-19 02:03
#6
https://bbs.deepin.org/post/179014
https://my.oschina.net/abcfy2/blog/491140

我以前写过一个教程,当时用的Deepin 2014版本,基于Ubuntu  ...

碉堡了。。
Reply View the author