Skip to Content.
Sympa Menu

baslinux - Re: [BL] How to partition and format a hard disc

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: baslinux AT lists.ibiblio.org
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] How to partition and format a hard disc
  • Date: Sat, 12 Jan 2008 06:11:37 +1300

Message from Steven
===================
Teixeira wrote:
>
> I have made the two Basic Linix 3.5 floppies and booted from them.
> Everything was ok but I want to install the system to an old 428mb hd.
>
> The problem is, the 'install-to-had' script tells me there is no ext2.
> I tried fdisk to do the task but it just gives me e
> help menu and nothing else.

Please execute the following and tell us what it says:
--------
fdisk -l
--------

> Am I going the right way?

Yes, more or less.

> I know I have to format the partitions furtherly,
> but I still have 'no ext2'.

The command is mke2fs. For example, to place an ext2
filesystem on /dev/hda3, do the following:
----------------
mke2fs /dev/hda3
----------------
You then mount the filesystem on /hd by doing this:
--------------------
mount /dev/hda3 /hd
--------------------

But before doing the above, please send us what you
see when you do "fdisk -l" (so that we can check that
your partitions are suitable).

Cheers,
Steven





Archive powered by MHonArc 2.6.24.

Top of Page