Bug 291288 - net/rclone - Feature request: add rclonefs -> rclone symlink
Summary: net/rclone - Feature request: add rclonefs -> rclone symlink
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-11-29 21:24 UTC by vedad
Modified: 2025-11-29 21:24 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (tremere)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description vedad 2025-11-29 21:24:07 UTC
In order for rclone mount to work as /etc/fstab entry, the "mountprog" option needs to be specified.

See discussion here:

https://github.com/rclone/rclone/issues/7432

Additionally, for this to work, rclone expects the program name to be either "mount.rclone" or "rclonefs":

https://github.com/rclone/rclone/blob/a99d155fd4e091504ded67a36ea3111b0e765f5d/fs/mount_helper.go#L50

This (not merged) PR was suggesting to symlink "rclonefs" to "rclone" on FreeBSD:

https://github.com/rclone/rclone/pull/8476

It'd be nice to update the port to create this symlink.