Ok, I need some help with this. Somewhere between my mount line and SMB perms (although I doubt it's a SMB problem), my Windows user "Shud" (without quotes obviously) can't write files to this particular drive, though I can see it and browse it.
Here's the mount line in fstab:
/dev/hdb1 /mnt/mp3 ntfs users,owner,rw,umask=0777
I don't quite understand the umask stuff yet, but a friend of mine told me that basically the first # sets no sticky and the other 3 enable read, write, and execute.
Yet I still get permissions denied errors from Windows when I try to copy a file over. Why is this?
Here's the mount line in fstab:
/dev/hdb1 /mnt/mp3 ntfs users,owner,rw,umask=0777
I don't quite understand the umask stuff yet, but a friend of mine told me that basically the first # sets no sticky and the other 3 enable read, write, and execute.
Yet I still get permissions denied errors from Windows when I try to copy a file over. Why is this?