This time around I had to do it, for some reason...
Simple and sleek commands.. I usually use the GUI to partition, but there was an issue with VNC server with our installation..
Anyways
# parted
(parted) -
()print all
()mkpart extended ext2 50.4gb 322gb
()mkpartfs logical ext2 50.4gb 322gb
()print all
shows the new /dev/sda5 or other sequence number
Now,
/etc/fstab should be updated
/dev/sda5 /mount_point defaults 0 0
Done...