On 11/06/15 07:14, Andrew Stuart wrote:
/rumprun/src-netbsd/sys/fs lists the following file systems

adosfs  cd9660  efs  filecorefs  hfs  Makefile  msdosfs  nfs  nilfs  ntfs  
ptyfs  puffs  smbfs  sysvbfs  tmpfs  udf  unicode.h  union  unionfs  v7fs

I had expected to see ext2 there. Is ext2 available in rump?

Yes, look at rump/lib/librumpfs*.

ext2 is located in the NetBSD source tree under sys/ufs because ext2 is really just a slightly modified Berkeley UFS and the non-GPL NetBSD reimplementation shares code with UFS/FFS. (and sys/ufs is not under sys/fs for historical reasons)

Reply via email to