My Windows drives are automatically mounted in Ubuntu. File operations on Windows drives had been going well until today when creating a directory on a nfts Windows drive is denied:
$ mkdir /windows-d/tmp
mkdir: cannot create directory `/windows-d/tmp': Operation not supported
Some permission info is:
$ ls -l / | grep "windows-d"
drwxrwx--- 1 root plugdev 229376 2009-11-28 20:28 windows-d
Reboot Ubuntu doesn't solve my problem.
I wonder what's wrong with it?
Thanks and regards!