Saturday, April 27, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 1279  / 1 Year ago, thu, march 23, 2023, 6:39:22

What does sudo fdisk -l mean?

This is the output. I installed Windows7 and Ubuntu. Using fdisk, I get four partitions. What does each partition mean? Which one is Ubuntu? Which one is Windows7?



The results from sudo fdisk -l


More From » 13.10

 Answers
7

sudo fdisk -l lists all the partitions on all your storages partitioned with msdos partitioning label.



I think that,



/dev/sda1 is active primary partition.



This partition has Windows 7 boot loader.



/dev/sda2 is primary partition formatted as NTFS.



This partition has Windows 7.



/dev/sda3 is primary partition formatted as swap space.



This is a swap space used by Ubuntu.



/dev/sda4 is primary partition formatted as a linux file system(ex: ext2/ext3/ext4...).



As result,



/dev/sda1 and /dev/sda2 is used for Windows 7,



/dev/sda4 is the /(root filesystem) for Ubuntu,



/dev/sda3 is swap space for Ubuntu. Swap space is a space on a hard disk used as the virtual memory extension of a computer's real memory.


[#25812] Saturday, March 25, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
umplegitimat

Total Points: 137
Total Questions: 126
Total Answers: 118

Location: Saint Pierre and Miquelon
Member since Sat, Aug 21, 2021
3 Years ago
;