On Thu, Jan 28, 2016 at 8:52 AM, Dhanagopal R <dhanagop...@gmail.com> wrote:
>
> ubuntu@ubuntu:~$ sudo fdisk -l
>
> Disk /dev/sda: 750.2 GB, 750156374016 bytes
> 255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 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: 0x58c35ab5
>
>    Device Boot      Start         End      Blocks   Id  System
> /dev/sda1              63       80324       40131   de  Dell Utility
> Partition 1 does not start on physical sector boundary. (what is it mean ?
> Will it cause any problem while installing ubuntu boot loader?)
> /dev/sda2   *       81920    45518847    22718464   27  Hidden NTFS WinRE
> /dev/sda3        45518848   784074751   369277952    7  HPFS/NTFS/exFAT
> /dev/sda4       784074752  1465145343   340535296    f  W95 Ext'd (LBA)
> /dev/sda5       784076800  1132236799   174080000    7  HPFS/NTFS/exFAT
> /dev/sda6      1132238848  1465145343   166453248    7  HPFS/NTFS/exFAT


$ let x='1465149168 - 1465145343'
$ echo $x
3825   << you have only this many sectors left free on the hard disk.

I don't think there is enough free disk space to install Ubuntu on this machine.

-- Arun Khan
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines

Reply via email to