connecting external USB and use as SMB

I have connected a usb to my RB411 board.
I can see it on the file list.

  1. do I ahve to put something in the Domain\Comment ?
    for now I left it blank.
    now I want to be able to getting to it
    I have done like it say in the Wiki
/ip smb print        
       enabled: yes
        domain: 
       comment: 
  allow-guests: yes
    interfaces: all



/ip smb shares print 
Flags: X - disabled, I - inactive, * - default 
 #    NAME                             DIRECTORY                            MAX-SESSIONS
 0  * ;;; default share
      pub                              /pub                                           10
 1    disk2                            /disk2                                         10

but when I open the browser at http://172.16.5.22/pub
I get error 404 web page Not Found
(If I enter to http://172.16.5.22 - I get to the logn page of the router )
why?
what have I done wrong?

also - I want to put some files on the usb and be able to use them on my hotspot login.html
for this , I need to use the SMB?

Thanks ,

Smb is not http. Modern windows use newer smb protocol version than the ros supports. You could need to lower the smb protocol version in the windows registry to get access to mikrotik hosted smb share. Better to forget that.

OK, Thanks ,