How to create partition in ubuntu after installation
- how to check partition in ubuntu
- how to check partition scheme in ubuntu
- how to check partition size in ubuntu
- how to check partition type in ubuntu
List partitions ubuntu command line.
The first thing that we need to know is there is no C drive or E drive in Linux. We will see something like /dev/sda, /dev/sdb, /dev/sdc, … etc. instead. The dev is short for device.
The sd was short for Small Computer System Interface (SCSI) mass-storage driver.
- /dev/sda – The first SCSI disk SCSI ID address-wise.
- /dev/sdb – The second SCSI disk address-wise and so on.
- /dev/sda1 – The first partition of disk sda
- /dev/sdb1- The first partition of disk sdb
You can list disk partitions in Linux by using the fdisk, parted, or lsblk commands. Once you have opened the Terminal window, enter the command above.
Press Enter to run the command.
How to check disk in ubuntu terminal
You will get all the disk partitions from the command output.
Related: How I Fixed a disk performance issue in Minutes – A Step by Step Guide to Optimize Linux System
Get Your Free Linux training!
Join our free Linux trainingand discover the power of open-source technology.Enhance your skills and boost your career! Learn Linux for Free!
Procedure to Check Disk Partition in Linux
- Open the termi
- how to check swap partition in ubuntu
- how to see disk partition=in ubuntu