aygusu@aygusu-KARIZMA-A15HM02 ~ $ sudo fdisk -l
[sudo] password for aygusu:
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 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: 0x62666e7b
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 331399167 165698560 b W95 FAT32
/dev/sda3 331401214 624676863 146637825 5 Extended
/dev/sda5 621101056 624676863 1787904 82 Linux swap / Solaris
/dev/sda6 331401216 621101055 144849920 83 Linux
Partition table entries are not in disk order
aygusu@aygusu-KARIZMA-A15HM02 ~ $ sudo parted -l
Model: ATA SAMSUNG HN-M320M (scsi)
Disk /dev/sda: 320GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 1049kB 170GB 170GB primary fat32 boot
3 170GB 320GB 150GB extended
6 170GB 318GB 148GB logical ext4
5 318GB 320GB 1831MB logical linux-swap(v1)
aygusu@aygusu-KARIZMA-A15HM02 ~ $ sudo lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 298,1G 0 disk
├─sda1 8:1 0 158G 0 part
├─sda3 8:3 0 1K 0 part
├─sda5 8:5 0 1,7G 0 part [SWAP]
└─sda6 8:6 0 138,1G 0 part /
sr0 11:0 1 1024M 0 rom
aygusu@aygusu-KARIZMA-A15HM02 ~ $ sudo blkid
/dev/sda1: LABEL="yedek" UUID="F76D-556A" TYPE="vfat"
/dev/sda5: UUID="ddee302c-33dd-4938-915e-8ef04e24e5ed" TYPE="swap"
/dev/sda6: UUID="467ac6c0-b630-46ec-943e-6324bb3a25f6" TYPE="ext4"
aygusu@aygusu-KARIZMA-A15HM02 ~ $ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda6 during installation
UUID=467ac6c0-b630-46ec-943e-6324bb3a25f6 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=ddee302c-33dd-4938-915e-8ef04e24e5ed none swap sw 0 0