# fdisk -l /dev/hdb
Disk /dev/hdb: 3228 MB, 3228696576 bytes
16 heads, 63 sectors/track, 6256 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes
   Device Boot    Start       End    Blocks   Id  System
/dev/hdb1   *         1      6256   3152992+  a5  FreeBSD
# ls -l /dev/ide/host0/bus0/target1/lun0/
total 0
brw-------    1 root     root       3,  64  1月  1  1970 disc
brw-------    1 root     root       3,  65  1月  1  1970 part1
brw-------    1 root     root       3,  69  1月  1  1970 part5
brw-------    1 root     root       3,  70  1月  1  1970 part6
# mount -t ufs -o ufstype=44bsd,ro /dev/hdb1 /mnt
ref. http://lists.debian.org/debian-user/2002/debian-user-200205/msg04381.html