Out of Space

Ralf Mardorf silver.bullet at zoho.com
Wed Aug 10 21:42:45 UTC 2016


dick at dick-desktop:~$ sudo parted -l
Disk /dev/sda: 160GB
Number  Start   End     Size    Type     File system     Flags
 1      32.3kB  62.9GB  62.9GB  primary                         #Unused
 3      62.9GB  66.9GB  3997MB  primary  linux-swap(v1)         #Swap
 4      66.9GB  137GB   70.5GB  primary                         #Unused - I would reformat this to an extended
                                                                          and add a logical
 2      137GB   160GB   22.6GB  primary  ext4            boot   #Root of your new install

I don't understand the order 1, 3, 4, 2.
However, I would install GRUB to /dev/sda.

AFAIK this should do the job

  sudo grub-install /dev/sda

but I read hat it might be required to run

  sudo grub-setup /dev/sda
  sudo grub-install /dev/sda
  sudo update-grub 

Disk /dev/sdb: 80.0GB
Number  Start   End     Size    Type      File system     Flags
 1      32.3kB  46.8GB  46.8GB  primary   ext4            boot  #Your data
 2      46.8GB  80.0GB  33.3GB  extended                        #       - I would change anything starting here
 7      46.8GB  57.3GB  10.6GB  logical                         #Unused   to two additional primary
 5      57.3GB  69.0GB  11.6GB  logical                         #Unused   and one extended, a logical and a swap
 8      69.0GB  77.9GB  8915MB  logical                         #Unused
 6      77.9GB  80.0GB  2145MB  logical   linux-swap(v1)        #Swap





More information about the ubuntu-users mailing list