Find the answer to your Linux question:
Results 1 to 5 of 5
Hello I have been using Ubuntu for about a year now, and its installed on a 60 GB HDD, but the HDD is running out of space. I decided to ...
  1. #1
    Just Joined!
    Join Date
    Mar 2007
    Posts
    23

    Adding another HDD to the system

    Hello

    I have been using Ubuntu for about a year now, and its installed on a 60 GB HDD, but the HDD is running out of space. I decided to add more space to it, I had a 80 GB HDD laying around so I connected to my computer, but the HDD is FAT32 right now and it can't be used in Ubuntu. What can I do so I can use this HDD on Ubuntu?

    Thanks

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    create partition and format in ext3 filesystem in second harddisk. if you are familiar with fdisk, create/format partition through with that OR install GParted in Ubuntu.
    Code:
    sudo apt-get install gparted
    GParted is also available in Ubuntu Desktop CD.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Mar 2007
    Posts
    23
    Quote Originally Posted by devils_casper
    create partition and format in ext3 filesystem in second harddisk. if you are familiar with fdisk, create/format partition through with that OR install GParted in Ubuntu.
    Code:
    sudo apt-get install gparted
    GParted is also available in Ubuntu Desktop CD.
    Thanks for the program, I formated my 80 GB HDD to ext3, but it still doesn't show up in "My Computer" I tried accessing it from /dev/hdb1 and even tho the icon is there it wont let me in, so I can read/write to the HDD. Is there anything that I can do?


    Thanks

  4. #4
    Just Joined!
    Join Date
    May 2005
    Location
    USA
    Posts
    42
    You'll probably have to add that hard drive into your /etc/fstab. A quick search should show you how to do it.

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    yes. as suggested by KyKo, you have to add entries of second harddisk's partitions in /etc/fstab file.
    post the output of 'sudo fdisk -l' command here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

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