When I jack my camera into my Mac mini it gets auto-mounted as read only:
/dev/disk1s1 on /Volumes/NO NAME (msdos, local, nodev, nosuid, read-only, noowners)
I would like to mount it as "write" to be able to copy some pictures onto the SD-card inside, but simply
sudo mount -rw -t msdos /dev/disk1s1 /Volumes/Whatever
doesn't work ("permission denied"), only mount -r works. Anybody know why and how to fix? Thanks!