problem mounting ext2 partition

Hi,

I have an external hard disk with a partition on HFS+ and another on EXT2. I mounted the EXT2 partition without problem in the morning, but I've copied some files on the EXT2 partition using a linux live CD and now I can not access the EXT2 partition.

I tried mounting the partition as root and I get this error:

Code:
FreeBSD# mount -t ext2fs /dev/da2s2 /mnt
mount: /dev/da2s2 : Operation not permitted

Any idea?
 
Back
Top