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!

link|improve this question
You can't do what the camera doesn't let you. – Ignacio Vazquez-Abrams Jan 18 '11 at 20:46
Are you sure that's the reason; the camera? How do you know it's not OS X? – Jonas Byström Jan 18 '11 at 20:48
Seemed like the camera's fault. Sent a support question to Panasonic about it. – Jonas Byström Jan 18 '11 at 23:14
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.