pkgsrc/filesystems/fuse-ext2/DESCR
nia 446aba94b5 fuse-ext2: Update to 0.0.10
this is a settlement release for fuse-ext2.

limitations:

    disabled multithread support by default for fuse.
    write support is disabled by default, use '-o rw+' option for to enable writing. and use at your own risk.

Mon Mar 30 19:17:44 EEST 2015
	- version 0.0.9
	- fix write tests for pjdfstest
	- fix ext2fs_file_*, need to open/release in every file operation

Mon Mar 28 10:21:43 EEST 2015
	- version 0.0.8 - lazarus, raised from dead
	- use e2fsprogs from system (mac, linux)
	- fix build routines for new systems (mac, linux)
	- switch to osxfuse (mac)
2020-08-11 13:38:14 +00:00

5 lines
255 B
Text

fuse-ext2 is a multi OS FUSE module to mount ext2, ext3, and ext4
file system devices and/or images with read write support.
Even though write support is available, please do not mount your
filesystems with write support unless you have nothing to lose.