FNGUY
07-02-2001, 10:03 AM
I need to create a new partition and mount point in RH62. The gui tools do not work and I'd like to learn the correct way to do it. Can someone help?
Is it fdisk, format, then mount?
FNGUY thx you.
undef
07-02-2001, 10:39 AM
use cfdisk /dev/hd? to partition the drive (replace ? with the right letter)
you can then use superformat or something to format
to mount you do something like mount /dev/hd?# /mnt/mount_point
bdg1983
07-02-2001, 12:36 PM
You could try the NHF on Creating Filesystems (http://www.linuxnewbie.org/nhf/intel/filesys/creating_filesystems2.html).