I am using ubuntu 14.04 and currently i am running it in the inside windows mode installed with Wubi. My problem is my filesystem is running on low disk space. Can i extend the filesystem size without affecting my file? How could i do that?
Asked
Active
Viewed 124 times
0
-
2First backup your data and then make a clean install on a separate partition. – 0x2b3bfa0 Mar 21 '15 at 09:12
1 Answers
1
Wubi? I'm pretty sure that wasn't supported for 14.04...do you mean the 'Install Ubuntu alongside Windows' option? However, Helio is right, you can't really modify a partition size once it's made.
So, you need to:
- Backup everything (Windows and Ubuntu) using the backup tools (search 'Backup' in the Dash and Start Screen/Menu) to some large storage that you have (External USB storage is good).
- Backup very important files separately - just copy and paste them onto some storage - it has been known for backup tools to fail.
- Find a Windows Boot Disc and reinstall Windows. If it asks, tell it to use the whole hard drive for its partition. 3b. If this fails, you may need to use a tool such as Gparted Live to format the internal computer storage as NTFS first.
- When installing Ubuntu, use the custom tool for partitioning when it asks you how you want to partition. This can be tricky, use this guide bearing how large you want your Ubuntu partition to be in mind.
- Use the backup tools to restore your backups.
- If they fail to recover essential files, copy them over.
- You should now have Ubuntu and Windows partitions the size you want with all your files restored!
-
Yes , what I meant is the Install Ubuntu inside Windows option. I used
wubi.exe --force
command from windows to install ubuntu inside windows. – Jrd Mar 21 '15 at 10:23 -
1Wubi was dropped over a year before 14.04 for good reason, it was really buggy. If you want to get a bigger Ubuntu partition you really need to remove Wubi and then install Ubuntu alongside Windows with a custom partition size.
You can try the possible duplicate link in the comment on your post for help with Wubi however - but it is completely unsupported.
– Ads20000 Mar 23 '15 at 17:49