> mount says:
> mount -F pcfs /dev/dsk/c0t0d0p0 /mnt
> mount: /dev/dsk/c0t0d0p0 is not a DOS filesystem.
If it's a disk with an fdisk partition table:
mount -F pcfs /dev/dsk/c0t0d0p0:c /mnt
But it guess it's not that easy, otherwise
hal would already have mounted it automatically...
> mount -F pcfs /dev/dsk/c0t0d0p2 /mnt
> mount: I/O error
What fdisk partition table is on that usb hdd?
Print it with
fdisk -R -W - /dev/rdsk/c0t0d0p0
Fdisk entry #2 is supposed to contain a fat filesystem?
What is reported by fstyp, for the p1, p2, p3 and p4 slice?
fstyp -v /dev/dsk/c0t0d0p1
fstyp -v /dev/dsk/c0t0d0p2
fstyp -v /dev/dsk/c0t0d0p3
fstyp -v /dev/dsk/c0t0d0p4
Is any of these identified as a "pcfs" filesystem?
--
This message posted from opensolaris.org