Find the answer to your Linux question:
Results 1 to 5 of 5
hello how do I partition the hard disk and formating the partitions to be far32 or ext etc...? thanks.......
  1. #1
    Just Joined!
    Join Date
    Jul 2006
    Posts
    74

    how do I format a partition?



    hello

    how do I partition the hard disk and formating the partitions to be far32 or ext etc...?



    thanks....

  2. #2
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,319
    You could download a small live cd such as gparted and then use the gparted tool to create and format your partitions.

  3. #3
    Linux Engineer Kieren's Avatar
    Join Date
    Aug 2007
    Location
    England
    Posts
    845
    To format to FAT32 type:

    Code:
    mkfs.vfat -F 32 -c /dev/hdd5
    Where /dev/hdd5 is the partition you want to format
    Linux User #453176

  4. #4
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    17,754
    Another nice tool for working with partitions is the Parted Magic LiveCD:

    Parted Magic

    It's a small download and burn to CD, and it's very easy to use.
    oz

    new users: read this first
    no private messages requesting computer support - post them on the forums!

  5. #5
    Just Joined!
    Join Date
    Sep 2007
    Posts
    9

    Some more info on formatting from the command line

    Here is the mkfs man page.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •