Solved Can't mount Sony HandyCam camera

Hi newbie here,
I have problem with my Sony HandyCam camera and mounting internal memory [12G].

When I'm trying to mount it, it shows me:
Code:
% sudo mount -t msdosfs /dev/da0s1 /home/tomik/mnt
mount_msdosfs: /dev/da0s1: Permission denied
same as root:
Code:
# mount -t msdosfs /dev/da0s1 /home/tomik/mnt/
mount_msdosfs: /dev/da0s1: Permission denied

Code:
% fdisk /dev/da0
******* Working on device /dev/da0 *******
parameters extracted from in-core disklabel are:
cylinders=1580 heads=255 sectors/track=63 (16065 blks/cyl)

Figures below won't work with BIOS for partitions not in cyl 1
parameters to be used for BIOS calculations are:
cylinders=1580 heads=255 sectors/track=63 (16065 blks/cyl)

Media sector size is 512
Warning: BIOS sector numbering starts with sector 1
Information from DOS bootblock is:
The data for partition 1 is:
sysid 12 (0x0c),(DOS or Windows 95 with 32 bit FAT (LBA))
    start 43, size 25384916 (12394 Meg), flag 0
        beg: cyl 0/ head 0/ sector 44;
        end: cyl 1023/ head 254/ sector 63
The data for partition 2 is:
<UNUSED>
The data for partition 3 is:
<UNUSED>
The data for partition 4 is:
<UNUSED>

in dmesg I found some weird message about WRITE PROTECT stuff:
Code:
(da0:umass-sim0:0:0:0): WRITE(10). CDB: 2a 00 00 00 00 4b 00 00 08 00
(da0:umass-sim0:0:0:0): CAM status: SCSI Status Error
(da0:umass-sim0:0:0:0): SCSI status: Check Condition
(da0:umass-sim0:0:0:0): SCSI sense: DATA PROTECT asc:27,0 (Write protected)
(da0:umass-sim0:0:0:0): Error 13, Unretryable error
g_vfs_done():da0s1[WRITE(offset=16384, length=4096)]error = 13

Any help?

Thank you,

Tomas
 
Back
Top