<html><head></head><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px"><div id="yui_3_16_0_1_1444690945190_3806">Actually,</div><div>Use the precompiled 64-bit code from the main site which is 2015.3.14. From there, you can use ext2 driver (or update it).</div><div id="yui_3_16_0_1_1444690945190_3766">You can read/write ext2/3/4.</div><div id="yui_3_16_0_1_1444690945190_3807"><br></div><div dir="ltr" id="yui_3_16_0_1_1444690945190_3946"><a id="yui_3_16_0_1_1444690945190_3947" href="http://jp-andre.pagesperso-orange.fr/openindiana-ntfs-3g.html">http://jp-andre.pagesperso-orange.fr/openindiana-ntfs-3g.html</a></div><div id="yui_3_16_0_1_1444690945190_4007" dir="ltr"><br></div><div id="yui_3_16_0_1_1444690945190_4008" dir="ltr">You can usually contact Jean-Pierre on any issues.</div><div id="yui_3_16_0_1_1444690945190_4174" dir="ltr"><br></div><div id="yui_3_16_0_1_1444690945190_4178" dir="ltr">~ Ken</div><div id="yui_3_16_0_1_1444690945190_4177" dir="ltr"><br></div><div id="yui_3_16_0_1_1444690945190_3764"><br></div><div id="yui_3_16_0_1_1444690945190_3762"><span></span></div>  <br><div class="qtdSeparateBR"><br><br></div><div style="display: block;" class="yahoo_quoted"> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 16px;"> <div style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 16px;"> <div dir="ltr"> <font face="Arial" size="2"> On Monday, October 12, 2015 10:09 AM, Bruce Lilly <bruce.lilly@gmail.com> wrote:<br> </font> </div>  <br><br> <div class="y_msg_container">NTFS wouldn't be practical for me; it is a "foreign" filesystem as far<br clear="none">as all of the installed OSes<br clear="none">are concerned.  Changing file modes would be a considerable problem,<br clear="none">and then there are<br clear="none">issues of mapping user and group IDs and possibly modification time,<br clear="none">not to mention tools<br clear="none">availability (fsck, etc.).  FAT also wouldn't work as it doesn't<br clear="none">support chmod, etc.<br clear="none"><br clear="none">The 8-character mount probable-bug is disconcerting.  Even more so is<br clear="none">that the wiki page<br clear="none">listing source repositories (<br clear="none"><a shape="rect" href="http://wiki.openindiana.org/oi/Source+Repositories" target="_blank">http://wiki.openindiana.org/oi/Source+Repositories </a>) appears to be<br clear="none">quite out-of-date, so even if it were possible to easily find the<br clear="none">source there, it might not be<br clear="none">what's actually used.  Therefore I gave up trying to look (ever wonder<br clear="none">why there are so few<br clear="none">developers working on OI...?).<br clear="none"><br clear="none">On Mon, Oct 12, 2015 at 6:51 AM, Nikolam <<a shape="rect" ymailto="mailto:minikola@gmail.com" href="mailto:minikola@gmail.com">minikola@gmail.com</a>> wrote:<br clear="none">> FUSE works right on Openindiana /hipster-2015, I installed it with with NTFS<br clear="none">> support from:<br clear="none">> <a shape="rect" href="http://jp-andre.pagesperso-orange.fr/openindiana-ntfs-3g.html" target="_blank">http://jp-andre.pagesperso-orange.fr/openindiana-ntfs-3g.html</a><br clear="none">> I mount my NTFS partition in OI just right,<br clear="none">> only bug I see is that files copied from Ntfs partition are all marked<br clear="none">> executable when copied.<br clear="none">> If it could be used with ext2/3(4?) read-only, (if fs name is 8 characters<br clear="none">> ;))  that would be great.<br clear="none">><br clear="none">> If FUSE and Ntfs is also included in OI repositories, that would be also<br clear="none">> more great.<br clear="none">><br clear="none">> On Mon, Oct 12, 2015 at 6:12 AM, Bruce Lilly <<a shape="rect" ymailto="mailto:bruce.lilly@gmail.com" href="mailto:bruce.lilly@gmail.com">bruce.lilly@gmail.com</a>> wrote:<br clear="none">>><br clear="none">>> Ken Mays kindly suggested using fuse from SFE and/or ntfs-3G.<br clear="none">>><br clear="none">>> Fuse didn't work because of what looks like a bug in /sbin/mount:<br clear="none">>><br clear="none">>> # mount -F fuse-ext2 /dev/dsk/c2t0d0p7 /mnt<br clear="none">>> mount: FSType fuse-ext2 exceeds 8 characters<br clear="none">>><br clear="none">>> "fuse-ext2", the name of the fuse module for ext2 is indeed 9 characters<br clear="none">>> long.<br clear="none">>> Why /sbin/mount should have a problem with that is another matter.<br clear="none">>> The mount(1M) manual page, which has a recent date but doesn't look quite<br clear="none">>> like the usual illumos/openindiana man pages, gives no clue, but it<br clear="none">>> mentions<br clear="none">>> the man page mnttab(4).<br clear="none">>> The mnttab(4) man page also provides no insight, but refers to<br clear="none">>> /usr/include/sys/mntio.h.<br clear="none">>> With appropriate packages installed, /usr/include/sys/mntio.h shows<br clear="none">>> character<br clear="none">>> array mtl_fstype sized _ST_FSTYPSZ.<br clear="none">>> _ST_FSTYPSZ is defined in /usr/include/sys/stat.h as 16.<br clear="none">>> /sbin/mount has a compiled-in string "%s: FSType %s exceeds %d<br clear="none">>> characters".<br clear="none">>> So if mount is using something less than _ST_FSTYPSZ-1, what is it using<br clear="none">>> (evidently something that evaluates to 8) and why?<br clear="none">>><br clear="none">>> This is apparently an old issue; it also shows up on a system running<br clear="none">>> oi_151a9.<br clear="none">>><br clear="none">>> ntfs-3G might or might not have a more recent fuse driver, but no ext2<br clear="none">>> support per se,<br clear="none">>> so wouldn't help with this problem.<br clear="none">>><br clear="none">>> This, incidentally, is on a triple-boot laptop which also has NetBSD 7.0<br clear="none">>> and<br clear="none">>> openSUSE 13.1 Linux installed (both with native ext2 support) and both<br clear="none">>> mounting<br clear="none">>> 5 ext2 data partitions in peaceful coexistence.<br clear="none">>><br clear="none">>> _______________________________________________<br clear="none">>> oi-dev mailing list<br clear="none">>> <a shape="rect" ymailto="mailto:oi-dev@openindiana.org" href="mailto:oi-dev@openindiana.org">oi-dev@openindiana.org</a><br clear="none">>> <a shape="rect" href="http://openindiana.org/mailman/listinfo/oi-dev" target="_blank">http://openindiana.org/mailman/listinfo/oi-dev</a><div class="yqt6758095753" id="yqtfd86413"><br clear="none">><br clear="none">><br clear="none">><br clear="none">> _______________________________________________<br clear="none">> oi-dev mailing list<br clear="none">> <a shape="rect" ymailto="mailto:oi-dev@openindiana.org" href="mailto:oi-dev@openindiana.org">oi-dev@openindiana.org</a><br clear="none">> <a shape="rect" href="http://openindiana.org/mailman/listinfo/oi-dev" target="_blank">http://openindiana.org/mailman/listinfo/oi-dev</a><br clear="none"><br clear="none">_______________________________________________<br clear="none">oi-dev mailing list<br clear="none"><a shape="rect" ymailto="mailto:oi-dev@openindiana.org" href="mailto:oi-dev@openindiana.org">oi-dev@openindiana.org</a><br clear="none"><a shape="rect" href="http://openindiana.org/mailman/listinfo/oi-dev" target="_blank">http://openindiana.org/mailman/listinfo/oi-dev</a><br clear="none"></div><br><br></div>  </div> </div>  </div></div></body></html>