How to get access to USB-storage from the application installed as Snap?












3














I have Ubuntu 18.04 LTS installed.



I inserted USB-flash to my laptop. It was automounted to /media/username/DISKLABEL and opened in Nautilus. I can read and write objects to it.



How can I access it from the application, which is installed as Snap?



I tried snaps of the following applications such as gedit, arduino-mhall119, organize-my-files. All them show me errors if I navigate to /media folder:



trying to access /media



trying to access /media



Output of active Snap interfaces is below:



$ snap interfaces  | grep -v ".*-$"
Slot Plug
:browser-support organize-my-files
:core-support core:core-support-plug
:cups-control gedit
:desktop gedit,organize-my-files
:desktop-legacy gedit,organize-my-files
:gsettings gedit,organize-my-files
:home arduino-mhall119,gedit,organize-my-files
:network arduino-mhall119,gedit,organize-my-files,pulsemixer
:opengl organize-my-files
:pulseaudio organize-my-files,pulsemixer
:unity7 arduino-mhall119,gedit,organize-my-files
:wayland gedit
:x11 arduino-mhall119,organize-my-files,pulsemixer
gnome-3-26-1604:gnome-3-26-1604 gedit
gtk-common-themes:gtk3-themes gedit
gtk-common-themes:icon-themes gedit
gtk-common-themes:sound-themes gedit
- arduino-mhall119:serial-port
- gedit:avahi-observe
- gedit:mount-observe


Updates:




  • connecting mount-observe to Gedit with snap connect gedit:mount-observe does not help.

  • it seems that we need special Snap with support of removable-media interface.










share|improve this question





























    3














    I have Ubuntu 18.04 LTS installed.



    I inserted USB-flash to my laptop. It was automounted to /media/username/DISKLABEL and opened in Nautilus. I can read and write objects to it.



    How can I access it from the application, which is installed as Snap?



    I tried snaps of the following applications such as gedit, arduino-mhall119, organize-my-files. All them show me errors if I navigate to /media folder:



    trying to access /media



    trying to access /media



    Output of active Snap interfaces is below:



    $ snap interfaces  | grep -v ".*-$"
    Slot Plug
    :browser-support organize-my-files
    :core-support core:core-support-plug
    :cups-control gedit
    :desktop gedit,organize-my-files
    :desktop-legacy gedit,organize-my-files
    :gsettings gedit,organize-my-files
    :home arduino-mhall119,gedit,organize-my-files
    :network arduino-mhall119,gedit,organize-my-files,pulsemixer
    :opengl organize-my-files
    :pulseaudio organize-my-files,pulsemixer
    :unity7 arduino-mhall119,gedit,organize-my-files
    :wayland gedit
    :x11 arduino-mhall119,organize-my-files,pulsemixer
    gnome-3-26-1604:gnome-3-26-1604 gedit
    gtk-common-themes:gtk3-themes gedit
    gtk-common-themes:icon-themes gedit
    gtk-common-themes:sound-themes gedit
    - arduino-mhall119:serial-port
    - gedit:avahi-observe
    - gedit:mount-observe


    Updates:




    • connecting mount-observe to Gedit with snap connect gedit:mount-observe does not help.

    • it seems that we need special Snap with support of removable-media interface.










    share|improve this question



























      3












      3








      3


      1





      I have Ubuntu 18.04 LTS installed.



      I inserted USB-flash to my laptop. It was automounted to /media/username/DISKLABEL and opened in Nautilus. I can read and write objects to it.



      How can I access it from the application, which is installed as Snap?



      I tried snaps of the following applications such as gedit, arduino-mhall119, organize-my-files. All them show me errors if I navigate to /media folder:



      trying to access /media



      trying to access /media



      Output of active Snap interfaces is below:



      $ snap interfaces  | grep -v ".*-$"
      Slot Plug
      :browser-support organize-my-files
      :core-support core:core-support-plug
      :cups-control gedit
      :desktop gedit,organize-my-files
      :desktop-legacy gedit,organize-my-files
      :gsettings gedit,organize-my-files
      :home arduino-mhall119,gedit,organize-my-files
      :network arduino-mhall119,gedit,organize-my-files,pulsemixer
      :opengl organize-my-files
      :pulseaudio organize-my-files,pulsemixer
      :unity7 arduino-mhall119,gedit,organize-my-files
      :wayland gedit
      :x11 arduino-mhall119,organize-my-files,pulsemixer
      gnome-3-26-1604:gnome-3-26-1604 gedit
      gtk-common-themes:gtk3-themes gedit
      gtk-common-themes:icon-themes gedit
      gtk-common-themes:sound-themes gedit
      - arduino-mhall119:serial-port
      - gedit:avahi-observe
      - gedit:mount-observe


      Updates:




      • connecting mount-observe to Gedit with snap connect gedit:mount-observe does not help.

      • it seems that we need special Snap with support of removable-media interface.










      share|improve this question















      I have Ubuntu 18.04 LTS installed.



      I inserted USB-flash to my laptop. It was automounted to /media/username/DISKLABEL and opened in Nautilus. I can read and write objects to it.



      How can I access it from the application, which is installed as Snap?



      I tried snaps of the following applications such as gedit, arduino-mhall119, organize-my-files. All them show me errors if I navigate to /media folder:



      trying to access /media



      trying to access /media



      Output of active Snap interfaces is below:



      $ snap interfaces  | grep -v ".*-$"
      Slot Plug
      :browser-support organize-my-files
      :core-support core:core-support-plug
      :cups-control gedit
      :desktop gedit,organize-my-files
      :desktop-legacy gedit,organize-my-files
      :gsettings gedit,organize-my-files
      :home arduino-mhall119,gedit,organize-my-files
      :network arduino-mhall119,gedit,organize-my-files,pulsemixer
      :opengl organize-my-files
      :pulseaudio organize-my-files,pulsemixer
      :unity7 arduino-mhall119,gedit,organize-my-files
      :wayland gedit
      :x11 arduino-mhall119,organize-my-files,pulsemixer
      gnome-3-26-1604:gnome-3-26-1604 gedit
      gtk-common-themes:gtk3-themes gedit
      gtk-common-themes:icon-themes gedit
      gtk-common-themes:sound-themes gedit
      - arduino-mhall119:serial-port
      - gedit:avahi-observe
      - gedit:mount-observe


      Updates:




      • connecting mount-observe to Gedit with snap connect gedit:mount-observe does not help.

      • it seems that we need special Snap with support of removable-media interface.







      permissions usb-drive 18.04 snap usb-storage






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited May 9 at 13:51

























      asked May 9 at 12:57









      N0rbert

      20.8k54497




      20.8k54497






















          2 Answers
          2






          active

          oldest

          votes


















          4














          So we need special prepared Snap with support of removable-media interface/plugin.



          Below is a list of Snap with removable-media plug described in YAML-manifest :




          • vlc - VLC

          • firefox - Firefox

          • gimp - GIMP

          • mdl - Markdown lint tool

          • offlineimap - OfflineIMAP

          • magic-wormhole - Magic Worm Hole

          • mattermost-desktop - Mattermost

          • storjshare-gui - Storj

          • opentoonz - OpenToonz

          • opentoonz-morevna - OpenToonz - Morevna Edition

          • obs-studio - OBS Studio

          • steamforwindows - Steam for Windows under Wine


          One can find other Snaps released by SnapCrafters with the following GitHub search link.





          So if the application does not have auto-connect of removable-media we need to connect it manually with:



          snap connect some-snap-name:removable-media


          But not all applications have this plug/interface in YAML-manifest.





          It hard to find packages by supported plugs - so I created issue "Add ability for parametric Snap search with filters (plugs, such as removable-media and so on)" about snapcraft.io site.



          The bug about snap command named "snap should provide functionality to find packages with needed plug or connector" was filed to launchpad as bug 1776938.






          share|improve this answer























          • The correct command is: snap connect some-snap-name:removable-media
            – Zygmunt Krynicki
            May 25 at 15:06












          • @ZygmuntKrynicki of course. Thank you, I fixed this silly typo.
            – N0rbert
            May 25 at 15:10










          • The bug which is cited in the last two paragraphs is truly annoying, but a simple workaround for it if the snap package is already installed is snap interfaces some-snap-name
            – karel
            Jun 15 at 12:55












          • @karel, right. Thank you! I have this command already in question. The main problem is to determine plugs of non-installed Snap.
            – N0rbert
            Jun 15 at 12:56





















          2














          The interface which needs to be connected is removable-media.



          Can access files from removable media in /media and /run/media. This can be used to give an app access to mounted USB sticks and external hard drives on a desktop.



          The mount-observe interface only lets you view what is mounted, not access mounts:



          Can query system mount information. This is restricted because it gives privileged read access to mount arguments and should only be used with trusted apps.



          Neither of these two interfaces will auto-connect. From https://github.com/snapcore/snapd/wiki/Interfaces#removable-media






          share|improve this answer





















          • I don't know. It seems obs-studio does, but I only found it due to it mentioning the interface in the description of the app for how to access external storage. I don't know how to query the store for specific interfaces in snaps. If a specific snap doesn't support the interface, it will presumably need to be rebuilt to support it.
            – dobey
            May 9 at 13:58










          protected by N0rbert Dec 17 at 14:10



          Thank you for your interest in this question.
          Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).



          Would you like to answer one of these unanswered questions instead?














          2 Answers
          2






          active

          oldest

          votes








          2 Answers
          2






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          4














          So we need special prepared Snap with support of removable-media interface/plugin.



          Below is a list of Snap with removable-media plug described in YAML-manifest :




          • vlc - VLC

          • firefox - Firefox

          • gimp - GIMP

          • mdl - Markdown lint tool

          • offlineimap - OfflineIMAP

          • magic-wormhole - Magic Worm Hole

          • mattermost-desktop - Mattermost

          • storjshare-gui - Storj

          • opentoonz - OpenToonz

          • opentoonz-morevna - OpenToonz - Morevna Edition

          • obs-studio - OBS Studio

          • steamforwindows - Steam for Windows under Wine


          One can find other Snaps released by SnapCrafters with the following GitHub search link.





          So if the application does not have auto-connect of removable-media we need to connect it manually with:



          snap connect some-snap-name:removable-media


          But not all applications have this plug/interface in YAML-manifest.





          It hard to find packages by supported plugs - so I created issue "Add ability for parametric Snap search with filters (plugs, such as removable-media and so on)" about snapcraft.io site.



          The bug about snap command named "snap should provide functionality to find packages with needed plug or connector" was filed to launchpad as bug 1776938.






          share|improve this answer























          • The correct command is: snap connect some-snap-name:removable-media
            – Zygmunt Krynicki
            May 25 at 15:06












          • @ZygmuntKrynicki of course. Thank you, I fixed this silly typo.
            – N0rbert
            May 25 at 15:10










          • The bug which is cited in the last two paragraphs is truly annoying, but a simple workaround for it if the snap package is already installed is snap interfaces some-snap-name
            – karel
            Jun 15 at 12:55












          • @karel, right. Thank you! I have this command already in question. The main problem is to determine plugs of non-installed Snap.
            – N0rbert
            Jun 15 at 12:56


















          4














          So we need special prepared Snap with support of removable-media interface/plugin.



          Below is a list of Snap with removable-media plug described in YAML-manifest :




          • vlc - VLC

          • firefox - Firefox

          • gimp - GIMP

          • mdl - Markdown lint tool

          • offlineimap - OfflineIMAP

          • magic-wormhole - Magic Worm Hole

          • mattermost-desktop - Mattermost

          • storjshare-gui - Storj

          • opentoonz - OpenToonz

          • opentoonz-morevna - OpenToonz - Morevna Edition

          • obs-studio - OBS Studio

          • steamforwindows - Steam for Windows under Wine


          One can find other Snaps released by SnapCrafters with the following GitHub search link.





          So if the application does not have auto-connect of removable-media we need to connect it manually with:



          snap connect some-snap-name:removable-media


          But not all applications have this plug/interface in YAML-manifest.





          It hard to find packages by supported plugs - so I created issue "Add ability for parametric Snap search with filters (plugs, such as removable-media and so on)" about snapcraft.io site.



          The bug about snap command named "snap should provide functionality to find packages with needed plug or connector" was filed to launchpad as bug 1776938.






          share|improve this answer























          • The correct command is: snap connect some-snap-name:removable-media
            – Zygmunt Krynicki
            May 25 at 15:06












          • @ZygmuntKrynicki of course. Thank you, I fixed this silly typo.
            – N0rbert
            May 25 at 15:10










          • The bug which is cited in the last two paragraphs is truly annoying, but a simple workaround for it if the snap package is already installed is snap interfaces some-snap-name
            – karel
            Jun 15 at 12:55












          • @karel, right. Thank you! I have this command already in question. The main problem is to determine plugs of non-installed Snap.
            – N0rbert
            Jun 15 at 12:56
















          4












          4








          4






          So we need special prepared Snap with support of removable-media interface/plugin.



          Below is a list of Snap with removable-media plug described in YAML-manifest :




          • vlc - VLC

          • firefox - Firefox

          • gimp - GIMP

          • mdl - Markdown lint tool

          • offlineimap - OfflineIMAP

          • magic-wormhole - Magic Worm Hole

          • mattermost-desktop - Mattermost

          • storjshare-gui - Storj

          • opentoonz - OpenToonz

          • opentoonz-morevna - OpenToonz - Morevna Edition

          • obs-studio - OBS Studio

          • steamforwindows - Steam for Windows under Wine


          One can find other Snaps released by SnapCrafters with the following GitHub search link.





          So if the application does not have auto-connect of removable-media we need to connect it manually with:



          snap connect some-snap-name:removable-media


          But not all applications have this plug/interface in YAML-manifest.





          It hard to find packages by supported plugs - so I created issue "Add ability for parametric Snap search with filters (plugs, such as removable-media and so on)" about snapcraft.io site.



          The bug about snap command named "snap should provide functionality to find packages with needed plug or connector" was filed to launchpad as bug 1776938.






          share|improve this answer














          So we need special prepared Snap with support of removable-media interface/plugin.



          Below is a list of Snap with removable-media plug described in YAML-manifest :




          • vlc - VLC

          • firefox - Firefox

          • gimp - GIMP

          • mdl - Markdown lint tool

          • offlineimap - OfflineIMAP

          • magic-wormhole - Magic Worm Hole

          • mattermost-desktop - Mattermost

          • storjshare-gui - Storj

          • opentoonz - OpenToonz

          • opentoonz-morevna - OpenToonz - Morevna Edition

          • obs-studio - OBS Studio

          • steamforwindows - Steam for Windows under Wine


          One can find other Snaps released by SnapCrafters with the following GitHub search link.





          So if the application does not have auto-connect of removable-media we need to connect it manually with:



          snap connect some-snap-name:removable-media


          But not all applications have this plug/interface in YAML-manifest.





          It hard to find packages by supported plugs - so I created issue "Add ability for parametric Snap search with filters (plugs, such as removable-media and so on)" about snapcraft.io site.



          The bug about snap command named "snap should provide functionality to find packages with needed plug or connector" was filed to launchpad as bug 1776938.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Jun 15 at 12:53

























          answered May 9 at 14:08









          N0rbert

          20.8k54497




          20.8k54497












          • The correct command is: snap connect some-snap-name:removable-media
            – Zygmunt Krynicki
            May 25 at 15:06












          • @ZygmuntKrynicki of course. Thank you, I fixed this silly typo.
            – N0rbert
            May 25 at 15:10










          • The bug which is cited in the last two paragraphs is truly annoying, but a simple workaround for it if the snap package is already installed is snap interfaces some-snap-name
            – karel
            Jun 15 at 12:55












          • @karel, right. Thank you! I have this command already in question. The main problem is to determine plugs of non-installed Snap.
            – N0rbert
            Jun 15 at 12:56




















          • The correct command is: snap connect some-snap-name:removable-media
            – Zygmunt Krynicki
            May 25 at 15:06












          • @ZygmuntKrynicki of course. Thank you, I fixed this silly typo.
            – N0rbert
            May 25 at 15:10










          • The bug which is cited in the last two paragraphs is truly annoying, but a simple workaround for it if the snap package is already installed is snap interfaces some-snap-name
            – karel
            Jun 15 at 12:55












          • @karel, right. Thank you! I have this command already in question. The main problem is to determine plugs of non-installed Snap.
            – N0rbert
            Jun 15 at 12:56


















          The correct command is: snap connect some-snap-name:removable-media
          – Zygmunt Krynicki
          May 25 at 15:06






          The correct command is: snap connect some-snap-name:removable-media
          – Zygmunt Krynicki
          May 25 at 15:06














          @ZygmuntKrynicki of course. Thank you, I fixed this silly typo.
          – N0rbert
          May 25 at 15:10




          @ZygmuntKrynicki of course. Thank you, I fixed this silly typo.
          – N0rbert
          May 25 at 15:10












          The bug which is cited in the last two paragraphs is truly annoying, but a simple workaround for it if the snap package is already installed is snap interfaces some-snap-name
          – karel
          Jun 15 at 12:55






          The bug which is cited in the last two paragraphs is truly annoying, but a simple workaround for it if the snap package is already installed is snap interfaces some-snap-name
          – karel
          Jun 15 at 12:55














          @karel, right. Thank you! I have this command already in question. The main problem is to determine plugs of non-installed Snap.
          – N0rbert
          Jun 15 at 12:56






          @karel, right. Thank you! I have this command already in question. The main problem is to determine plugs of non-installed Snap.
          – N0rbert
          Jun 15 at 12:56















          2














          The interface which needs to be connected is removable-media.



          Can access files from removable media in /media and /run/media. This can be used to give an app access to mounted USB sticks and external hard drives on a desktop.



          The mount-observe interface only lets you view what is mounted, not access mounts:



          Can query system mount information. This is restricted because it gives privileged read access to mount arguments and should only be used with trusted apps.



          Neither of these two interfaces will auto-connect. From https://github.com/snapcore/snapd/wiki/Interfaces#removable-media






          share|improve this answer





















          • I don't know. It seems obs-studio does, but I only found it due to it mentioning the interface in the description of the app for how to access external storage. I don't know how to query the store for specific interfaces in snaps. If a specific snap doesn't support the interface, it will presumably need to be rebuilt to support it.
            – dobey
            May 9 at 13:58
















          2














          The interface which needs to be connected is removable-media.



          Can access files from removable media in /media and /run/media. This can be used to give an app access to mounted USB sticks and external hard drives on a desktop.



          The mount-observe interface only lets you view what is mounted, not access mounts:



          Can query system mount information. This is restricted because it gives privileged read access to mount arguments and should only be used with trusted apps.



          Neither of these two interfaces will auto-connect. From https://github.com/snapcore/snapd/wiki/Interfaces#removable-media






          share|improve this answer





















          • I don't know. It seems obs-studio does, but I only found it due to it mentioning the interface in the description of the app for how to access external storage. I don't know how to query the store for specific interfaces in snaps. If a specific snap doesn't support the interface, it will presumably need to be rebuilt to support it.
            – dobey
            May 9 at 13:58














          2












          2








          2






          The interface which needs to be connected is removable-media.



          Can access files from removable media in /media and /run/media. This can be used to give an app access to mounted USB sticks and external hard drives on a desktop.



          The mount-observe interface only lets you view what is mounted, not access mounts:



          Can query system mount information. This is restricted because it gives privileged read access to mount arguments and should only be used with trusted apps.



          Neither of these two interfaces will auto-connect. From https://github.com/snapcore/snapd/wiki/Interfaces#removable-media






          share|improve this answer












          The interface which needs to be connected is removable-media.



          Can access files from removable media in /media and /run/media. This can be used to give an app access to mounted USB sticks and external hard drives on a desktop.



          The mount-observe interface only lets you view what is mounted, not access mounts:



          Can query system mount information. This is restricted because it gives privileged read access to mount arguments and should only be used with trusted apps.



          Neither of these two interfaces will auto-connect. From https://github.com/snapcore/snapd/wiki/Interfaces#removable-media







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered May 9 at 13:51









          dobey

          32.5k33586




          32.5k33586












          • I don't know. It seems obs-studio does, but I only found it due to it mentioning the interface in the description of the app for how to access external storage. I don't know how to query the store for specific interfaces in snaps. If a specific snap doesn't support the interface, it will presumably need to be rebuilt to support it.
            – dobey
            May 9 at 13:58


















          • I don't know. It seems obs-studio does, but I only found it due to it mentioning the interface in the description of the app for how to access external storage. I don't know how to query the store for specific interfaces in snaps. If a specific snap doesn't support the interface, it will presumably need to be rebuilt to support it.
            – dobey
            May 9 at 13:58
















          I don't know. It seems obs-studio does, but I only found it due to it mentioning the interface in the description of the app for how to access external storage. I don't know how to query the store for specific interfaces in snaps. If a specific snap doesn't support the interface, it will presumably need to be rebuilt to support it.
          – dobey
          May 9 at 13:58




          I don't know. It seems obs-studio does, but I only found it due to it mentioning the interface in the description of the app for how to access external storage. I don't know how to query the store for specific interfaces in snaps. If a specific snap doesn't support the interface, it will presumably need to be rebuilt to support it.
          – dobey
          May 9 at 13:58





          protected by N0rbert Dec 17 at 14:10



          Thank you for your interest in this question.
          Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).



          Would you like to answer one of these unanswered questions instead?



          Popular posts from this blog

          How to send String Array data to Server using php in android

          Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

          Is anime1.com a legal site for watching anime?