This is the output of "fdisk -l"
Code:
root@Base:/# fdisk -l
Disk /dev/sda: 2000.4 GB, 2000398934016 bytes
255 heads, 63 sectors/track, 243201 cylinders, total 3907029168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x0e092a46
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 206847 102400 7 HPFS/NTFS/exFAT
/dev/sda2 206848 3679698943 1839746048 7 HPFS/NTFS/exFAT
/dev/sda3 3679700990 3698130678 9214844+ f W95 Ext'd (LBA)
Partition 3 does not start on physical sector boundary.
/dev/sda4 3698130944 3907025475 104447266 83 Linux
/dev/sda5 3679700992 3698130678 9214843+ 82 Linux swap / Solaris
Disk /dev/sdb: 240.1 GB, 240057409536 bytes
255 heads, 63 sectors/track, 29185 cylinders, total 468862128 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: 0x6a33ae40
Device Boot Start End Blocks Id System
/dev/sdb1 2048 468858879 234428416 7 HPFS/NTFS/exFAT
And this is the output of "blkid"
Code:
root@Base:/# blkid
/dev/sda1: LABEL="System Reserved" UUID="0886FE9886FE858A" TYPE="ntfs"
/dev/sda2: UUID="948CA6D08CA6AC64" TYPE="ntfs"
/dev/sda4: UUID="3b8e1432-345b-4166-af34-90c550313950" TYPE="ext4"
/dev/sdb1: LABEL="Windows" UUID="7C626A1E6269DE00" TYPE="ntfs"