View Single Post
  #2   (View Single Post)  
Old 6th June 2008
TerryP's Avatar
TerryP TerryP is offline
Arp Constable
 
Join Date: May 2008
Location: USofA
Posts: 1,547
Default

I do not have access to a Solaris machine... So don't quote me but I think it would be like this in /etc/vfstab:


Code:
/dev/dsk/your_fat32_partition    /dev/dsk/your_fat32_partition    /your/mount/point    pcfs    -    yes    rw

b/c I doubt Solaris would like my test machine, I've never tried installing it so my knowledge of it is very minimal :-( but I think the above would work, replacing your_fat32_partition with what ever Solaris calls your fat32 partition and /your/mount/point with the place you want to mount it.
__________________
My Journal

Thou shalt check the array bounds of all strings (indeed, all arrays), for surely where thou typest ``foo'' someone someday shall type ``supercalifragilisticexpialidocious''.
Reply With Quote