Hi,

I'm having problems mounting the smb shares on my networkdrive.
I'm using Ubuntu 8.10 and the network drive is a sitecom MD-250.

I can't mount my shares. When i use Places => Network i can browse and see //Storage and the shares that are on it but i can mount and when i try to open them i get put back in my home.

- I've installed smbfs and winbind.
- I added wins to nsswitch.conf (before dns)
- I've created /media/PUBLIC

- fstab looks like this.
Code:
# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
# /dev/sda1
UUID=9c9a4500-96f5-4c94-a12c-cd423860501b /               ext3    relatime,errors=remount-ro 0       1
# /dev/sda5
UUID=703c8617-51b7-4a56-9a73-7203fe7c514b none            swap    sw              0       0
/dev/scd0       /media/cdrom0   udf,iso9660 user,noauto,exec,utf8 0       0
#NETWORK SHARES
//storage/PUBLIC  /media/PUBLIC  cifs    guest,rw,iocharset=utf8,file_mode=0777,dir_mode=0777 0 0
- smbtree only gives
Code:
WORKGROUP
	\\STORAGE
- smbclient -L //storage shows
Code:
Domain=[ȇ] OS=[] Server=[���]

	Sharename       Type      Comment
	---------       ----      -------
	PUBLIC_FTP      Disk      
	PRIVATE         Disk      
	PUBLIC          Disk      
	UPLOAD          Disk      
	IPC$            IPC       

	Server               Comment
	---------            -------

	Workgroup            Master
	---------            -------
Could someone give me a suggestion what i can do to make this work?