Hello.
I have a network samba hard disk. I can access it by typing
smb://mirosred1 in my browser.
But what I want to do is, mount it in the /mnf folder.
SO, I try to add this in fstab, bot no luck

Code:
//192.168.0.200  /mnt/mirosred1  cifs  guest,uid=1000,iocharset=utf8,codepage=unicode,unicode  0  0
//mirosred1  /mnt/mirosred1  cifs  guest,uid=1000,iocharset=utf8,codepage=unicode,unicode  0  0
smb://mirosred1  /mnt/mirosred1  cifs  guest,uid=1000,iocharset=utf8,codepage=unicode,unicode  0  0
The hdd IP is : 192.168.0.200
The hdd hostname is: mirosred1
Now I can access this hdd only by typing that: smb://mirosred1 in my browser.
I cannot mount it un /mnt/mirosred1

Please for your help.