I managed to mount my server to a folder in my profile, however in order to do this every time, I think i need to edit fstab.
Hows this:
Code:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda2
UUID=190eba17-6492-49fe-a8b4-f3b956987e3f / ext2 relatime,errors=remount-ro 0 1
# /dev/sda5
UUID=dbcdadc2-fbbe-4b82-ac0e-ad963b53ec15 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
#Music folders
//192.168.0.10/Public/music /home/jophish/Music smbfs auto 0 0
Bookmarks