LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-08-2007, 08:20 PM   #1
mhg
Member
 
Registered: Apr 2007
Location: Utah
Distribution: BodhiLinux
Posts: 205

Rep: Reputation: 30
will ubuntu installer use my unpartitioned space?


Hi,

I have two HHDs in my PC. My plan is to delete all the partitions on the second drive, which I use for storage and back up. Then create one partition NTFS, leaving enough room unpartitioned for a Linux install (my first try). The goal being to end up with a dual-boot machine, XP and Ubuntu.

So will the Ubuntu installer recognize the unpartitioned space, and lead me through the steps to format it correctly for a dual boot install?

I was hoping to avoid manually partitioning and formatting for the Linux partition.

Also, how much space should I leave for the Linux partition? I will want to share files between XP and Ubuntu, and understand I can do that on one of my NTFS partitions. Space is not an issue, and I would rather be safe and have more than I need, than end up short of space later.

Thanks for any help.
 
Old 05-08-2007, 08:34 PM   #2
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Quote:
I was hoping to avoid manually partitioning and formatting for the Linux partition.
Nothing to be worried about. In fact, if you would like to have an ntfs partition on the same drive, manual partitioning is your only option. If you instruct the installer to do the partitioning itself, it will take all of your HD.

What you can do, however, is create partitions using XP. Then start the install cd and go for manual/custom partitioning.
Or slip in the cd and make the partitions using the installer (select custom partitioning). Just select the proper HD, click in the empty space and make partitions. Format as ext3 or xfs, format the smaller partition as linux-swap. The next step is assigning mount points; if you make only two or three partitions, the installer should be smart enough to suggest the proper scheme. Nothing is definitive until you click apply so you can always go back and make adjustments. As long as you make sure you did not select your first drive, nothing bad can happen anyway.

Quote:
Also, how much space should I leave for the Linux partition?
I suggest making three partitions:
1 swap partition that is twice the size of your RAM (for example, 512 MB RAM= 1024MB(=1GB)swap)
1 / partition (=the system files): about 10GB
1 root partition (=your personal data): as large as you need it to be; can be skipped if you prefer to use ntfs to share all your data

Last edited by jay73; 05-08-2007 at 08:37 PM.
 
Old 05-08-2007, 09:17 PM   #3
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
The Ubuntu partitioner will allow you to delete existing partitions--or make new ones from unpartitioned space.

For sharing with Windows, consider also ext2fsd. This is a driver that allows Windows to see ext2 and ext3 partitions (read and write).
 
Old 05-08-2007, 09:24 PM   #4
mhg
Member
 
Registered: Apr 2007
Location: Utah
Distribution: BodhiLinux
Posts: 205

Original Poster
Rep: Reputation: 30
Thank You.

So if I leave 40 gig unpartitioned, then partition just what I need as I go along, I could install 3 different Linux distros?

Could you explain the benefits to having a partition ext2fsd compared to having all data on NFTS and having Linux reading writing to that?

Thanks
 
Old 05-08-2007, 09:30 PM   #5
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
40GB--you could probably fit 5 or 6 distros in there.

The conventional wisdom is that writing to NTFS from Linux can be unreliable. The bulletproof approach is a FAT32 share partition, but there you can't set permissions.

I spend 98% of my time on Linux, so I like all the data on Linux partitions.

BTW--ext2fsd is not a partition type--it is a driver that lets windows access ext2/3
 
Old 05-08-2007, 10:03 PM   #6
mhg
Member
 
Registered: Apr 2007
Location: Utah
Distribution: BodhiLinux
Posts: 205

Original Poster
Rep: Reputation: 30
I imagine I am making too big a deal about this, but just trying to plan ahead as much as I can.

All I am thinking of now is the hope I can migrate to doing most of my computing in Linux. Of course all my data is on/in NTFS drives. So when accessing music, home video, pictures, etc., is this even a concern? If I want to play music, edit pictures stored in NTFS, will I be able to access all that in Linux?

I pull up a picture in Linux (from a NTFS partition), edit it, do whatever, then save it to the NTFS again, I am doing what you are suggesting is unreliable?

Right now I can set up the drive anyway I want to, and then copy my data to it. So better to set it up as ext3 with the driver for windows to access it as well?

Sorry if I am making this more difficult than it needs to be.

Thanks again.
 
Old 05-08-2007, 11:51 PM   #7
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Well, there's no doubt that he older approach (using the ntfs module) was pretty unreliable but I'm getting perfectly reliable results using ntfs-3g nowadays. Then again, pixellany may know more so the decision is up to you. Why not see for yourself? I suppose you still have ntfs on your first hard drive. Install ntfs-3g and check whether you can access your data on that drive without a problem. If all is fine, you can stick with ntfs and format the rest of your second hard drive as ntfs; if not, you can still format it as ext3.
 
Old 05-09-2007, 12:39 AM   #8
IBall
Senior Member
 
Registered: Nov 2003
Location: Perth, Western Australia
Distribution: Ubuntu, Debian, Various using VMWare
Posts: 2,088

Rep: Reputation: 62
If you plan to do most of your work on Linux, then I would suggest that your best bet would be to put all of your data on an ext3 partition. This way, Linux will have no issues. You can use the ext2fsd driver in Windows to access the data if necessary.

If you plan to do some work on Linux and some on Windows, then put your data on a FAT32 partition. Both windows and Linux can read and write without additional drivers. However, you will lose some flexibility with permissions, etc.

--Ian
 
Old 05-09-2007, 08:35 AM   #9
dasy2k1
Member
 
Registered: Oct 2005
Location: 127.0.0.1
Distribution: Manjaro
Posts: 963

Rep: Reputation: 36
linux by default can normally read NTFS but not write to it,
there is a driver to write to NTFS but its considered unstable at the moment
 
Old 05-09-2007, 03:46 PM   #10
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Why does everybody keep saying that ntfs-3g is unstable? It was declared stable more than two months ago ...
 
Old 05-10-2007, 04:40 PM   #11
mhg
Member
 
Registered: Apr 2007
Location: Utah
Distribution: BodhiLinux
Posts: 205

Original Poster
Rep: Reputation: 30
woooo hoooo

I am now dual-booting XP and pclinuxos.

I wanted to try a KDE DE, so decided to try the pclinuxos. Now before I get to work on that I may try to set up another distro, probably the Ubuntu, so if I mess anything up I will not have lost any work other than the installation.

Many thanks for helping mme through this.

BTW, I made a asmall linux partition for data so I can experiment between the different options, ext3, fat32, ntfs.

I am sure I'll be back!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Unpartitioned Free Space IBall Linux - Hardware 3 04-17-2006 04:37 AM
Is it ok to leave space unpartitioned? Penguin of Wonder Linux - General 2 03-22-2006 08:30 PM
Using unpartitioned space ChriZathens Linux - General 4 11-25-2005 05:38 AM
Do i have unpartitioned space? p0rt Linux - General 5 08-17-2004 05:00 PM
My /home partition shows up as unpartitioned space! purplecow Linux - Hardware 2 07-06-2004 05:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:43 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration