当前位置:网站首页>Fast development board for Godson solid state drive startup (burning system to solid state) - partition
Fast development board for Godson solid state drive startup (burning system to solid state) - partition
2022-07-25 00:00:00 【mucheni】
The purpose of SSD partition is to divide the SSD into a partition and format it as ext2, stay linux Under the system , Partitions are mainly used by
The order is fdisk command . Next, let's look at the partition operation .
U After the disk is successfully started, enter the file system , Enter the command fdisk -l View the nodes of the SSD of the current development board , Everyone here must
It should be determined according to the node name you actually recognize , What I recognize here is /dev/sdb1, But your development board may be
/dev/sda1,/dev/sdc1 wait . Then we remember the node name recognized by our development board , As shown in the figure below :

Then we use the command fdisk /dev/sdb Partition the SSD , Be careful :/dev/sda It is the section actually recognized by your own development board
spot , And there is no number after it . For example, the author's node here is /dev/sdb1, Then enter the command fdisk /dev/sdb. As shown in the figure below :

Here, the author takes the case of solid-state disk with only one partition as an example , We need to perform the following steps
1. Input “p” Check which partitions are currently available
2. Input “d” And the drive letter to be deleted , Delete all current partitions , Because the author has only one partition here , Delete all
Just one , If you have multiple SSDs , Then delete all .
3. Input “p” See if the deletion succeeded
4. Input “n” Create a partition
5. Input “P” Select the partition type as the main partition
6. Enter the Enter key
7. Enter the Enter key
8. Enter the Enter key
9. Input “w” Save sections


When the partition is complete, we enter the command fdisk -l Check whether the partition is successful , As shown in the figure below :

Enter the command mkfs.ext2 /dev/sdb1 take /dev/sdb1 The partition is formatted as ext2 Format . Be careful : The partition name should be based on the name actually recognized by your own development board , As shown in the figure below :

You can pay more attention to : Beijing xunweilongxin iTOP-2K1000 Development board

边栏推荐
- Use and partial explanation of QDIR class
- Wine wechat initialization 96% stuck
- 数组中只出现一次的两个数字
- Notes of Teacher Li Hongyi's 2020 in-depth learning series 4
- SQL file import database - Nanny level tutorial
- Notes of Teacher Li Hongyi's 2020 in-depth learning series 7
- How to put long links into Excel
- Js----- Chapter 4 array
- LeetCode_ 392_ Judgement subsequence
- Digital stopwatch based on Verilog HDL
猜你喜欢

Architecture design of multi live shopping mall

Beisen prospectus: the advantages of the track are prominent, and integration + medium and large customers are plus points

91. (leaflet chapter) leaflet situation plotting - offensive direction drawing

你还在使用System.currentTimeMillis()?来看看StopWatch吧

Js----- Chapter 4 array

SQL file import database - Nanny level tutorial

Advanced function of postman

Weekly summary (*66): next five years

Pointers and arrays

Analysis of WPF multi finger application development
随机推荐
Notes of Teacher Li Hongyi's 2020 in-depth learning series 3
指针与数组
LeetCode_ 6124_ The first letter that appears twice
Mandatory interview questions: 1. shallow copy and deep copy_ Deep copy
Optaplanner will abandon DRL (drools) scoring method!!!
codeforces round #797 ABCDEFG
Remember the problem of using redisson to step on the pit once
Yaml writing rules and comparison between yaml and JSON
【无标题】
91. (leaflet chapter) leaflet situation plotting - offensive direction drawing
Use SQLite provided by the system
UART
Routing policy in republishing
Notes of Teacher Li Hongyi's 2020 in-depth learning series 7
Do you need to open an account to buy a wealth management product with a 6% income?
The laneatt code is reproduced and tested with the video collected by yourself
QT project - security monitoring system (function realization of each interface)
Grafana - influxdb visual K6 output
SQL result export function. If you click the work order but don't enter it, the interface is always blank and there is no response. What should you do?
See project code Note 1