Samba share problem in Linux 6.4

Hi ,
In samba i have shared my home directory,
but its showing as a printer.
Not able to share data.

[priyank@xxx ~]$ smbclient -L 192.168.122.1
Enter priyank's password: 
Domain=[LINUXKVM] OS=[Unix] Server=[Samba 3.6.10-125.el6]

    Sharename       Type      Comment
    ---------       ----      -------
    shared_priyank  Printer      Temporary file space
    IPC$            IPC       IPC Service (Samba Server Version 3.6.9-151.el6)
Domain=[LINUXKVM] OS=[Unix] Server=[Samba 3.6.9-155.el6]

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

    Workgroup            Master
    ---------            -------

Smb.conf

[global]
    workgroup = LINUXKVM
    server string = Samba Server Version %v
    interfaces = lo, virbr0
    security = SHARE
    log file = /var/log/samba/log.%m
    max log size = 50
    cups options = raw

[shared_priyank]
    comment = Temporary file space
    path = /home/priyank
    force user = priyank
    read only = No
    create mask = 0777
    directory mask = 0777
    guest only = Yes
    guest ok = Yes

How to change type from printer to Disk ?

can u access Using command ?

smbclient //hostname.example.com/shared_priyank -U priyank

smbclient //hostname.example.com/shared_priya -U priya

use it i hope u 'll get sollution

Try this

comment = Temporary file space    
path = /home/priyank   
force user =  priyank
read only = No
create mask = 0777
directory mask =  0777
guest only = Yes
guest ok = Yes
printable = No