Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Solaris doesn't see the FAT32 partition

807559Feb 19 2006 — edited Feb 21 2006
I'm trying to mount my FAT32 partition (to be used to share data between WINXP and Solaris), but I can't figure out how to get Solaris to see the FAT32 partition.

My disk layout is as follows
DISK_1 74Gb
8 Gb NTFS WINXP
10 Gb Solaris 10 x86
57 Gb NTFS

DISK_2 250 Gb
10 Gb FAT32 (I want to use this as shared drive)
225 Gb NTFS

When I run this:
for f in /dev/rdsk/* ; 
do    
  echo "$f = $(fstyp $f 2>/dev/null )"; 
done  
There is no disk listed as pcfs so I don't know what to mount.

/Martin
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 21 2006
Added on Feb 19 2006
2 comments
317 views