they/them

  • 2 Posts
  • 14 Comments
Joined 2 years ago
cake
Cake day: July 10th, 2023

help-circle





  • aarvi@fedora:~$ gio mount ftp://jack101:correct%20password@oncilla.mythic-beasts.com /mnt/jack101
    gio: file:///mnt/jack101: volume doesn’t implement mount
    gio: ftp://jack101@oncilla.mythic-beasts.com/: Location is already mounted
    

    I think it is already mounted, but under the annoying computer:/// virtual directory, not where I want it, and what does it mean by ‘volume doesn’t implement mount’?


  • Thanks, I tried that and it gave a different error

    aarvi@fedora:~$ rclone mount ftp://jack101:correct%20password@oncilla.mythic-beasts.com /mnt/jack101 --network-mode
    2025/03/19 14:59:22 NOTICE: Config file "/home/aarvi/.config/rclone/rclone.conf" not found - using defaults
    2025/03/19 14:59:22 CRITICAL: Failed to create file system for "ftp://jack101:correct%20password@oncilla.mythic-beasts.com": didn't find section in config file
    

    but I will try to fix it



  • Yeah, might well be there’s an error with this version - 0.9.2/8.9.1

    aarvi@fedora:~$ curlftpfs --version
    curlftpfs 0.9.2 libcurl/8.9.1 fuse/2.9
    aarvi@fedora:~$ curl --version
    curl 8.9.1 (x86_64-redhat-linux-gnu) libcurl/8.9.1 OpenSSL/3.2.4 zlib/1.3.1.zlib-ng libidn2/2.3.8 nghttp2/1.62.1
    Release-Date: 2024-07-31
    Protocols: file ftp ftps http https ipfs ipns
    Features: alt-svc AsynchDNS GSS-API HSTS HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz SPNEGO SSL threadsafe UnixSockets
    
    
    aarvi@fedora:~$ sudo dnf dg curl-8.7.1
    Updating and loading repositories:
    Repositories loaded.
    Failed to resolve the transaction:
    No match for argument: curl-8.7.1
    You can try to add to command line:
      --skip-unavailable to skip unavailable packages
    aarvi@fedora:~$ 
    
    

    But it also doesn’t seem the old version is available for download…