Skip to Content.
Sympa Menu

baslinux - [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: "Basic Linux" <baslinux AT lists.ibiblio.org>
  • Subject: [BL] How to partition and format a hard disc
  • Date: Fri, 11 Jan 2008 21:03:22 -0200

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


-----------------------
BasicLinux mailing list
-----------------------
http://www.basiclinux.com.ru
http://www.ibiblio.org/pub/linux/distributions/baslinux/
------------------------------------
To exit, send subject=unsubscribe to
baslinux-request AT lists.ibiblio.org

==================
This is what fdisk -l actually says:

/dev/hda1 * 1 300 139469 83 Linux
/dev/hda2 301 600 139500 83 Linux
/dev/hda3 601 899 139055 5 Extended

Note:
I tried to partition (before) with cfdisk and it seemed to be ok, everything
on the right place.
However, fdisk -l said:

/dev/hda1 * 1 300 139469 83 Linux
/dev/hda2 301 600 139500 83 Linux
/dev/hda3 601 899 139500 5 Extended
/dev/hda5 301 899 139055 82 Linux swap

It seems to me that blocks corresponding to /hda3 and /hda5 were overlapped.
Is it true?

And I have one more question: Where can I put a swap area since fdisks does
not allow me to modify an extended partition?

Thanks again.
Teixeira







Archive powered by MHonArc 2.6.24.

Top of Page