How To Check Disk Partition In Linux?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
To check the disk partitions on a Linux system, you can use the command line utility ‘fdisk’. This command displays information about all of the available disk partitions and also allows one to create, delete, and manipulate them. To list out the available partitions on the system, execute the below command.
# fdisk –l
This will display all the partitions on the system and their respective information.