Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2006
    Location
    Morocco
    Posts
    74

    Re-Partitioning Hdd

    Hello .

    i have an secondary hdd 250Gb installed and partitioned with fallowing info :


    /dev/sdc5 92G 38G 50G 44% /backup
    /dev/sdc6 42G 5.2G 35G 13% /stream
    /dev/sdc1 97G 93M 92G 1% /home2


    now i want to re-partitionning the hdd like this

    200G /backup
    50G /home2

    what command chould i do ?

    or simple merge /home2 to /backup partition .

    can anyone help me please with some Howto for this situation .

    Thanks in advance .
    From The

  2. #2
    try QTParted.

    A reference is as followed:
    http://www.help2go.com/Tutorials/Com...ormatting.html

  3. #3
    Join Date
    Jun 2003
    Posts
    367
    Hi,

    cfdisk is a good cli tool that is a lot more easy to understand than fdisk. You can run it over ssh.

    Be aware that if you do this you will loose all the data on the partitions.

    If you need to re-size the partitions without losing data you will need to use different tools.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •