I'm trying to access a partition which
So, may be in a dirty state...
Just found out it is already mounted using a gpt label so not obvious from the list of mounts...
(Goes and hides in a corner hoping no one will read this
)
gpart show
identifies as linux-dataTrying to mount it using101603328 51744768 3 linux-data (25G)
mount -t ext2fs /dev/ada0p3 /mnt/tmp
results in:-mount: /dev/ada0p3: Operation not permitted
So, may be in a dirty state...
fsck.ext2 -y /dev/ada0p3
results in:-At this point I can't be sure what is on this partition or even if it is formatted....e2fsck 1.46.2 (28-Feb-2021)
fsck.ext2: Operation not permitted while trying to open /dev/ada0p3
You must have r/w access to the filesystem or be root
file -s /dev/ada0p3
results in:-What to do?/dev/ada0p3: DOS/MBR boot sector
Just found out it is already mounted using a gpt label so not obvious from the list of mounts...
(Goes and hides in a corner hoping no one will read this

