Unable to mount using nfsmount

What is the problem you are having with rclone?

failing to mount using nfsmount getting error

Run the command 'rclone version' and share the full output of the command.

rclone v1.67.0

  • os/version: ubuntu 22.04 (64 bit)
  • os/kernel: 6.5.0-44-generic (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.22.4
  • go/linking: static
  • go/tags: none

Which cloud storage system are you using? (eg Google Drive)

Google Drive

The command you were trying to run (eg rclone copy /tmp remote:tmp)

sudo rclone nfsmount gc3:anime /home/ubuntu/test -vv

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

[gc3]
type = drive
scope = drive
service_account_file = /home/ubuntu/config/rclone/sa/service-account-1-key.json
root_folder_id =
team_drive = xxx

A log from the command that you were trying to run with the -vv flag

2024/07/17 23:18:20 DEBUG : rclone: Version "v1.67.0" starting with parameters ["rclone" "nfsmount" "gc3:anime" "/home/ubuntu/test" "-vv"]
2024/07/17 23:18:20 DEBUG : Creating backend with remote "gc3:anime"
2024/07/17 23:18:20 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2024/07/17 23:18:21 WARNING: context.Background: NFS writes don't work without a cache, the filesystem will be served read-only
2024/07/17 23:18:21 DEBUG : Running mount command: ["mount" "-o" "port=36213" "-o" "mountport=36213" "localhost:gc3 anime" "/home/ubuntu/test"]
2024/07/17 23:18:21 NOTICE: NFS Server running at 127.0.0.1:36213
2024/07/17 23:18:21 Fatal error: failed to mount FUSE fs: mount.nfs: Protocol not supported: failed to mount NFS volume: exit status 32

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