All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Largent <jlargent@imagelinks.com>
To: Tom Troonbeeckx <tom.troonbeeckx@ideaxis.com>
Cc: linux-admin@vger.kernel.org
Subject: Re: Partitioning + formatting a new HD(120GB)
Date: Fri, 23 May 2003 09:55:31 -0400	[thread overview]
Message-ID: <3ECE2853.2090800@imagelinks.com> (raw)
In-Reply-To: <ALECJBOGPBKDNCCOAFDDEEKICKAA.tom.troonbeeckx@ideaxis.com>

primary master hda
primary slave  hdb
secondary master hdc
secondary slave  hdd

Partition the drive:
man fdisk

fdisk /dev/hd?
or
sfdisk /dev/hd?

Format partitons:
man mke2fs

for ext2
mke2fs /dev/hd??

ext3

mke2fs -j /dev/hd??

fat

mkdosfs /dev/hd??
or
mkdosfs -F32 /dev/hd?? for fat32


Tom Troonbeeckx wrote:
> Dear Sir/Madam,
> 
> I have plugged in a new IDE HD.  The motherboard detects it already.
> 
> After a restart the kudzu doesn't detect this HD.  I have to do a manual
> format and partitioning i guess.
> In which way can i format this HD and cut this HD in partitions?
> 
> Yours truly
> 
>  Ideaxis nv
> -facing the internet-
> 
> Flanders Multimedia Valley
> Wetenschapspark 1
> B-3590 DIEPENBEEK
> 
> Tel : +32 11 26 89 20
> Fax : +32 11 23 22 17
> Mobile: +32 479 13 14 81
> 
> E-Mail: tom.troonbeeckx@ideaxis.com
> URL: http://www.ideaxis.com/
> 
> Ideaxis nv legal disclaimer
> The information contained in this e-mail is confidential and may be
> privileged. It may be read, copied and used only by the intended recipient.
> If you have received it in error, please contact the sender immediately by
> returning this e-mail. Please delete this e-mail and do not disclose its
> contents to any person. Ideaxis nv does not accept liability for any
> errors, omissions, delays of receipt or viruses in the contents of this
> message which arise as a result of e-mail transmission.
> 
> 
> -
> To unsubscribe from this list: send the line "unsubscribe linux-admin" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
> 

-- 
Jeff Largent                   ImageLinks, Inc.
Sr System Admin                Melbourne, Fl 32935
(321) 253-0011                 fax: (321) 253-5559


  parent reply	other threads:[~2003-05-23 13:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-23  9:34 Partitioning + formatting a new HD(120GB) Tom Troonbeeckx
2003-05-23 13:41 ` Jorge R. Csapo
2003-05-23 13:55 ` Jeff Largent [this message]
2003-05-25 22:29 ` Stewart

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3ECE2853.2090800@imagelinks.com \
    --to=jlargent@imagelinks.com \
    --cc=linux-admin@vger.kernel.org \
    --cc=tom.troonbeeckx@ideaxis.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.