Solved Accessing an unpartitioned USB stick

I have a USB stick which is identified as Kingston DataTraveler with a capacity of 7461MB when inserted into my laptop.

file -s /dev/da0 identifies it as having an ext2 filesystem with a volume name of 'rootfs'.
diskinfo -s /dev/da0 gives me a load of hardware specs, but
gpart show tells me there is no such geom, so it must be unpartioned.

I cannot boot from it.

How can I access it's contents?
 
Back
Top