Re: Reformat

2002-07-01 Thread Price Technology
. Its a free utility that will let you perform a low level > format on the drive then you can repartition the drive for use with any > OS. You can download it from IBM.com > > Rico > > On Tue, 2002-06-25 at 17:24, [EMAIL PROTECTED] wrote: > > As I remember you have to delete

Re: Reformat

2002-06-30 Thread Richard N. Rico
ith fdisk and > then reformat them with dos there is a web site that tells you > how to reformat a drive that was used for linux to use it for > windows I don't remember but if you search for formatting a drive > you should be able to find it. > Linda > > O

Re: Reformat

2002-06-25 Thread hanfamily
As I remember you have to delete the partitions with fdisk and then reformat them with dos there is a web site that tells you how to reformat a drive that was used for linux to use it for windows I don't remember but if you search for formatting a drive you should be able to fi

Re: Reformat

2002-06-25 Thread Ben Ocean
At 10:56 AM 6/25/02 -0400, you wrote: >At the LILO prompt, type "linux 1" to boot into single user mode. Thanks. Now, I don't want to get this wrong, so if I want to reformat the hard drive, do I type this? mkfs -t /dev/hd1 TIA, BenO

Re: Reformat

2002-06-25 Thread Pablo Ferro
with a Windows floppy, run fdisk /mbr (this is a different version of fdsik) and create the partitions you want. HTH Pablo. - Original Message - From: "Ben Ocean" <[EMAIL PROTECTED]> Newsgroups: gated.redhat-list To: <[EMAIL PROTECTED]> Sent: Tuesday, June 25, 200

Re: Reformat

2002-06-25 Thread mikeyw
Ocean" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 25, 2002 9:58 AM Subject: Reformat > Hi; > I have a box on which I installed RH62 some time ago using the same > password as my old server. Then I quit using it, changed servers and forgot > the old

Re: Reformat

2002-06-25 Thread Mike Burger
assword. Now I want to reformat it (there's nothing of value on > it) with Windoze. I've tried tapping F1, F4, F8 and F10 on boot-up to no > avail. What do I do? > TIA, > BenO > > > > > ___ > Redhat-list mailing

Reformat

2002-06-25 Thread Ben Ocean
Hi; I have a box on which I installed RH62 some time ago using the same password as my old server. Then I quit using it, changed servers and forgot the old password. Now I want to reformat it (there's nothing of value on it) with Windoze. I've tried tapping F1, F4, F8 and F10 on boo

Re: Reformat partition

2002-02-04 Thread Enrique Bory Simon
mes Pifer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 04, 2002 5:51 PM Subject: Reformat partition > I have a second drive in a new install of RH7.2. Now that I already have > linux installed how to I format the drive and add a mount point? It > currently

Re: Reformat partition

2002-02-04 Thread Statux
You have to use fdisk to remove the NTFS partition and repartition to Linux Native. Then write the partition table and do a mkfs.ext2 on each partition created. Then edit your /etc/fstab and add the device entries for the partitions. Make sure the mount point directories exist before mounting

Reformat partition

2002-02-04 Thread James Pifer
I have a second drive in a new install of RH7.2. Now that I already have linux installed how to I format the drive and add a mount point? It currently has NTFS on it. I don't see how to do it with fdisk. Can disk druid be run after Redhat is installed? Is the a GUI in KDE for doing this? Than

Re: What is 'command' to reformat partition for MS DOS

1999-11-03 Thread Aaron Konstam
> > I plan to remove a harddrive from my linux box and move it > to an old Win95 box. > > I understand that I need to > > a: run fdisk [ inlinux] and change format to DOS. > > b: I need to reformat the disk [ using Linux ] > >BUT... I don'

Re: What is 'command' to reformat partition for MS DOS

1999-11-03 Thread Vidiot
Johnny: >I plan to remove a harddrive from my linux box and move it >to an old Win95 box. > >I understand that I need to > >a: run fdisk [ inlinux] and change format to DOS. Why? Just remove all active partitions. >b: I need to reformat the disk [ using Linux ] >

RE: What is 'command' to reformat partition for MS DOS

1999-11-03 Thread Garcia, Paul
dows based os from it (after the appropriate installation of the respective os...) paul garcia ] -Original Message- ] From: Johnny [mailto:[EMAIL PROTECTED]] ] Sent: Wednesday, November 03, 1999 3:29 PM ] To: Redhat-List ] Subject: What is 'command' to reformat partition for

Re: What is 'command' to reformat partition for MS DOS

1999-11-03 Thread Chris Fishwick
> a: run fdisk [ inlinux] and change format to DOS. Why not just delete the partition using linux fdisk, install the drive in the DOS machine, fdisk it in DOS, and then format it? Regards Chris -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.

What is 'command' to reformat partition for MS DOS

1999-11-03 Thread Johnny
I plan to remove a harddrive from my linux box and move it to an old Win95 box. I understand that I need to a: run fdisk [ inlinux] and change format to DOS. b: I need to reformat the disk [ using Linux ] BUT... I don't know what command to use. c: after moving to the DOS/

Re: What is 'command' to reformat partition for MS DOS

1999-01-02 Thread Todd A. Jacobs
On Wed, 3 Nov 1999, Vidiot wrote: > Yep. I think you can even skip part a) and use MessyDOS fdisk to delete > the active partitions and redo them as DOS partitions. fdisk.exe will often choke on non-DOS partitions, especially if you have them in the extended partition. It's better to delete the

Re: What is 'command' to reformat partition for MS DOS

1999-01-02 Thread Todd A. Jacobs
On Wed, 3 Nov 1999, Johnny wrote: > b: I need to reformat the disk [ using Linux ] /sbin/mkfs -t vfat /dev/hd-whatever -- Todd A. Jacobs Network Systems Engineer -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.

Re: What is 'command' to reformat partition for MS DOS

1999-01-02 Thread Doug McGarrett
>Subject: Re: What is 'command' to reformat partition for MS DOS >Message-Id: <[EMAIL PROTECTED]> >Content-Type: text/plain; charset=us-ascii >Content-Transfer-Encoding: 7bit > >Johnny: > >>I plan to remove a harddrive from my linux box and move it &g

RE: What is 'command' to reformat partition for MS DOS

1999-01-02 Thread Frank Carreiro
ry. Give it a shot. Works on my floppies :D Frank I plan to remove a harddrive from my linux box and move it to an old Win95 box. I understand that I need to a: run fdisk [ inlinux] and change format to DOS. b: I need to reformat the disk [ using Linux ] BUT... I don't know