I've inserted a 128Gb USB Memory Stick and destroyed the previous formatting with
gpart destroy -F /dev/da0
I want to create 4 off 30Gb FAT32 partitions, so I then rebuilt the structure:
gpart create -s mbr /dev/da0
gpart add -s 30G -t fat32 /dev/da0
gpart add -s 30G -t fat32 /dev/da1
gpart...
hi. a simple question. have a da2 dev mounted on freebsd 64 bit.
in the past i formated usb with msdos like this. newfs_msdos da2 that works.
but i don't want to use msdos or FAT32 anymore on BSD.
but i would like to use a pure unix format to work with my usb flash drives. perhaps...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.