mount fat32

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
[228 byte] By [thbaiga] at [2007-11-27 8:07:27]
# 1

> 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'

Thommy_Ma at 2007-7-12 19:50:10 > top of Java-index,General,Sys Admin Best Practices...