Tại sao không? Có , nó đã chia tay . bạn có thể sử dụng nó trong thiết bị đầu cuối. chỉ cần cài đặt Gparted bằng cách thực hiện theo lệnh và sau đó sử dụng nó trong thiết bị đầu cuối bằng cách chạy parted
sudo apt-get install gparted
GParted là giao diện đồ họa (cộng) cho thư viện libparted được sử dụng bởi dự án Parted. Nếu bạn muốn sử dụng dòng lệnh thì hãy sử dụng parted thay thế (lưu ý: không có g trước tên).
Chỉ cần sử dụng sudo parted
để bắt đầu nó.
Dưới đây là tất cả danh sách các lệnh trong parted
:
$ sudo parted
GNU Parted 2.3
Using /dev/sda
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) help
align-check TYPE N check partition N for TYPE(min|opt) alignment
check NUMBER do a simple check on the file system
cp [FROM-DEVICE] FROM-NUMBER TO-NUMBER copy file system to another partition
help [COMMAND] print general help, or help on COMMAND
mklabel,mktable LABEL-TYPE create a new disklabel (partition table)
mkfs NUMBER FS-TYPE make a FS-TYPE file system on partition NUMBER
mkpart PART-TYPE [FS-TYPE] START END make a partition
mkpartfs PART-TYPE FS-TYPE START END make a partition with a file system
resizepart NUMBER END resize partition NUMBER
move NUMBER START END move partition NUMBER
name NUMBER NAME name partition NUMBER as NAME
print [devices|free|list,all|NUMBER] display the partition table, available devices, free space, all found partitions, or a particular partition
quit exit program
rescue START END rescue a lost partition near START and END
resize NUMBER START END resize partition NUMBER and its file system
rm NUMBER delete partition NUMBER
select DEVICE choose the device to edit
set NUMBER FLAG STATE change the FLAG on partition NUMBER
toggle [NUMBER [FLAG]] toggle the state of FLAG on partition NUMBER
unit UNIT set the default unit to UNIT
version display the version number and copyright information of GNU Parted
(parted)