Results 1 to 3 of 3

Thread: Disk Formatting

Hybrid View

  1. #1

    Disk Formatting

    I want to reinstall on a different First HDD, but the disk needs to be reformatted.

    I would like to install an old Win98SE first, Then SuSE Linux again, but how do I first reformat the disc please?

  2. #2
    Advisor Outlaw's Avatar
    Join Date
    May 2001
    Location
    Clifton Park, NY
    Posts
    630
    first fdisk -l and get the drive divided up with your partitions: sudo fdisk /dev/hda

    then format partition 1 for etxt3 as an example: sudo mke2fs -j /dev/hda1 and so on for next partitions.

  3. #3
    Associate
    Join Date
    Apr 2004
    Location
    Juneau, Alaska
    Posts
    31
    The first (/dev/hda1) will probably want to be vfat (fat32) if Win 98SE is going to go onto it.

    That said, if this is the only hard-disk in the box then a Knoppix or other live-cd distro would allow you to format the disk while running from the cd-rom drive.

    Cfdisk, fdisk GnuParted and Gparted are all tools you may find on live-cd.

Similar Threads

  1. OpenBSD Installation Guide (for v3.0)
    By Schotty in forum Linux - General Topics
    Replies: 3
    Last Post: 02-28-2006, 09:34 AM
  2. problem with windows linux network
    By grooverider in forum Linux - Hardware, Networking & Security
    Replies: 0
    Last Post: 01-29-2005, 01:36 AM
  3. Boot Disk for an NTFS or FAT Partition
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-03-2005, 11:47 PM
  4. Tid-Bits #6- GRUB error code
    By babbing in forum Linux - General Topics
    Replies: 2
    Last Post: 09-10-2002, 08:44 AM
  5. DSP-device fsk'd up ;-(
    By Pantheus in forum Linux - General Topics
    Replies: 28
    Last Post: 09-05-2002, 01:13 AM

Bookmarks

Posting Permissions

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