Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Reply
 
LinkBack Thread Tools Display Modes
Old 03-07-2011, 08:12 PM   #1 (permalink)
damnbadman666
 
damngoodman999's Avatar
 
Join Date: Nov 2008
Location: Coimbatore
Posts: 2,590
Default Install Redhat from HDD ??


I Doing some corporate training , in that we dont have much cd drivers in our lab , So we install it from HDD which is already running windows XP .

Here its ,
  1. i need to first convert the Fat32 to ext3 , wat shall i do ??
  2. to make ext3 visible in windows XP ?
  3. Need to install without error & we want to create Logical volumes & software raid !
__________________
AMD Phenom 2 940 @ 3.4Ghz [Hyper 212+] :arrow: MA790GP-UD4H :arrow: OCZ DDR2 2x2GB :arrow: Asus GTX 560ti :bananana::arrow: 1TB SATA2 :arrow: LG 20" LED :arrow: Razer DA mice :arrow: RED HOT cabby
damngoodman999 is offline   Reply With Quote
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 03-07-2011, 10:49 PM   #2 (permalink)
Sami Hyypiä, LFC legend
 
Liverpool_fan's Avatar
 
Join Date: Jun 2007
Location: Нью-Дели
Posts: 2,138
Default Re: Install Redhat from HDD ??

Redhat? You mean the old RHLs or RHEL?

1. I never thought it was possible to convert a FAT32 partition to ext3 WITHOUT losing data. Quick googling confirms that as well. But if you find a way, please share with us here.

2. Ext2Fsd Project Tried that long ago, no recent experience with it though.

3. That's pretty simple to do. Do check out the official Red Hat guides.
__________________
Experience true education in Computer Science - http://www.udacity.com | http://www.coursera.org

Spoiler:
Read before asking / messaging any moderator for any query: FAQ + answers for new members

Read all the sticky threads before asking any type of query. Most basic questions are answered in those.
Don't use forum for chatting. Visit http://webchat.freenode.net/?channels=krow, enter nick and connect.
Liverpool_fan is offline   Reply With Quote
Old 04-07-2011, 02:54 AM   #3 (permalink)
I'm a Wannabe Hacker
 
Prime_Coder's Avatar
 
Join Date: Apr 2011
Location: Oxford of D East!
Posts: 235
Default Re: Install Redhat from HDD ??

1) Conversion from FAT32 to Ext3 will format your partition. So backup your data from that drive before installation. If you have clean (blank) partition, then no problem, follow the installation procedure. It will do the remaining.

2) Ext2Fs is a nice option, but i never really liked it. I had faced problems while accessing ext3 partition from it. The better option is Linux_Reader from DiskInternals.

3) Before installations, go through the manuals and online documentation for error free installation.
__________________
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. - Rich Cook
Prime_Coder is offline   Reply With Quote
Old 04-07-2011, 08:14 AM   #4 (permalink)
Bond, Desi Bond!
 
desiibond's Avatar
 
Join Date: Oct 2007
Location: Bangalore
Posts: 10,062
Default Re: Install Redhat from HDD ??

why don't you setup your windows host as FTP server and then do a network install of RedHat using the windows FTP server and install server.

another way is to install RH as a virtual server in windows and use it for NFS or HTTP install server.
__________________
My first blogspace: http://desiibond.blogspot.com
desiibond is offline   Reply With Quote
Old 04-07-2011, 05:41 PM   #5 (permalink)
damnbadman666
 
damngoodman999's Avatar
 
Join Date: Nov 2008
Location: Coimbatore
Posts: 2,590
Default Re: Install Redhat from HDD ??

Quote:
Originally Posted by desiibond View Post
why don't you setup your windows host as FTP server and then do a network install of RedHat using the windows FTP server and install server.

another way is to install RH as a virtual server in windows and use it for NFS or HTTP install server.
Thanks for info , but we dont have a server , its only 2 weeks contract in college so they provide only 10 system for 10 people !

Quote:
Originally Posted by Liverpool_fan View Post
Redhat? You mean the old RHLs or RHEL?

1. I never thought it was possible to convert a FAT32 partition to ext3 WITHOUT losing data. Quick googling confirms that as well. But if you find a way, please share with us here.

2. Ext2Fsd Project Tried that long ago, no recent experience with it though.

3. That's pretty simple to do. Do check out the official Red Hat guides.
Its EL5 rite !

No problem for loosing data , but i need to format in windows itself converting fat32 to Ext2/3 ?

then i can explore ext2 in windows using EXPLORE2FS tool !


All i need is tool to convert fat32 to ext2/3 ??
__________________
AMD Phenom 2 940 @ 3.4Ghz [Hyper 212+] :arrow: MA790GP-UD4H :arrow: OCZ DDR2 2x2GB :arrow: Asus GTX 560ti :bananana::arrow: 1TB SATA2 :arrow: LG 20" LED :arrow: Razer DA mice :arrow: RED HOT cabby
damngoodman999 is offline   Reply With Quote
Old 04-07-2011, 07:31 PM   #6 (permalink)
Electronic.
 
Neuron's Avatar
 
Join Date: Jun 2010
Location: Elsweyr
Posts: 530
Default Re: Install Redhat from HDD ??

Isn't it possible to install from a usb device?
__________________
I don't always make sense,but when I do,I don't.
Neuron is offline   Reply With Quote
Old 04-07-2011, 11:19 PM   #7 (permalink)
BSD init pwns System V
 
hellknight's Avatar
 
Join Date: Sep 2006
Location: atapi.sys as Stuxnet
Posts: 1,229
Default Re: Install Redhat from HDD ??

Don't go for ext2.. it doesn't supports journaling & is more prone to errors.. Stick with ext3 it is tried & tested..

For installation from HDD, try this
4.6.Â*Installing from a Hard Drive

For creating a ext2/3 drive in Windows use this
Best FREE Partition Manager Freeware for Windows 2000/XP/Vista/7 32 bit & 64 bit. EASEUS free Partition Manager Software Home Edition.

This guide that i'm giving you is basically a CentOS guide. It is same as RHEL except for the artwork.
hellknight is offline   Reply With Quote
Old 05-07-2011, 10:52 AM   #8 (permalink)
damnbadman666
 
damngoodman999's Avatar
 
Join Date: Nov 2008
Location: Coimbatore
Posts: 2,590
Default Re: Install Redhat from HDD ??

Quote:
Originally Posted by Neuron View Post
Isn't it possible to install from a usb device?
tried But EL5 gives many errors , sometimes it doesn't even boot up

Quote:
Originally Posted by hellknight View Post
Don't go for ext2.. it doesn't supports journaling & is more prone to errors.. Stick with ext3 it is tried & tested..

For installation from HDD, try this
4.6.Â*Installing from a Hard Drive

For creating a ext2/3 drive in Windows use this
Best FREE Partition Manager Freeware for Windows 2000/XP/Vista/7 32 bit & 64 bit. EASEUS free Partition Manager Software Home Edition.

This guide that i'm giving you is basically a CentOS guide. It is same as RHEL except for the artwork.
For partition am going to try paragon partitioning manager -- anyone tried that ?? need advice on partitioning tool ?
__________________
AMD Phenom 2 940 @ 3.4Ghz [Hyper 212+] :arrow: MA790GP-UD4H :arrow: OCZ DDR2 2x2GB :arrow: Asus GTX 560ti :bananana::arrow: 1TB SATA2 :arrow: LG 20" LED :arrow: Razer DA mice :arrow: RED HOT cabby
damngoodman999 is offline   Reply With Quote
Old 05-07-2011, 12:11 PM   #9 (permalink)
Bond, Desi Bond!
 
desiibond's Avatar
 
Join Date: Oct 2007
Location: Bangalore
Posts: 10,062
Default Re: Install Redhat from HDD ??

Quote:
Originally Posted by damngoodman999 View Post
Thanks for info , but we dont have a server , its only 2 weeks contract in college so they provide only 10 system for 10 people !
You misunderstood my post. by server, I didn't mean those black ugly monster machines. I meant to turn one of the XP desktops into FTP server or install vmware on one of those, install RHEL inside vmware and make it install server.
__________________
My first blogspace: http://desiibond.blogspot.com
desiibond is offline   Reply With Quote
Old 06-07-2011, 03:25 AM   #10 (permalink)
damnbadman666
 
damngoodman999's Avatar
 
Join Date: Nov 2008
Location: Coimbatore
Posts: 2,590
Default Re: Install Redhat from HDD ??

Quote:
Originally Posted by desiibond View Post
You misunderstood my post. by server, I didn't mean those black ugly monster machines. I meant to turn one of the XP desktops into FTP server or install vmware on one of those, install RHEL inside vmware and make it install server.
Yup gotcha ! will try today no probs !
__________________
AMD Phenom 2 940 @ 3.4Ghz [Hyper 212+] :arrow: MA790GP-UD4H :arrow: OCZ DDR2 2x2GB :arrow: Asus GTX 560ti :bananana::arrow: 1TB SATA2 :arrow: LG 20" LED :arrow: Razer DA mice :arrow: RED HOT cabby
damngoodman999 is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Charan
- by Charan
- by clmlbx

Advertisement




All times are GMT +5.5. The time now is 02:37 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2