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.

This entry was posted in Solaris. Bookmark the permalink.

Leave a Reply

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

*


one × = 1

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>