March 28, 2024, 05:55:16 PM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: how to creat HDD partition after installing Redhat Linux  (Read 5052 times)

Offline deven_01

  • Linux Learner
  • ***
  • Posts: 143
how to creat HDD partition after installing Redhat Linux
« 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

Offline gauravbajaj

  • LST CareTaker
  • Experienced
  • *****
  • Posts: 658
how to creat HDD partition after installing Redhat Linux
« Reply #1 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

Offline ilias

  • Linux Learner
  • ***
  • Posts: 116
how to creat HDD partition after installing Redhat Linux
« Reply #2 on: August 04, 2005, 01:58:44 PM »
r u can use the utility called parted for command line and qtparted for GUI based

Offline ilias

  • Linux Learner
  • ***
  • Posts: 116
how to creat HDD partition after installing Redhat Linux
« Reply #3 on: August 04, 2005, 02:00:07 PM »
Is there any built in commands for resizing partitions