Re: Newbie question...
"System" <[email protected]>
| Newsgroups | gmane.linux.redhat.release.enigma |
|---|---|
| Message-ID | <015f01c2e4b1$b96c1dd0$1a01a8c0@vishal> |
Thankx for ur reply. I need to create ext3 filesystem. Tina.. ----- Original Message ----- From: "Tony Nugent" <[email protected]> To: "Redhat 7. 2 Enigma Mailing List" <[email protected]> Sent: Friday, March 07, 2003 7:21 PM Subject: Re: Newbie question... > On Fri Mar 07 2003 at 18:50, "System" wrote: > > > I have two HDD already installed on my linux machine. I need to reformat the > > second HDD (/dev/hdb) and mount it as single partition /backup. My second > > HDD has three partitions in it. > > > > How do I go about it. > > fdisk /dev/hdb > - delete the three existing partitions > - create a new one (primary, on hdb1) > mke2fs -j -m1 /dev/hdb1 > mount /dev/hdb1 /backup > > > Thank you, > > > > Tina.. > > Cheers > Tony > > > > _______________________________________________ > enigma-list mailing list > [email protected] > https://listman.redhat.com/mailman/listinfo/enigma-list > > >