Other Accessing an unpartitioned device

I have installed FreeDOS on a USB stick and am trying to access it from FreeBSD.
gpart() does not see it, but file() does.

How can I see what is on it?

Code:
root@W520:~ # file -s /dev/da0
/dev/da0: DOS/MBR boot sector; partition 1 : ID=0xb, active, start-CHS (0x0,1,1), end-CHS (0x3d5,254,63), startsector 63, 15761441 sectors
root@W520:~ #
 
Back
Top