Get rid of ubuntu partitins

Search This thread

dmazyn

Member
Jan 1, 2012
17
0
I installed the ubuntu dual boot and now want to get rid if the ubuntu partitions it created.

Anyone know how to do this?
 

RaymanFX

Inactive Recognized Developer
Jan 8, 2011
1,122
16,501
28
Hannover
Well, how about opening a terminal under android (terminal emulator by jack pavelich should be fine) and typing "mount" for checking mount points.

Then you could mount the partitions (e.g. "mount -o remount,rw /dev/sda2 /Volumes/useless)

---> This would mount the partition "sda2" as read-write on "/Volumes/useless/" in your android root directory.

Then delete all files on that dir. And google somewhat for further information on how to delete partitions.

Hope this helps. :)
 
Last edited: