Rclone mount option on solaris

Hi,

We are trying to use rclone to mount a cloud object store on a solaris server. But, getting the error that mount option is not available. is it true? Are there any other options to mount object store using rclone on solaris or any other methods?

rclone mount test:/objectstore /mount_name --daemon --allow-other --vfs-cache-mode=minimal
Error: unknown command "mount" for "rclone"
Run 'rclone --help' for usage.
05:40:54 Fatal error: unknown command "mount" for "rclone"

Thanks,
Sai.

What version of rclone?

What version of Solaris?

uname -a
SunOS solaris-test 5.11 11.4.23.69.3 i86pc i386 i86pc

rclone version: Current.

If you type rclone version, that's the output I'm looking for.

I don't think GO is supported on i386.

root@solaris-gsi-test:~# rclone --version
rclone v1.54.0

  • os/arch: solaris/amd64
  • go version: go1.15.7

Your OS is 32 bit and your binary is 64 bit.

Tried with 64 bit and still same issue.

Can you share the:

version of solaris you tried it on.
rclone version on the binary you used.

full command and the full output of the command.

Version of solaris: 5.11 11.4.23.6
command used:
rclone mount test:/objectstore /mount_name --daemon --allow-other --vfs-cache-mode=minimal
Error: unknown command "mount" for "rclone"
Run 'rclone --help' for usage.
01:40:54 Fatal error: unknown command "mount" for "rclone"

Can you please type:

uname -a on the Solaris system and share the full output.

rclone version on the system and share the full output.

I don't think FUSE is supported on solaris - that would be needed for mount.

You could use one of the other serve commands, eg rclone serve webdav and connect a webdav client to rclone?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.