How about sudo chmod 777 -R /path/*
That should blow away all permissions.
No joy here either. I've got to go focus on work for a bit. Thanks for the suggestion.
It's probably mounted as ro then, you'll need to mount -o rw or mount -o remount,rw
It's probably mounted as ro then, you'll need to mount -o rw or mount -o remount,rw
Yeah, that's what I've got to figure out when I have time to pay some actual attention to what I'm doing. :-D
Mount it like you did before and then just issue a "sudo mount" command. That should list all mounted partitions and their status.
(post is archived)