> Any of you have a External USB drive which will work.

I have quite a few, and they all work.

> I have a Seagate FreeAgent which is not getting
> mounted.

- make sure that the OS has detected the drive,
  check "iostat -En" output
  In iostat output you'll find the device name, e.g.
  c3t0d0

- check the fdisk partition information on the USB drive

  fdisk -R -W - /dev/rdsk/c3t0d0p0

- check if the filesystem type on the primary
  fdisk partition is recognized

  fstyp -v /dev/dsk/c3t0d0p1
  fstyp -v /dev/dsk/c3t0d0p2
  fstyp -v /dev/dsk/c3t0d0p3
  fstyp -v /dev/dsk/c3t0d0p4
-- 
This message posted from opensolaris.org

Reply via email to