13

It sounds odd, but I really can not remember how I installed my ubuntu.

What I am sure is, I had Windows 7 installed on the laptop in the very beginning, then I installed ubuntu so that this is a dual system 1 year ago.

I need to know if the ubuntu was installed with wubi or not, because it determines how I could resize the partition of ubuntu...

Could anyone help? Thank you very much!

Jorge Castro
  • 73,717
SoftTimur
  • 3,089

7 Answers7

6

Unless it's changed since I last tried Wubi, if you installed via Wubi, if you check 'Programs and Features' in Control Panel in Windows 7 you will see Ubuntu (or Wubi?) listed as a program in the add/remove programs list like all of your other programs.

Jayson Rowe
  • 1,858
6

Wubi will show two boot managers. First the Windows one, then GRUB. Plain Ubuntu just GRUB.

Under Ubuntu there is also a /host folder, that will link to the drive where you installed the WUBI image.

Eliah Kagan
  • 119,640
OliverS
  • 208
5

Boot into Windows>Click on Computer>Now on the drive where you have installed Windows >Do you see any ubuntu folders?

If you don't, then you didn't installed Ubuntu via Wubi

If you do, then you did installed Ubuntu via Wubi.

Uri Herrera
  • 15,318
5

From Windows

You should have a C:\ubuntu\disks folder and into this a file root.disk.
The drive is not necessarily the C:, look for it in every volume known to Windows.

From Ubuntu

The command mount | grep ^/dev should return an output similar to

/dev/loop0 on / type ext4 (rw,errors=remount-ro,commit=0)
/dev/sda2 on /host type fuseblk (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096)

In particular a loop device mounted on the root partition (the /), and a real partition mounted on /host.

enzotib
  • 96,093
4

if you only have ntfs or fat32 partitions and no Linux partitions like etx2, ext3 or ext4 then you have installed with Wubi. Windows would report Linux partitions like "Unrecognized partition" or similar so if you don't have any of those, Wubi was used.

Marko
  • 844
0

Open the Windows Control Panel. Search for “Wubi”. If it’s there, then you have used Wubi.

Alternatively, check for Wubi in the list of installed programs. It shows up as “Ubuntu”:

Screenshot of Windows “Programs and Features” dialog showing where to find Ubuntu.

Eliah Kagan
  • 119,640
0

you open wubi. if it says to uninstall, you used wubi.

cody
  • 31