Below is my shared section of /etc/samba/smb.conf
# My Shared Drive Western Digital 500gb
[usbdrive]
path = /media/usbdrive
browseable = yes
read only = no
locking = no
guest ok = yes
available = yes
writable = yes
public = yes
printable = no
locking = no
strict locking = no
Below is my /etc/fstab entries, I have tried both entries with no success.
#
#Mount Western Digital Disk
#
UUID=EA6854D268549F5F /media/usbdrive ntfs-3g
auto,users,mode=0777,uid=,gid=,dmask=027,fmask=137,rw,utf8 0 0
#Samba
//W4LCS-SERVER/usbdrive /media/usbdrive cifs user=user,uid=,gid=,0 0