Hi,
USB drives in my case da0, in my understanding I have limited number of read/write by sector. So I was wondering to create 2 partitions with a same size and use gmirror() and use round-robin to mirror them in order to extend the number of read/write.
USB drives in my case da0, in my understanding I have limited number of read/write by sector. So I was wondering to create 2 partitions with a same size and use gmirror() and use round-robin to mirror them in order to extend the number of read/write.
- Is this correct assumption? if not, explanation is appreciated.
- How about using gmirror() for the freebsd-boot in a single USB drive?