[Level 2] How to create a FAT32 file system on OpenSolaris

Today, my colleague ask me how to create FAT32 on OpenSolaris~
Actually, you can use the command "mkfs" to create it.

# mkfs -F pcfs -o FAT=32 /dev/rdsk/c1t0d0p0:1

ref: man page, mkfs_pcfs(1M)

Wish this helps.

regards,
Stanley Huang

Comments

Popular posts from this blog

[Level 1] Rar tool for Solaris.

[Level 2] iif in Python