Friday, May 3, 2024
39
rated 0 times [  39] [ 0]  / answers: 1 / hits: 169248  / 3 Years ago, sun, october 24, 2021, 11:45:38
# fdisk -l

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x3b7e273f

Device Boot Start End Blocks Id System
/dev/sda1 * 2048 206847 102400 7 HPFS/NTFS/exFAT
/dev/sda2 206848 266242047 133017600 7 HPFS/NTFS/exFAT
/dev/sda3 266242048 976771071 355264512 7 HPFS/NTFS/exFAT


Is there a way to find out on which of the listed partitions is my linux distribution installed on?



I installed it with Wubi. Ubuntu is my distribution.



I'm aware of a similar question here, but it doesn't seem to provide a concise answer.


More From » partitioning

 Answers
6

In a terminal, run the command df and look at the output. The column headed "Mounted On" will have a "/" against the partition that holds your root filesystem. This is where your system is installed.


[#36639] Monday, October 25, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ippalogu

Total Points: 215
Total Questions: 127
Total Answers: 146

Location: Denmark
Member since Tue, Jul 19, 2022
2 Years ago
ippalogu questions
Tue, Jan 4, 22, 21:49, 2 Years ago
Tue, Sep 21, 21, 09:12, 3 Years ago
Wed, May 19, 21, 02:24, 3 Years ago
Mon, Dec 27, 21, 01:44, 2 Years ago
;