[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.
ref: man page, mkfs_pcfs(1M)
Wish this helps.
regards,
Stanley Huang
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
Post a Comment