also @ TechSpot: Nortel's internal network "owned" by hackers for almost a decade
Welcome to the TechSpot OpenBoards. Please read the FAQ if you have any questions. Sign up or Login to participate.

Go Back   TechSpot OpenBoards > Software > The Alternative OS

Collaborate in the cloud with Office, Exchange, SharePoint, and Lync

Linux Installation on dual bootable

Thread Tools Search this Thread
  #1  
Old 07-15-2004
Dottom's Avatar
Newcomer, in training
 
Location: Nigeria
Member since: Jul 2004, 10 posts
Linux Installation on dual bootable

Hi Friends, am new to Linux but have install it on a clean system before.
My problem is this I want to install Linux on one partition of a systems that has Win xp on another partition, but the partition had been formated using fat 32, What can I do to install Linux on this fat 32 partition ?
  #2  
Old 07-15-2004
Mictlantecuhtli's Avatar
TechSpot Special Forces
 
Location: Finland
Member since: Feb 2002, 4,886 posts
System specs
Convert that FAT32 partition to a Linux one, like ext3 or ReiserFS. Most new Linux distributions have installers that can do it automatically.
  #3  
Old 07-16-2004
Dottom's Avatar
Newcomer, in training
 
Location: Nigeria
Member since: Jul 2004, 10 posts
Thnaks MIctlantecuhtli,

How could I do that
  #4  
Old 07-16-2004
Dottom's Avatar
Newcomer, in training
 
Location: Nigeria
Member since: Jul 2004, 10 posts
what is ext3 or ReiserFS, are there Linux file system like Fat, Fat32 & NTFS
  #5  
Old 07-16-2004
Didou's Avatar
Bowtie extraordinair!
 
Location: Brussels, Belgium
Member since: Feb 2002, 5,895 posts
System specs
ext2/3 are native filesystems for Linux. Go with ext3 for your Linux partition.

You can also read the sticky thread of this forum : Installing Linux for the first time (Dual boot)
  #6  
Old 07-19-2004
Dottom's Avatar
Newcomer, in training
 
Location: Nigeria
Member since: Jul 2004, 10 posts
1. What is Red hat Linux mount point means
2. what is MDS password mean
3. what is shadow password mean
4. how do i collapse a RH Linux partition to reuse it for Win XP.

5. I have this problem when it is time for my system to copy file into installation directory of Linux....... this message comes up "An error occured transfering the install image to your hard disk drive, you are probably out of disk space" what does that suppose to mean I have almost 10 GB space for this installation
  #7  
Old 07-19-2004
Mictlantecuhtli's Avatar
TechSpot Special Forces
 
Location: Finland
Member since: Feb 2002, 4,886 posts
System specs
Quote:
Originally posted by Dottom
1. What is Red hat Linux mount point means
http://www.tuxfiles.org/linuxhelp/mounting.html
Quote:
2. what is MDS password mean
MD5 encrypted password
Quote:
3. what is shadow password mean
http://www.tldp.org/HOWTO/Shadow-Password-HOWTO.html
Quote:
4. how do i collapse a RH Linux partition to reuse it for Win XP.
Use XP's Disk Administrator to format the partition to FAT32 or NTFS.
Quote:
5. I have this problem when it is time for my system to copy file into installation directory of Linux....... this message comes up "An error occured transfering the install image to your hard disk drive, you are probably out of disk space" what does that suppose to mean I have almost 10 GB space for this installation
It means RH created a 8 MB partition to the beginning of the drive and tried to install the OS there. I think it's a bug in Disk Druid or the installer. I've solved it by creating Linux partitions manually with fdisk before installing the operating system (can be done with RH by booting to rescue mode).