well, which disk is it on ?
Do you have more than one disk in your PC ?
If the Primary DOS partition is on the first PC BIOS partition
on the only disk in the system i would guess that it would be:
mount -F pcfs /dev/dsk/c0t0d0p0:c /mnt
But if the first disk in the system is on Device chanell 0 ( ie c0 ) or
on device chanell 1 ( ie c1 or c2 ) is entierly dependent on what else
exists in you particular PC.
Motherboards with multiple diskchannels will be enumerated as they are
found.
if you have IDE ch0 and IDEch 1 and SATA ch 2
and you have a single SATA disk in the box it will sit on channel 2 and
your device path will be:
mount -F pcfs /dev/dsk/c2t0d0p0:c /mnt
//Lars
This message posted from opensolaris.org