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't know what command to use. > > > c: afte

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 ] > > BUT... I don't know

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/ Win95 bo

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
Maybe this will help. I've done this with floppies. Should work with hard drives also. >From a terminal window type: mkfs -tmdos /dev/hdx <-- your hard drive to format. You should already have msdos filesystem compiled into your kernel and I believe mkfs is in the /sbin directory. Give it