我是ubuntu的新用户,我的硬盘已经格式化,我需要创建一个新分区来复制备份。
发布于 2015-05-20 08:54:44
为此,您可以使用系统中找到的默认GUI应用程序。从你的破折号搜索disks。

另一个很棒的应用程序是使用格利特。您可以使用
sudo apt-get install gparted 
如果你想这么做,GLI
sudo fdisk /dev/sdX然后按m键进入。这将打印帮助消息。
Command action
a toggle a bootable flag
b edit bsd disklabel
c toggle the dos compatibility flag
d delete a partition
l list known partition types
m print this menu
n add a new partition
o create a new empty DOS partition table
p print the partition table
q quit without saving changes
s create a new empty Sun disklabel
t change a partition's system id
u change display/entry units
v verify the partition table
w write table to disk and exit
x extra functionality (experts only)现在要创建一个新的分区,请按n
Partition type:
p primary (1 primary, 0 extended, 3 free)
e extended按p表示初级或e表示扩展..。
完成该过程,然后在完成时按w保存和退出。
https://askubuntu.com/questions/625995
复制相似问题