You are not logged in.

#1 2020-07-05 08:56:04

beetlejuice
Member
Registered: 2016-04-28
Posts: 7

mount bind gvfs share not working

I'm trying to mount bind gvfs share located at "/run/user/1000/gvfs/ftp:host=myserver.com,port=1234,user=username/" to my home directory with following command:

sudo mount --bind /run/user/1000/gvfs/ftp\:host\=myserver.com\,port\=1234\,user\=username/ /home/username/Server

getting failed message:

mount: /home/username/Server: bind /run/user/1000/gvfs/ftp:host=myserver.com,port=1234,user=username/ failed

I also tried with:

sudo mount --bind '/run/user/1000/gvfs/ftp:host=myserver.com,port=1234,user=username' /home/username/Server

getting same failed message.

I don't want to use symbolic links. I have noticed that nemo file manager sometimes can't download files from symbolic link with full speed(???).

Offline

#2 2020-07-05 13:44:26

ondoho
Member
Registered: 2013-04-30
Posts: 692
Website

Re: mount bind gvfs share not working

At the very least you should run mount with the '-v' option.
And have a look at the journal, and possibly more logs.

beetlejuice wrote:

I don't want to use symbolic links. I have noticed that nemo file manager sometimes can't download files from symbolic link with full speed(???).

I find that unlikely.

Offline

Board footer

Powered by FluxBB