Pls help. Sorry for an ordinary q, but... I need a shared space on hdd for file-exchange between Solaris and Win2k.
I'v got 3 partitions:
1. - fat32 and Win2k with it.
2. - fat32. For sharing.
3. - ufs Solaris.What exactly i need to write in a command line to mount the second partition in to Solaris?
Thank you.

Hey everybody!
I'v found it.
Thanks to everybody:-)
Hi ,
can you please let us too know, how u fixed up your problem.warm regards,
Pradeep
Thanking you in Advance.
With Regards,
Pradeep
pradeep, Solaris calls FAT "pcfs", so "mount -F pcfs /dev/dsk/... /mnt/fat32". If it works, add it to /etc/vfstab.
2Pradeep:
mkdir /disk_d
mount -F pcfs /dev/dsk/c0d0p2 /dsk_dYou can view external partitions(none
Solaris) with this:
fdisk -W - /dev/rdsk/c0d0p0I'm working with Solaris 9.
