> hello,
> I have dual os winXp and solaris 10 , I want to
> explore winxp partition(fat32) from solaris
> environment . from smc -.disks it is not showning any
> other disk than that of solaris.how can I accomplish
> this task
This is a typical command line task
Say you have a disk that is set up with WinXP on second partition and the disk is named c0d0 in Solaris, then a command could look like this:
mount -F pcfs /dev/dsk/c0d0p0:2 /mnt
There are plenty of descriptions on the net, try google for 'solaris mount fat32'