Hey. I got linux 2 weeks ago and have said good-bye to Windows forever. So I installed Linux on my second hard drive and have been using it. I went ahead and installed linux on the main drive thinking I could just go back in and "format" it to use for media and other such things. However it looks like Linux is reading it as a seperate computer or something and I can't seem to wipe the drive so I can use as storage.
I did this code to show what is going on. So how do I use my other drive for storage without having to have 2 seperate installs of the OS on them? Thanks. Oh and I want to use the 80G hd for the storage.
sudo fdisk -l
Disk /dev/hda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 9541 76638051 83 Linux
/dev/hda2 9542 9729 1510110 5 Extended
/dev/hda5 9542 9729 1510078+ 82 Linux swap / Solaris
Disk /dev/hdb: 10.2 GB, 10245537792 bytes
255 heads, 63 sectors/track, 1245 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 * 1 1190 9558643+ 83 Linux
/dev/hdb2 1191 1245 441787+ 5 Extended
/dev/hdb5 1191 1245 441756 82 Linux swap / Solaris
I did this code to show what is going on. So how do I use my other drive for storage without having to have 2 seperate installs of the OS on them? Thanks. Oh and I want to use the 80G hd for the storage.
sudo fdisk -l
Disk /dev/hda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 9541 76638051 83 Linux
/dev/hda2 9542 9729 1510110 5 Extended
/dev/hda5 9542 9729 1510078+ 82 Linux swap / Solaris
Disk /dev/hdb: 10.2 GB, 10245537792 bytes
255 heads, 63 sectors/track, 1245 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 * 1 1190 9558643+ 83 Linux
/dev/hdb2 1191 1245 441787+ 5 Extended
/dev/hdb5 1191 1245 441756 82 Linux swap / Solaris
Comment