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 ...
- 03-27-2007 #1Just 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
- 03-27-2007 #2
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.
GParted is also available in Ubuntu Desktop CD.Code:sudo apt-get install gparted
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 03-27-2007 #3Just Joined!
- Join Date
- Mar 2007
- Posts
- 23
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?
Originally Posted by devils_casper
Thanks
- 03-27-2007 #4Just 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.
- 03-27-2007 #5
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


Reply With Quote