119
Capacity of usb: : 256M bytes
usb: will be divided into the following partitions:
DeviceName Capacity
usb0: 85MB
usb1: 85MB
usb2: 86MB
All data on usb: will be lost, continue? [Y/N]:y
Partitioning usb:...Done.
# Divide the USB disk on the device into one partition in an interactive way.
<Sysname> fdisk usb:
The capacity of usb: : 256M bytes
Partition 1 (32MB~224MB, 256MB. Press CTRL+C to quit or Enter to use all available space):
//
Press
Enter
or enter
256
.
usb: will be divided into the following partition(s):
DeviceName Capacity
usb0: 256MB
All data on usb: will be lost, continue? [Y/N]:y
Partitioning usb:...Done.
# Divide the USB disk on the device into three partitions and specify the size for each partition:
<Sysname> fdisk usb:
The capacity of usb: : 256M bytes
Partition 1 (32MB~224MB, 256MB, Press CTRL+C to quit or Enter to use all available
space):128
// Enter
128
to set the size of the first partition to 128 MB.
Partition 2 (32MB~96MB, 128MB, Press CTRL+C to quit or Enter to use all available space):31
// Enter
31
to set the size of the second partition to 31 MB.
The partition size must be greater than or equal to 32MB.
Partition 2 (32MB~96MB, 128MB, Press CTRL+C to quit or Enter to use all available
space):1000
// Enter
1000
to set the size of the second partition to 1000 MB.
The partition size must be less than or equal to 128MB.
Partition 2 (32MB~96MB, 128MB, Press CTRL+C to quit or Enter to use all available space):127
// Enter
127
to set the size of the second partition to 127 MB.
The remaining space is less than 32MB. Please enter the size of partition 2 again.
Partition 2 (32MB~96MB, 128MB, Press CTRL+C to quit or Enter to use all available space):
// Enter
56
to set the size of the second partition to 56 MB.
Partition 3 (32MB~40MB, 72MB, Press CTRL+C to quit or Enter to use all available space):
// Press
Enter
to assign the remaining space to the third partition.
usb: will be divided into the following partition(s):
DeviceName Capacity
usb0: 128MB
usb1: 56MB
usb2: 72MB
All data on usb: will be lost, continue? [Y/N]:y
Partitioning usb:...Done.