On Wed, Nov 02, 2016 at 05:34:10PM -0500, Chris wrote: > chris@localhost:~$ sudo mount --bind /snap/ubuntu-core/current > /snap/viking-gps/1 > [sudo] password for chris: > mount: mount point /snap/viking-gps/1 does not exist
Either a file or directory needs to exist in the filesystem for a mount to succeed; so try creating this directory and re-try? sudo mkdir -p /snap/viking-gps/1 sudo mount --bind /snap/ubuntu-core/current /snap/viking-gps/1 sudo snap remove viking-gps Thanks
signature.asc
Description: PGP signature
-- Snapcraft mailing list Snapcraft@lists.snapcraft.io Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/snapcraft