Como descubro em qual partição o meu * nix está instalado?

0
# 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

Como posso descobrir qual das partições acima é a minha distribuição Linux instalada?

Nota: Estou executando o Ubuntu e o instalei com o Wubi. Eu li este tópico mas as respostas não parecem tão claras.

    
por Tool 23.07.2012 / 11:14

1 resposta

3

WUBI ... installs the software on an existing Windows partition, thus without need for partitioning. ... Ubuntu is installed within a file in the Windows file system (c:\ubuntu\disks\root.disk), ... Wubi also creates a swap file in the Windows file system (c:\ubuntu\disks\swap.disk),

diz Wikipedia

    
por 23.07.2012 / 12:27