ubuntu samba gio mount issue: volume doesn’t implement mount

I have a fresh install of ubuntu 20.04 where I also installed xubuntu-desktop. In thunar I can access my samba share by typing smb:/// in the address bar. After which it prompts me for my credentials. Everything is accessible. Issue 1: I cannot find the mount in /run/user/<my_uid>/gvfs nor ~/.gvfs, so that I could also … Read more

Ubuntu doesn’t recognize changes on Android internal storage

I connect my “Onyx Boox Max Lumi 2” e-reader (Android 11) to my “Ubuntu 20.04.3 LTS” notebook by a USB-cable. Then I use the Onyx reader to edit a PDF file stored in the Android Internal Storage. In “Total Commander for Android” I see that size and modification date of the changed file is updated. … Read more

Vim doesn’t respect fileformat setting on windows share [Solved]

I have mounted several SMB shares (folders are located on windows server) on my linux machine gvfs-mount smb://user@domain@fileserver/sharedfolder I can access files and edit them in vim, but vim enforces fileformat=unix on save. :set ff=dos affect anything. On local files there is no problem. Update: It turned out that the cause was the old version … Read more

Is there a way to connect to a local pc via a gateway without having the gateway shine through?

When I’m at work I can use nautilus to navigate files on other computers of the local network comfortably. Nautilus mounts the other computers file systems using ssh (sftp via gvfs). However when I’m at home I need to connect to a gateway (via ssh) server for security reasons. From there I can ssh into … Read more

How can I tell gvfs to use noperm – chmod problem on gvfs smb share

Since my update to Ubuntu 18.04 I am struggling with an issue affecting multiple applications writing files to the mounted GVFS SMB share. The error I get often relates to permission denied, or operation not supported. But file-roller even does not complain when extracting files and just leaves you with 0-bytes files and partial folders. … Read more

Eclipse writing to .gvfs directory results in empty file [closed]

Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it’s on-topic for Ask Ubuntu. Closed 11 years ago. Improve this question I use Eclipse IDE (Zend Studio to be exact) for editing code on my development servers. Because we have internal development servers, I … Read more