Search Criteria
Package Details: bindfs 1.15.1-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/bindfs.git (read-only, click to copy) |
---|---|
Package Base: | bindfs |
Description: | A FUSE filesystem for mirroring a directory to another directory, similar to 'mount --bind', with permission settings. |
Upstream URL: | http://bindfs.org/ |
Licenses: | GPL |
Submitter: | Xyne |
Maintainer: | Xyne |
Last Packager: | Xyne |
Votes: | 72 |
Popularity: | 0.197834 |
First Submitted: | 2009-01-06 16:27 (UTC) |
Last Updated: | 2022-06-10 21:06 (UTC) |
Latest Comments
tinywrkb commented on 2022-06-11 12:35 (UTC)
@Xyne thanks!
Xyne commented on 2022-06-10 21:08 (UTC)
@tinywrkb Added, thanks. Sorry for the delay, I missed the notification. Feel free to flag my packages to get my attention next time.
tinywrkb commented on 2022-05-31 02:05 (UTC)
@Xyne
tinywrkb commented on 2022-05-31 01:52 (UTC)
@ki9 I can now replicate this. It seems like this is a (maybe old) Arch Linux regression in fuse packaging, as
mount.fuse
was previously packaged in fuse-common.One workaround is to use the old syntax like this:
The other and much more preferable solution is to package
/usr/bin/mount.fuse.bindfs -> bindfs
and even/usr/bin/mount.bindfs -> bindfs
symlinks.ki9 commented on 2022-05-31 01:24 (UTC) (edited on 2022-05-31 01:27 (UTC) by ki9)
I'm really not sure what else you need.
fstab:
shell:
fstab:
shell:
If it's working for you, have you tried uninstalling fuse2?
tinywrkb commented on 2022-05-30 22:18 (UTC)
@ki9 please provide a reproducible example, because fstab mounting is working as far as I can tell.
If you really hit an issue, and it's not a wrong configuration, then it's possible that this is an upstream bug, and should be reported.
Having fuse2 installed is not an acceptable solution, this old fuse release is on its way out, and every maintained code is moving to fuse3.
ki9 commented on 2022-05-30 21:46 (UTC)
Came here because I was also getting "wrong fs type..." I had type set to
fuse.bindfs
. When I change it tofuse3
and run "mount -a", I get/bin/sh: line 1: /etc: Is a directory
(when trying to mount/etc
with thero
option).Workaround for now was to
sudo pacman -Syu fuse2
and leave it asfuse.bindfs
in fstab.tinywrkb commented on 2022-03-05 11:44 (UTC) (edited on 2022-03-05 11:45 (UTC) by tinywrkb)
@makikatze have you tried setting filesystem type to
fuse3
, like this?makikatze commented on 2022-03-05 01:55 (UTC)
Just found out that mounting via
/etc/fstab
is only possible whenfuse2
is installed. Only installingfuse3
(as given in the dependencies) allows mounting via command-line, but not via/etc/fstab
. When trying to mount withoutfuse2
, I got the following error message over and over again:mount: <mountpoint>: wrong fs type, bad option, bad superblock on <sourcedir>, missing codepage or helper program, or other error.
tinywrkb commented on 2022-01-19 19:07 (UTC)
Thanks!
Xyne commented on 2022-01-19 19:02 (UTC)
Done. The dependency was set to "fuse" only because it predated fuse3 and the upstream change was never noticed until now.
tinywrkb commented on 2022-01-18 14:44 (UTC)
fuse/fuse2 is a wrong dependency, as upstream default is fuse3, see https://github.com/mpartel/bindfs/blob/1.15.1/configure.ac#L16. Please switch to fuse3.
Packaging should follow upstream defaults, unless there should a good reason against it.
kIERO commented on 2020-01-28 20:59 (UTC)
Please change ver to
pkgver=1.14.3
sha512sum="34a927a59cc0ab77ff12f49765831fa9c2ec0f9cbd1d1af517e8746a7aa7370aef011d5f29c9bce6f48aca9218b192fdd489451cd08179bbef7c287e126ebbba"
Xyne commented on 2019-08-15 12:21 (UTC)
@kmarius autoconf and automake are part of the base-devel package group, which users are supposed to install to build packages. The official rule is that all packages in that group are omitted from the deps and makedeps arrays.
kmarius commented on 2019-08-05 19:10 (UTC)
autoconf and automake are makedependencies of this package
Xyne commented on 2019-06-15 03:21 (UTC)
@A.Shukaev The built packages for version 1.13.11 and 1.14.0 both include the man page. How are you building the package? Are you using standard Arch Linux?
A.Shukaev commented on 2019-06-03 22:05 (UTC)
There is a man page <https://bindfs.org/docs/bindfs.1.html>. Apparently, it's not installed at the moment.
xMase commented on 2018-10-03 10:41 (UTC)
bindfs does not build
configure.ac:17: error: possibly undefined macro: AC_DEFINE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/bin/autoconf failed with exit status: 1
Xyne commented on 2017-09-23 22:46 (UTC)
abdo commented on 2017-09-16 17:54 (UTC)
Anidetrix commented on 2017-04-27 10:42 (UTC)
Xyne commented on 2016-06-05 05:18 (UTC)
EtiennePerot commented on 2016-05-31 03:49 (UTC)
czk commented on 2016-01-26 11:47 (UTC)
Xyne commented on 2015-10-08 15:07 (UTC)
GottZ commented on 2015-09-24 13:54 (UTC)
czk commented on 2015-01-04 13:58 (UTC)