How do I mount fat32 in solaris?

# mkdir /Windows

# mount -F pcfs /dev/dsk/c0d0p0:c  /Windows

Mount automatically during boot:

You can make this mount automatically during boot by adding a line to the /etc/vfstab :

/dev/dsk/c0d0p0:c  -  /Windows  pcfs  -  yes  –

That “c” at the end of the device name means the first FAT partition on the hard drive.

Note:  If you dont know the drive look into /dev/dsk directory where all block device reside.

Leave a Comment

Your email address will not be published. Required fields are marked *

CAPTCHA * Time limit is exhausted. Please reload the CAPTCHA.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Scroll to Top