1

Possible Duplicate:
How to access Ubuntu Files from Windows on a dual-boot machine

I installed ubuntu 12.04 with windows in dual-boot mode in my acer laptop and it took 100GB partition for ubuntu. Now while i'm working with windows, it don't show ubuntu partition. But in ubuntu it shows windows and others partitions also.

I want to know is there a method to show ubuntu partition in windows? Because i want to use free space of ubuntu partition....

1 Answers1

1

At first: yes there is a way. The Problem is that your "Ubuntu partition" is using another filesystem than windows. Its probably ext4, and Windows is not able to handle these filesystems. So even if Windows could show you your Ubuntu partition, you could not use it.

Now you could ask "but why is Ubuntu able to recognize and handle the Windows FAT and NTFS partitions?", well Ubuntu is smarter ;)

For handling some linux partitions on windows, you need some extra software on your system. Maybe you could try this:

Or you could resize your ubuntu partiton with gparted

silla
  • 268