I am working on embedded project based on freebsd.
It is looking into having a NVMe device.
I am newbie for freebsd. Based on the handbook, the Freebsd doesn't support the block layer as Linux does.
I am assuming the file system driver (example, ext2fs) will be able to mount with NVMe driver directly.
But, there is forum mentioned GEOM, NVD and NVMe driver is needed.
Since, it is a embedded system. I am thinking to build the system with minimum component needed.
NVMe device is used mainly to enjoy the random access. Hence, the raid, encryption, compression and etc are not needed.
Hope someone can provide advise on this matter.
It is looking into having a NVMe device.
I am newbie for freebsd. Based on the handbook, the Freebsd doesn't support the block layer as Linux does.
I am assuming the file system driver (example, ext2fs) will be able to mount with NVMe driver directly.
But, there is forum mentioned GEOM, NVD and NVMe driver is needed.
Since, it is a embedded system. I am thinking to build the system with minimum component needed.
NVMe device is used mainly to enjoy the random access. Hence, the raid, encryption, compression and etc are not needed.
Hope someone can provide advise on this matter.