Mount on Sagemaker Studio Lab doesn't work

What is the problem you are having with rclone?

I'm trying to mount a onedrive in the Sagemaker Studio Lab, but the service don't allow apt installations, so I used the conda version and are getting the error "Fatal error: failed to mount FUSE fs: fusermount: exec: "fusermount3": executable file not found in $PATH"

And i can't install the fusermount because as I was saying before, the service don't let me.
It's any work around it?

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

rclone v1.64.0-DEV
- os/version: ubuntu 20.04 (64 bit)
- os/kernel: 4.14.320-243.544.amzn2.x86_64 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.20.7
- go/linking: static
- go/tags: none

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

Onedrive

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

rclone mount onedrive: test --vfs-cache-mode writes

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

[onedrive]
type = onedrive
token = XXX
drive_id = XXX
drive_type = business

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

023/09/15 18:58:36 DEBUG : rclone: Version "v1.64.0-DEV" starting with parameters ["rclone" "mount" "onedrive:" "test" "--vfs-cache-mode" "writes" "-vv"]
2023/09/15 18:58:36 DEBUG : Creating backend with remote "onedrive:"
2023/09/15 18:58:36 DEBUG : Using config file from "/home/studio-lab-user/.config/rclone/rclone.conf"
2023/09/15 18:58:36 DEBUG : OneDrive root '': Next delta token is: NDslMjM0OyUyMzE7MzsyZmU3ZmFlZS01ZWRjLTRmNGUtYTJmNy1hNmFkZjQ1YzYzMjg7NjM4MzA0MDExMTY2MTAwMDAwOzEwNTAxODg3OTY7JTIzOyUyMzslMjMwOyUyMw
2023/09/15 18:58:36 DEBUG : vfs cache: root is "/home/studio-lab-user/.cache/rclone"
2023/09/15 18:58:36 DEBUG : vfs cache: data root is "/home/studio-lab-user/.cache/rclone/vfs/onedrive"
2023/09/15 18:58:36 DEBUG : vfs cache: metadata root is "/home/studio-lab-user/.cache/rclone/vfsMeta/onedrive"
2023/09/15 18:58:36 DEBUG : Creating backend with remote "/home/studio-lab-user/.cache/rclone/vfs/onedrive/"
2023/09/15 18:58:36 DEBUG : fs cache: renaming cache item "/home/studio-lab-user/.cache/rclone/vfs/onedrive/" to be canonical "/home/studio-lab-user/.cache/rclone/vfs/onedrive"
2023/09/15 18:58:36 DEBUG : Creating backend with remote "/home/studio-lab-user/.cache/rclone/vfsMeta/onedrive/"
2023/09/15 18:58:36 DEBUG : fs cache: renaming cache item "/home/studio-lab-user/.cache/rclone/vfsMeta/onedrive/" to be canonical "/home/studio-lab-user/.cache/rclone/vfsMeta/onedrive"
2023/09/15 18:58:36 INFO  : vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0)
2023/09/15 18:58:36 DEBUG : OneDrive root '': Mounting on "test"
2023/09/15 18:58:36 Fatal error: failed to mount FUSE fs: fusermount: exec: "fusermount3": executable file not found in $PATH

Install fuse3 :slight_smile:

I can't, Literally wrote this.

Literally no which is why I have a :slight_smile: on the end of my response.

symlinking is a good solution!

How? OP said he cannot install anything.

I also don't have the fuse packages, so it's not possible :confused:
There is some way to install fuse or fuse3 without admin privilegies? Using pip or conda for example.

ok, i understand now. that link i posted is not a workaround.

Uhm, not I'm aware of as I guess you can't run a docker or something?

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