I have a hard drive with ubuntu that I just wanted left alone wih free space. It has now turned my entire sdb5 into swap area. I do not want this. that would be like 80 gb of swap. anyways how do I set up swap space on the other drive or this drive and make a new partition for ext3. Here is my fstab. do I create new partition on sdb5 like 2 gb then another partition for the rest of space? Is that sdb5 even my other hard drive. I think I recall during the setup that being it. thanks in advance
Code:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/sdb1 / ext3 defaults,errors=remount-ro 0 1
/dev/sdb5 none swap sw 0 0
/dev/hda /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0