记录 ubuntu 硬盘分区跟格式化(fdisk命令)

1、sudo su

2、fdisk -l

查找需要挂载的硬盘是哪一个

3、fdisk /dev/sda

可以输入m,查看帮助信息,按p,查看磁盘分区信息

输入n,选择分两个区(原来已经有一个,再加1个就是2两个),选择开始跟结尾sector,因为剩下的空间都分,按默认的来。

输入 p 查看分区的结果,最后输入w保存分区的改变到磁盘上面。

4、fdisk -l

在查看下现在磁盘上吗的分区信息。

5、格式化下硬盘

mkfs -t ext4 /dev/sda

mke2fs 1.45.5 (07-Jan-2020)

/dev/sda contains a exfat file system

Proceed anyway? (y,N) y

Creating filesystem with 512000000 4k blocks and 128000000 inodes

Filesystem UUID: 221605ff-977a-481d-a714-74f0d2cbd1f5

Superblock backups stored on blocks:

32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,

4096000, 7962624, 11239424, 20480000, 23887872, 71663616, 78675968,

102400000, 214990848

Allocating group tables: done

Writing inode tables: done

Creating journal (262144 blocks):

done

Writing superblocks and filesystem accounting information:

done

相关推荐
宁zz16 小时前
乌班图安装jenkins
运维·jenkins
大丈夫立于天地间16 小时前
ISIS协议中的数据库同步
运维·网络·信息与通信
cg501716 小时前
Spring Boot 的配置文件
java·linux·spring boot
暮云星影17 小时前
三、FFmpeg学习笔记
linux·ffmpeg
rainFFrain17 小时前
单例模式与线程安全
linux·运维·服务器·vscode·单例模式
GalaxyPokemon17 小时前
Muduo网络库实现 [九] - EventLoopThread模块
linux·服务器·c++
mingqian_chu17 小时前
ubuntu中使用安卓模拟器
android·linux·ubuntu
Zero_to_zero123418 小时前
解决docker的ubuntu系统中文乱码问题
ubuntu·docker·容器
@郭小茶18 小时前
docker-compose方式部署docker项目
运维·docker·容器