fuse

  1. Dwerva

    xrdp file copy/paste works for root but not users

    Hello all, I do not post this request for help lightly. There are very few problems I cannot solve myself but this one has had me stumped for a week now. This smells of a permissions issue but damned if I can find it. Does anyone have a direction they can point me in that I may be missing...
  2. Y

    Other NTFS doesn't unmount cleanly on shutdown

    I have an NTFS partition that's mounted in fstab like so: /dev/nvd0p5 /windows ntfs mountprog=/usr/local/bin/ntfs-3g,rw,failok,fmask=113,dmask=002 0 0 When I modify a file on the partition and reboot (with shutdown -r now say) into either Windows or FreeBSD, then...
  3. rootbert

    jails jails: fuse as user

    Since I have not managed to get fuse to work as normal user within a jail I thought I would ask here - I am running FreeBSD 13.0 Release. The respective devfs.rule has "add path 'fuse' unhide" in it, the jail is running with allow.mount=1; allow.mount.fdescfs=1; and allow.mount.fusefs=1; Also on...
  4. cyrille

    Solved Connect android phone - issue / fuse

    Hi I've got a samsung galaxy simple-mtpfs -l 1: SamsungGalaxy models (MTP) I've created a mount point "mtp" and I'm tried to connect it with $ jmtpfs mtp/ Device 0 (VID=04e8 and PID=6860) is a Samsung Galaxy models (MTP). fuse: failed to open fuse device: No such file or directory And I've...
  5. G

    12.1 lklfuse cannot allocate memory

    Hi all, Today after many many years of not using FreeBSD (used Linux everywhere) I installed FreeBSD on my desktop again. Trying to grab my data (1.8TB) from Linux XFS partitioned drive and moving it to a 2TB freebsd-ufs drive. During cp or rsync I am getting "Cannot allocate memory" during...
  6. IPTRACE

    Solved How to mount NTFS during FreeBSD installation process ?

    Hi, I need to mount NTFS partition on booted FreeBSD from USB stick. I went to shell and I tried below commands without successful. kldload fuse mount -t ntfs-3g /dev/da1s1 /mnt (operation not permitted by device) ntfs-3g /dev/da1s1 /mnt (no such command) Do you have any other suggestions?
  7. patpro

    sysutils/automount won't mount USB drives on FreeBSD 12.0-RELEASE-p7

    Hello, I've read many things about automounting USB drives on FreeBSD, and I wished I could use sysutils/automount to do that on my XFCE desktop. But it fails and I've no clue why. I'm running FreeBSD 12 RELEASE and the latest sysutils/automount pkg. I've installed and loaded FUSE, set...
  8. Y

    Other Can't use FUSE mounts

    Hi, I can mount the card successfully, but when I ls it, it fails. The card reads fine on another machine, and I could properly mount it a few months ago on FreeBSD 11.2. Here's the terminal log: # uname -a FreeBSD orthanc 12.0-RELEASE-p3 FreeBSD 12.0-RELEASE-p3 GENERIC amd64 # dmesg ...
  9. Zamana

    Can mount ext2 but can't see or read files...

    Hi! I'm trying to migrate my current home DIY Nas from Ubuntu Server to FreeBSD, and I'm "stumbling on small stones" as we used to say in my native idiom. In order to backup and restore my data, I formatted some external HDDs in ext2 filesystem. They are perfectly readble/writable in Linux...
  10. Nicola Mingotti

    Solved Saving files in Fuse disk from GUI gives "disk full"

    Hi, I am moving all my work environment from Linux/Debian to FreeBSD, and I got almost all working, and working well ! Still I have to solve some minor issues as the following one. My configuration is: FreeBSD 11.1 is running into a VMWare virtual machine, OSX is the host. VMWare shares two...
  11. aragats

    ext4fuse crashes when listing mounted image

    Trying to mount an image file with ext4 filesystem:# mdconfig rootfs.img md0 # ext4fuse -o ro /dev/md0 /mnt/tmp/ # ls -l /mnt/tmp/ ls: bin: Device not configured . . . . <many lines> ls: sys: Device not configured total 88 # dmesg | tail . . . . pid 1943 (ext4fuse), uid 0: exited on signal 6...
  12. J

    Other Status of ZFS Overlay and/or unionfs

    Every time I need to do a "major" version upgrade to my jail hosts and their multiple jails, I swear that I will find a better way to do it for next time. One of the "obvious" ways would be to use an overlay filesystem but FreeBSD's implementation of ZFS still does not support that feature...
  13. Rastko

    Solved GVFS double instructions

    It seems to me that there is much overlap with FreeBSD documentation versus vendor documentation. It seems such is the case with GVFS ntfs support. For example, Nautilus in Gnome 3 already sees the partitions on my external USB2, but by default there is no access. Only manually was I able to...
  14. aragats

    Solved mount point listing is not permitted for root

    I have a USB flash drive with ext4 mounted by ext4fuse:$ mount | grep fuse /dev/fuse on /mnt/usb (fusefs, local, nosuid, synchronous, mounted by sergeym)$ grep ext4 /etc/fstab /dev/da0s1 /mnt/usb ext4 mountprog=/usr/local/bin/ext4fuse,noauto,late,rw 0 0Here are the permissions on the...
  15. hanzer

    Solved FUSE and py27-fs

    PyFilesystem 1. Are there any tutorials on how to use FuseFS on FreeBSD? 2. Is the py27-fs package broken? Setup: freebsd-version -> 11.0-RELEASE-p1 sudo pkg install py27-fs /boot/loader.conf kern.geom.label.gptid.enable="0" zfs_load="YES" kern.vty=sc fuse_load="YES" /etc/sysctl.conf...
  16. N

    Testing new port for squashfuse

    I have created a port for the Squashfuse command line program. It allows the user to mount a squash archive under a local directory and explore it. Existing FreeBSD ports allow for the extraction (unpacking) of a squashfs archive, but if we only want to browse the contents of a squash archive...
  17. D

    Regular user mounting via fusefs in a jail

    I have a host called "host" and a jail running on that host called "jail" I am trying to allow a regular user logged in interactively inside the jail to use fusefs to mount an iso, through the archivemount program. On host: host# sysctl vfs.usermount vfs.usermount: 1 host# sysctl...
  18. T

    FreeBSD 10: how to load fuse kernel module?

    First of all; yes - I do know how to load it. But this is interesting none the less. How are FreeBSD 10.x users going to know that they need to load the fuse kernel module? Let us look at a recent FreeBSD 10.2-stable machine: root@kg-z30b# uname -a FreeBSD kg-z30b.kg4.no 10.2-STABLE FreeBSD...
Back
Top