I have FreeNAS running on an eSXI box. My issue is that when I mount the drive as CIFS on my Ubuntu box or access via Windows 7 box, I'm not able to write to the "share" I've set up. I can SSH to the share and move files back and forth using the same user account.
This is how I'm mounting the share in Ubuntu
mount -t cifs -o username=myname,password=mypassword //192.168.0.5/NAS /media/myname/FREENAS
I would like to make it so my Windows and Ubuntu users can read and write to this share.
This is how I'm mounting the share in Ubuntu
mount -t cifs -o username=myname,password=mypassword //192.168.0.5/NAS /media/myname/FREENAS


I would like to make it so my Windows and Ubuntu users can read and write to this share.