Can't change permissions on files on my WD Passport ?
I just loaded PETSc on my new WD Passport and tried:
$ ./configure
and got:
bash: ./configure: Permission denied
$ ls -l configure -rw-------. 1 jski jski 340 Aug 31 12:33 configure
Tried: $ chmod 777 configure
No good.
Tried: $ su -c 'chmod 777 configure'
No good.
What gives?
How can I change permissions on files on this drive/device?
---John