Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Linux in General => Os Talk => Topic started by: deven_01 on August 03, 2005, 06:37:23 AM

Title: how to creat HDD partition after installing Redhat Linux
Post by: deven_01 on August 03, 2005, 06:37:23 AM
Hello friends
 Can anybudy tell me how to create HDD partition after complete installation
 
 Regards
 Linux user
Title: how to creat HDD partition after installing Redhat Linux
Post by: gauravbajaj on August 03, 2005, 10:03:22 AM
Ya
U can do this after giving this command on Linux command line
o see the current partitions give:
#fdisk -l
to make new partitions
#fdisk /dev/hda
            { where  /dev/hda   is ur harddisk partitions }

After that give m for help & follow the instrutions subsequently


Gaurav
Title: how to creat HDD partition after installing Redhat Linux
Post by: ilias on August 04, 2005, 01:58:44 PM
r u can use the utility called parted for command line and qtparted for GUI based
Title: how to creat HDD partition after installing Redhat Linux
Post by: ilias on August 04, 2005, 02:00:07 PM
Is there any built in commands for resizing partitions