- Ubuntu 20.04 Essentials
- Neil Smyth
- 172字
- 2021-06-11 17:39:34
6.3 Formatting the Unallocated Disk Partition
In order to make the new partition suitable for use by Ubuntu, it needs to have a file system created on it. The recommended file system type for the current release of Ubuntu is XFS which will be covered in greater detail in the chapter entitled “Adding a New Disk Drive to an Ubuntu System”. Creation of the file system is performed using the mkfs.xfs command as follows (installing the xfsprogs package if necessary):
# apt install xfsprogs
# mkfs.xfs /dev/sda1
meta-data=/dev/sda1 isize=512 agcount=4, agsize=1867776 blks
= sectsz=512 attr=2, projid32bit=1
= crc=1 finobt=1, sparse=0, rmapbt=0, reflink=0
data = bsize=4096 blocks=7471103, imaxpct=25
= sunit=0 swidth=0 blks
naming =version 2 bsize=4096 ascii-ci=0 ftype=1
log =internal log bsize=4096 blocks=3647, version=2
= sectsz=512 sunit=0 blks, lazy-count=1
realtime =none extsz=4096 blocks=0, rtextents=0
- Ansible Quick Start Guide
- Cloud Analytics with Microsoft Azure
- 輕松學Java
- CorelDRAW X4中文版平面設計50例
- 大學計算機應用基礎
- 3D Printing for Architects with MakerBot
- Photoshop CS3圖層、通道、蒙版深度剖析寶典
- INSTANT Autodesk Revit 2013 Customization with .NET How-to
- 精通數據科學算法
- 大學C/C++語言程序設計基礎
- Linux Shell Scripting Cookbook(Third Edition)
- Mastering Predictive Analytics with scikit:learn and TensorFlow
- 傳感器原理及實用技術
- Hands-On Agile Software Development with JIRA
- 大數據:從基礎理論到最佳實踐