Problem is I cannot do any changes to the files on the disk. I've followed the wiki to the letter and searched high and low, but I simply cannot get a solution. (I have no problems with writing to a flash disk.)
I created and mounted the disk as /media/samsungdisk. Its also in fstab, as vfat, and it does mount correctly at boot. The samba server start as expected.
The below commands does not change any permissions.
sudo chown -R root:users /media/samsungdisk
sudo chmod -R ug=rwx,o=rx /media/samsungdisk
give rwxr-xr-x. I've also tried to change only one file's permission, but it stay the same. Plugging the USB disk into an ubuntu machine, and I can read and write.ls -l
Any help will be much appreciated.