PDA

View Full Version : [ubuntu] Ubuntu 11.10 + Windows 7 + Shared Partition



majeedk1981
February 3rd, 2012, 06:20 PM
Good Afternoon All
I want to install Ubuntu 11.10 64bit to dual boot with Windows 7 64bit. I want to use it for


Android development using JDK + Android SDK + IntelliJ IDEA 11
For FUN..


My Current System is


C Drive: 50GB - Windows 7 - NTFS
D Drive: 150GB - Data Disk - NTFSI will repartition D Drive into 50 + 100GB so that my new system looks like


C Drive: 50GB - Windows 7 - NTFS
D Drive: 50GB - Ubuntu 11.10 - ext4 or whatever
E Drive: 100GB - Data Disk - NTFSMy Questions are:


Can I repartition D drive from Windows 7 and then install Ubuntu on the new D drive?
I want to be able to share the Data partition (NTFS) between two OS.. Is it possible?

WasMeHere
February 3rd, 2012, 06:47 PM
Good Afternoon All
I want to install Ubuntu 11.10 64bit to dual boot with Windows 7 64bit ...

Can I repartition D drive from Windows 7 and then install Ubuntu on the new D drive?
I want to be able to share the Data partition (NTFS) between two OS.. Is it possible?
[/LIST]
Hi majeedk1981,

Welcome to the Ubuntu Forums :-)

Yes and yes, you can. The NTFS file system can be mounted for read and write by linux.

0. Backup the whole hard disk drive to another drive (for example a USB drive). Editing partitions is risky!!!

1. I would suggest that you start by defragmenting the drive before shrinking it.

2. Then you can either install Ubuntu into the free space or do something a little more advanced, but not really difficult. I suggest that you boot a live session from the Ubuntu install drive, use Gparted to create

- an extended partition, and inside that create
- one logical partition to install the linux file system and
- one logical swap partition with size = size of RAM.

3. Finally install Ubuntu!

It is good to ask before you try, so you are welcome to ask more questions whenever you need.

Have fun finding out about Ubuntu
Olle

nipunshakya
February 3rd, 2012, 08:00 PM
Good Afternoon All
I want to install Ubuntu 11.10 64bit to dual boot with Windows 7 64bit. I want to use it for


Android development using JDK + Android SDK + IntelliJ IDEA 11
For FUN..


My Current System is


C Drive: 50GB - Windows 7 - NTFS
D Drive: 150GB - Data Disk - NTFSI will repartition D Drive into 50 + 100GB so that my new system looks like


C Drive: 50GB - Windows 7 - NTFS
D Drive: 50GB - Ubuntu 11.10 - ext4 or whatever
E Drive: 100GB - Data Disk - NTFSMy Questions are:


Can I repartition D drive from Windows 7 and then install Ubuntu on the new D drive?
I want to be able to share the Data partition (NTFS) between two OS.. Is it possible?



Olle had nice piece of advice...just wanna add one more thing....
After you partition your drives in windows, make sure you restart time and again to windows itself...
this makes sure that your windows will adapt to the new partition and so you will have no problem after installing ubuntu and with the shared partition...

Regards,WinuxUser

oldfred
February 3rd, 2012, 09:49 PM
Windows may have a hidden partition or two and have used all four primary partitions. If you use Windows to create new partitions it may try to convert to dynamic from basic and dynamic is a one way conversion and does not work with Linux.

Best to use Windows tools to shrink Windows partitions, but use gparted to create Linux partitions. Windows cannot create ext3, ext4 or swap partitions anyway.