آقا من هیچکدوم از پارتیشن های / و home/ رو نمیتونم با برنامه gparted تغییر سایز بدم . چیکارش کنم که درست بشه و نیاز نباشه که لینوکس رو دوباره نصب کنم ؟
خروچی دستور less /etc/fstab :
[left]# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' 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>
proc /proc proc nodev,noexec,nosuid 0 0
/dev/sda6 / ext4 errors=remount-ro 0 1
# /home was on /dev/sda7 during installation
UUID=09cb57e2-f944-49d3-b40f-497744dd6620 /home ext4 defaults 0 2
/dev/sda8 none swap sw 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
[/left]
خروجی دستور sudo fdisk -l :
[left]Disk /dev/sda: 250.1 GB, 250058268160 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xd639d639
Device Boot Start End Blocks Id System
/dev/sda1 1 2304 18505856 7 HPFS/NTFS
/dev/sda2 * 2305 12748 83891430 7 HPFS/NTFS
/dev/sda3 12749 30402 141797145+ 5 Extended
/dev/sda5 12749 21545 70655728+ 7 HPFS/NTFS
/dev/sda6 21545 24584 24414208 83 Linux
/dev/sda7 24585 30055 43943936 83 Linux
/dev/sda8 30055 30402 2781184 82 Linux swap / Solaris
[/left]