怎么没有fdisk啊?
Tofloor
poster avatar
Luors
deepin
2017-09-08 08:18
Author
怎么没有fdisk啊?
Reply Favorite View the author
All Replies
avatar
bobo
deepin
2017-09-08 09:16
#1
系统自带的有,不需要安装。
  1. $ fdisk --version
  2. fdisk from util-linux 2.29.2
Copy the Code
Reply View the author
avatar
134******40
deepin
2017-09-08 09:23
#2
本帖最后由 jdocker 于 2017-9-8 01:33 编辑

如果你的deepin系统没有升级的话,使用fdisk需要sudo权限才能看 例如
  1. sudo fdisk --version
Copy the Code

当然了,升级到最近状态新就可以直接用了 ,我估计是deepin自己更改了debian系统默认不能调用/sbin、/usr/local/sbin或者/usr/sbin目录程序的规定,需要sudo才能调用。
Reply View the author
avatar
jingle
deepin
2017-09-08 16:59
#3
  1. jingle@jingle:~$ sudo fdisk -version
  2. fdisk from util-linux 2.29.2
Copy the Code


自带就有  
Reply View the author