Quantcast
Channel: Active questions tagged mount+fstab - Ask Ubuntu
Viewing all articles
Browse latest Browse all 699

Is it possible to allow LibreOffice installed as Snap to access files from fixed NTFS volume which is normally mounted using /etc/fstab?

$
0
0

I need to have modern LibreOffice 7 on my Ubuntu 16.04.7 LTS system with full its integration to the system.

I have installed it with snap install libreoffice.

What is strange it can't access the files on my NTFS volume which is mounted via line in the /etc/fstab:

$ cat /etc/fstab | grep WindowsUUID=66DE0665334C2F51       /home/norbert/Windows/DATA  ntfs-3g users,defaults 0 4 $ mount | grep Windows/dev/sdb5 on /home/norbert/Windows/DATA type fuseblk (rw,nosuid,nodev,noexec,relatime,user_id=0,group_id=0,allow_other,blksize=4096)

Of course I know about :removable-media and it is connected:

$ snap list | grep -i libreofficelibreoffice            7.0.2.2                     196    latest/stable  canonical*          -$ snap interfaces  | grep -v ".*-$" | grep -i libreoffice'snap interfaces' is deprecated; use 'snap connections'.:audio-playback                  libreoffice,zoom-client:cups-control                    libreoffice:desktop                         freeplane-mindmapping,libreoffice,zoom-client:desktop-legacy                  freeplane-mindmapping,libreoffice:gsettings                       libreoffice:home                            freeplane-mindmapping,libreoffice,mdl,zoom-client:network                         freeplane-mindmapping,libreoffice,zoom-client:network-bind                    libreoffice,zoom-client:opengl                          libreoffice,zoom-client:pulseaudio                      libreoffice:removable-media                 libreoffice,mdl,zoom-client:screen-inhibit-control          libreoffice,zoom-client:unity7                          libreoffice,zoom-client:wayland                         libreoffice,zoom-client:x11                             freeplane-mindmapping,libreoffice,zoom-clientgnome-3-28-1804:gnome-3-28-1804  libreofficegtk-common-themes:gtk-3-themes   libreofficegtk-common-themes:icon-themes    libreofficegtk-common-themes:sound-themes   libreoffice-                                libreoffice:bluez

I get the following while accessing file inside the /home/norbert/Windows/DATA folder:

access denied
Access to /home/norbert/Windows/DATA/file.doc was denied.

What should I do to allow Snap'ed LibreOffice to access the normally mounted internal fixed drive?


Viewing all articles
Browse latest Browse all 699

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>