LinuxQuestions.org
Help answer threads with 0 replies.
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 03-15-2005, 04:21 AM   #1
jalldridge
Member
 
Registered: Mar 2005
Location: South East England
Distribution: Mandrake 10.1 Discovery
Posts: 34

Rep: Reputation: 15
Mandrake Install query


Hi guys

Hoping that you might be able to clarify something for me.

I've used linux a couple of time to get interested in wanting to install mandrake 10.1 on my home pc. I want to have a dual boot system as win XP is already on the single 145Gb hard drive.

I have looked through the forums and am unsure of the best way to install mandrake.

I have 2 options open to me.

1 - During the install use the free space on window option. Now what exactly does this do??? I assume that this will create a partition for me? How big?

2 - I create a partition on my hard drive pre linux install (I have partition magic and have used this in the past so some experience). How big should I make the partition for linux? Some post say 5Gb, 8Gb, some say 10Gb... How much room does linux take? I'm assuming that this should be a fat32 partion as I believe linux cant use NTFS?

If I wanted to gain access to the data on the ntfs partion I belive that I would need to create a fat32 partion (say 1GB) to use as a transfer folder. Correct?

Finally - will the mandrake installer set up my pc so that on boot up I'm presented with os options, or do I need to manually alter the windows boot.ini file?

Thanks for clarification
 
Old 03-15-2005, 04:48 AM   #2
ArthurDent
Member
 
Registered: Feb 2004
Location: London
Distribution: Formerly Various Linux Distros, Now Fixed on Fedora 32
Posts: 189

Rep: Reputation: 30
Well I'm little more than a newbie myself, but I'll have a go at helping out here. Please listen to others with more experience before you follow all my suggestions...
Quote:
1 - During the install use the free space on window option. Now what exactly does this do??? I assume that this will create a partition for me? How big?
No This is not correct. Only if there is spare "unallocated" (i.e. not formatted) space on the HD will this option be of use.
Quote:
2 - I create a partition on my hard drive pre linux install (I have partition magic and have used this in the past so some experience). How big should I make the partition for linux? Some post say 5Gb, 8Gb, some say 10Gb... How much room does linux take? I'm assuming that this should be a fat32 partion as I believe linux cant use NTFS?
If you ask 10 people how much space you'll need you will get 10 different answers. Personally I would say that 10Gb would be ample for any distro (NOT including data). For data here's what I suggest...

Linux can read NTFS but can't write to it so what I would do is:
1) Use partition magic to find how much room you have left out of you 145Gb after Windows has had its lunch...
2) Use Partition Magic to create an EXT3 partition for Mandrake of about 10Gb
2a) [Personally I would create another EXT3 partition for my /home (linux data) storage but this is optional - read up / ask questions]
3) Create another (small) partition as "Linux Swap" - Roughly double the size of your RAM (e.g. 250Mb RAM -> 500Mb Swap). If in doubt 500Mb is usually OK.
4) Use Partition Magic to create another partion - this time FAT32 - with as much space as you have left (give or take a few Gb). This partition will be accessible (read & write) to both Windows XP and Linux. This is where you can then store all your data from either system.
5) Make sure you know which partitions are which and then boot the Mandrake CD and opt for "Manual Partitioning" - select your EXT3 partition for Mandrake to install into with the Swap partition for Swap.
6) The Mandrake install will detect your WinXP installation and will create a "Bootloader" (Grub) which will allow you to decide which system to use at boot-up.
7) Once you are up and running you will need to edit your /etc/fstab file in Mandrake to give you easy access to to "shared" data partition. There is plenty of information about how to do that in this forum - just ask if you get stuck.
8) Good Luck!


Hope that helps

Mark
 
Old 03-15-2005, 05:45 AM   #3
PXD
LQ Newbie
 
Registered: Feb 2005
Location: South West England, UK
Distribution: Mandrake 10.1
Posts: 10

Rep: Reputation: 0
I'd just backup your data, then dfisk and partion it !
 
Old 03-15-2005, 10:28 AM   #4
Padma
Member
 
Registered: Aug 2003
Location: Omaha, NE, USA
Distribution: PCLinuxOS 2007
Posts: 808

Rep: Reputation: 30
Re: Mandrake Install query

Quote:
Originally posted by jalldridge
1 - During the install use the free space on window option. Now what exactly does this do??? I assume that this will create a partition for me? How big?
It will use "free space" within ( = at the end of) your existing ntfs partition to create new partition(s) for your Linux install. DEFRAG your Windows first! (By default it will use about 10G, IIRC. Maybe less.)
Quote:
2 - I create a partition on my hard drive pre linux install (I have partition magic and have used this in the past so some experience). How big should I make the partition for linux? Some post say 5Gb, 8Gb, some say 10Gb... How much room does linux take? I'm assuming that this should be a fat32 partion as I believe linux cant use NTFS?
If you want to "Do It Yourself", just make a *blank*, unformatted partition past your Windows partition. Let the Installer make the actual ext3/reiserfs/whatever partitions for Mandrake.

As for size, you *can* install Mandrake in less than 2G of space, but that gets pretty cramped fast, especially if you want to install additional software. My suggestion would be a swap partition of ~512M, a "/" (root) partition of ~5G, and a "/home" partition of 5G+. (My /home is 10G, and I'm thinking of expanding it. )
Quote:
If I wanted to gain access to the data on the ntfs partion I belive that I would need to create a fat32 partion (say 1GB) to use as a transfer folder. Correct?
You can *read* ntfs data fine. But writing it can be unsafe, so distros normally only mount ntfs partitions as read-only. You can check out "captive-ntfs", which uses existing Windows drivers to write ntfs data. It seems to work quite well, according to some who have used it. Or, you can use a FAT32 "transfer" partition.
Quote:
Finally - will the mandrake installer set up my pc so that on boot up I'm presented with os options, or do I need to manually alter the windows boot.ini file?
Mandrake will set up LILO by default. Tell it to be installed in the MBR, and it will let you boot into either Windows or Linux, at your selection during boot.
 
Old 03-16-2005, 03:17 AM   #5
jalldridge
Member
 
Registered: Mar 2005
Location: South East England
Distribution: Mandrake 10.1 Discovery
Posts: 34

Original Poster
Rep: Reputation: 15
Thanks for your responses.

When I get some free time I shall endeavour to install!!!

Looking forward to it
 
Old 03-16-2005, 03:36 AM   #6
Tanc
Member
 
Registered: Sep 2003
Location: France
Distribution: Debian etch
Posts: 99

Rep: Reputation: 15
1 - Use partition magic ( use fragmentation before ), and leave an unalocated space.

2 - I'm doing all my daily stuff with mandrake and playing on windows, thus 80% space for linux the rest for windows. Depends on what u are doing
As weel as other distro , Installation process is easy in mandrake.

I've installed LILO and it has been installed by default in MBR without any problem.

Regards,

Pierre
 
  


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
QUERY: mandrake vs. linux terminal server kevingpo Mandriva 1 11-07-2005 01:26 PM
QUERY: how to install more apps from install cds? woes :S kevingpo SUSE / openSUSE 2 09-10-2005 05:07 AM
Mandrake 10 Menu Query Obie Mandriva 4 08-07-2004 05:08 PM
Query about ATI Radeon installation in Mandrake 10 |Tormentor| Linux - Hardware 3 07-01-2004 04:33 AM
install query EricL Linux - Software 1 03-21-2003 12:41 PM

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

All times are GMT -5. The time now is 11:53 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