Navigation

    Netgate Discussion Forum
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search

    Fusefs problem on 2.3.2-RELEASE[RESOLVED]

    pfSense Packages
    2
    3
    1006
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • F
      fsmoke last edited by

      I have little home server powered on pfsense. It manages my internet connection and inter alia has samba server, svn server and etc. But now i updated my old micro server to 2.3.2-RELEASE version and not found subversion and samba packages.  A little bit later i install this packages from freebsd repos - ok(I know about risk). But I was faced with a new challenge :(. Some my hdds has fs only supported by fuse. I install fusefs support. But i have no fuse.ko - so nothing works :(

      Can anyone provide me fuse.ko for 2.3.2-RELEASE kernel? Or may be another way to solve this problem….?

      PS
      Sorry for my English.

      1 Reply Last reply Reply Quote 0
      • F
        fsmoke last edited by

        i have got fuse.ko from freebsd 10.3 iso and i put it to pfsense /boot/kernel

        so for ntfs support you need

        1. go to /usr/local/share/pfSense/pkg/repos
        2. modify top FreeBSD repo in file pfSense-repo.conf (at your own risk)
        
        FreeBSD: {
          url: "pkg+http://pkg.freebsd.org/freebsd:10:x86:32/latest",
          mirror_type: "srv",
          signature_type: "none",
          fingerprints: "/usr/local/share/pfSense/keys/pkg",
          enabled: yes
        }
        
        pfSense-core: {
          url: "pkg+https://pkg.pfsense.org/pfSense_v2_3_2_i386-core",
          mirror_type: "srv",
        ......
        ......
        
        
        1. unzip fuse.ko.gz from attach and put fuse.ko to /boot/kernel
        2. type
        
        #pkg update
        #pkg install fusefs-ntfs
        #kldload fuse
        #ntfs-3g -o rw,locale=ru_RU.UTF-8 /dev/ntfs/BIG1000_5 /mnt/big_5
        
        

        fuse.ko.gz

        1 Reply Last reply Reply Quote 0
        • jimp
          jimp Rebel Alliance Developer Netgate last edited by

          You really should not do any of these things. Do not use a firewall as a file server.

          Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

          Need help fast? Netgate Global Support!

          Do not Chat/PM for help!

          1 Reply Last reply Reply Quote 0
          • First post
            Last post