LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 07-01-2011, 09:34 AM   #1
Michael Banfield
LQ Newbie
 
Registered: Jul 2011
Posts: 1

Rep: Reputation: Disabled
how do I add an IDE drive to an existing Linux Server


I recently ran across a client that wanted me to set up a new IDE Drive in his existing Red Hat Server. I reluctantly agreed to try. I am completely uneducated in Linux and could use some input. The server itself appears to be set up in text mode as all that I see is text after the initial boot up screen goes away. It, at present is set up in an old dell machine on a 3 Gig drive and all he wants is to be able to add a secondary drive to extend storage capacity. What do I need to do to prepare the drive and OS to accomplish the task? The secondary drive is 120 Gig. I reformatted the drive, as a fat 32 and installed it into the machine. The board sees it. The network does not. Can anyone give me some input? Thank You.
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 07-01-2011, 10:06 AM   #2
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Hi,

if you don't have any experience with Linux, you should not try to configure a server (which is not your own)!

First point, FAT32 for the new disk is nonsense. FAT32 doesn't support filepermissions, you would not use FAT32 for a Windows computer, why would you use it for Linux?

You would have to partition the disk at first. But the partition-scheme will depend on for what the server is used.

Then you would have to create a Linux-filesystem on each partition.

Afterwards you would have to configure where in the filesystem the partitions will be mounted.

Try to find someone who is experience with Linux and let him/her do this job.

Markus
 
2 members found this post helpful.
Old 07-01-2011, 10:18 AM   #3
paulsm4
LQ Guru
 
Registered: Mar 2004
Distribution: SusE 8.2
Posts: 5,863
Blog Entries: 1

Rep: Reputation: Disabled
Adding a new drive is usually pretty easy - especially for a Linux desktop with a GUI.

You just install the drive, click a few buttons, and you're done. Piece of cake

HOWEVER ...

* All of this assumes at least a little background knowledge (like the difference between "fat32", "ext4" and "ntfs").

* It's typically the desktop GUI tools that make things "easy".
If all you've got is the command line, then you're going to need the underlying commands.
They aren't necessarily "difficult" - but they *can* be "intimidating"

* Finally, you're DEFINITELY going to need to "know your stuff" if you run into problems.
If this server is as "old" as it sounds ... you're probably going to run into "problems"

SOOOOOOO ....

I wholeheartedly agree with markush:
Quote:
Try to find someone who is experienced with Linux and let him/her do this job.
IMHO .. PSM
 
Old 07-03-2011, 01:21 PM   #4
SharpyWarpy
Member
 
Registered: Feb 2003
Location: Florida
Distribution: Fedora 18
Posts: 862

Rep: Reputation: 91
Give us the output of the following commands:
fdisk -l
df -hT
and we'll go from there.
 
Old 07-03-2011, 02:10 PM   #5
sandeep002gupta
Member
 
Registered: Apr 2011
Posts: 96
Blog Entries: 1

Rep: Reputation: 0
Smile fdisk -l

Hi,
fdisk - Partition table manipulator for Linux

it will showing portion table of your system.

dh -hT

df - report file system disk space usage

df -h command showing how much used disk space with %
 
0 members found this post helpful.
Old 07-03-2011, 07:23 PM   #6
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
We also need to see
Code:
uname -a

cat /etc/*release*
If the latter says something about RHEL 5, you'll want these links http://www.linuxtopia.org/online_boo...ion/index.html http://www.linuxtopia.org/online_boo...ide/index.html
 
Old 07-04-2011, 12:59 PM   #7
sandeep002gupta
Member
 
Registered: Apr 2011
Posts: 96
Blog Entries: 1

Rep: Reputation: 0
Smile uname - print system information

Hi,

uname - print system information

this command has showing installed OS name Server Name kernel version with date and time

eg:

Linux CCTNEMISDBIP01 2.6.18-194.26.1.el5 #1 SMP Fri Oct 29 14:21:16 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
 
Old 07-04-2011, 01:33 PM   #8
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Hello all,

since the OP didn't respond until now (since 3 days), it seems to be useless to provide further help. If he (as a newbie) would seriously do this job, he should be more involved here and give you the answers to your questions.

I read this thread: http://www.linuxquestions.org/questi...lation-889605/ and think it is a very similar issue to this one. Only difference is that in the other thread the OP was the one who asked people for a similar job. And they destroyed his Windows-installation.

In my opinion it would be reliable to decline doing such a job if one has not the necessary experience. At least I'd use my own computer or a virtual machine for some exercises before working at other peoples computers.

Markus
 
  


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
GRUB--sata drive added to existing IDE setup? zkdabek Linux - Hardware 1 10-08-2009 11:31 AM
How do you add another drive to your existing system? blkcamarozr28 Fedora 3 08-14-2006 03:28 AM
How to add a hard drive existing Linux system a1ntsk33r3d Linux - Hardware 5 06-28-2005 02:20 PM
Adding ide drive to existing raid 5 help koj333 Linux - Hardware 3 09-28-2003 12:28 PM
Add a new hard drive to existing RH 7.2 guanyu Linux - Software 1 02-27-2002 10:17 PM

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

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