Hi everyone,
At first I apologize if my syntax is bad.
I wrote my old images to a memory stick with dd, but now, I want to replace it with the bootonly release version of FreeBSD (=ISO9660 format).
At first I apologize if my syntax is bad.
I wrote my old images to a memory stick with dd, but now, I want to replace it with the bootonly release version of FreeBSD (=ISO9660 format).
- I connected my USB memory stick to my PC, how could I find its device file name? (For Example in Linux I run
blkid
but what is the equivalent in FreeBSD?) - I assume that its device name is da0. How can I partition it? (What is the equivalent of parted or gparted in FreeBSD?)
- Also how can I write my ISO image (e.g. the FreeBSD bootonly ISO Image) to my memory stick?