<div dir="ltr"><div><div><div>FUSE works right on Openindiana /hipster-2015, I installed it with with NTFS support from:<br><a href="http://jp-andre.pagesperso-orange.fr/openindiana-ntfs-3g.html">http://jp-andre.pagesperso-orange.fr/openindiana-ntfs-3g.html</a><br></div>I mount my NTFS partition in OI just right, <br>only bug I see is that files copied from Ntfs partition are all marked executable when copied.<br></div>If it could be used with ext2/3(4?) read-only, (if fs name is 8 characters ;))  that would be great.<br></div><br>If FUSE and Ntfs is also included in OI repositories, that would be also more great.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 12, 2015 at 6:12 AM, Bruce Lilly <span dir="ltr"><<a href="mailto:bruce.lilly@gmail.com" target="_blank">bruce.lilly@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Ken Mays kindly suggested using fuse from SFE and/or ntfs-3G.<br>
<br>
Fuse didn't work because of what looks like a bug in /sbin/mount:<br>
<br>
# mount -F fuse-ext2 /dev/dsk/c2t0d0p7 /mnt<br>
mount: FSType fuse-ext2 exceeds 8 characters<br>
<br>
"fuse-ext2", the name of the fuse module for ext2 is indeed 9 characters long.<br>
Why /sbin/mount should have a problem with that is another matter.<br>
The mount(1M) manual page, which has a recent date but doesn't look quite<br>
like the usual illumos/openindiana man pages, gives no clue, but it mentions<br>
the man page mnttab(4).<br>
The mnttab(4) man page also provides no insight, but refers to<br>
/usr/include/sys/mntio.h.<br>
With appropriate packages installed, /usr/include/sys/mntio.h shows character<br>
array mtl_fstype sized _ST_FSTYPSZ.<br>
_ST_FSTYPSZ is defined in /usr/include/sys/stat.h as 16.<br>
/sbin/mount has a compiled-in string "%s: FSType %s exceeds %d characters".<br>
So if mount is using something less than _ST_FSTYPSZ-1, what is it using<br>
(evidently something that evaluates to 8) and why?<br>
<br>
This is apparently an old issue; it also shows up on a system running oi_151a9.<br>
<br>
ntfs-3G might or might not have a more recent fuse driver, but no ext2<br>
support per se,<br>
so wouldn't help with this problem.<br>
<br>
This, incidentally, is on a triple-boot laptop which also has NetBSD 7.0 and<br>
openSUSE 13.1 Linux installed (both with native ext2 support) and both mounting<br>
5 ext2 data partitions in peaceful coexistence.<br>
<br>
_______________________________________________<br>
oi-dev mailing list<br>
<a href="mailto:oi-dev@openindiana.org">oi-dev@openindiana.org</a><br>
<a href="http://openindiana.org/mailman/listinfo/oi-dev" rel="noreferrer" target="_blank">http://openindiana.org/mailman/listinfo/oi-dev</a><br>
</blockquote></div><br></div>