
		chicocz
		
		(usa Outra)
		
		Enviado em 27/10/2012 - 20:06h 
		Eis o fdisk -l
mint mint # fdisk -l
omitting empty partition (5)
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 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: 0x000e12d0
   Device Boot      Start         End      Blocks   Id  System
/dev/sda1            2048   671217663   335607808   83  Linux
/dev/sda2       671219710  1050626047   189703169    f  W95 Ext'd (LBA)
/dev/sda3   *   702468096  1050626047   174078976    7  HPFS/NTFS/exFAT
/dev/sda4      1051342848  1890306047   419481600    7  HPFS/NTFS/exFAT
/dev/sda5       671219712   702457855    15619072   82  Linux swap / Solaris
usei /dev/sda1
sda5 eh swap...
tentei com sda2 mas ele pede para especificar o tipo da particao.. tentei ext4 e nao deu retornou a seguinte mensagem
mint mint # mount /dev/sda2 /media/at2
mount: you must specify the filesystem type
mint mint # mount -t ext4 /dev/sda2 /media/at2
mount: wrong fs type, bad option, bad superblock on /dev/sda2,
       missing codepage or helper program, or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so