[josm-dev] Network File Access in JOSM

Eric Ladner eric.ladner at gmail.com
Fri Jun 13 12:54:49 UTC 2014


Filesystems mounted like that only show up in Nautilus.  They are handled
in the background by the virtual filesystem stuff.

To get it to show up to non-Gnome applications, you'd have to actually
mount it.

sudo apt-get install cifs-utils
mkdir $HOME/server
sudo mount -t //server/share $HOME/server

You'll have to remount it after you reboot unless you create an entry in
/etc/fstab that does it automatically.

Eric


On Fri, Jun 13, 2014 at 5:30 AM, Alex Rollin <alex.rollin at gmail.com> wrote:

> Hello,
>
> I am new to Linux, now using Ubuntu.
>
> Can you advise how I can open an *.osm file sitting at
> smb://server/share/osmdata/mypoints.osm
>
> When I use the Open File dialog I cannot see a network link, and placing
> the absolute link in the file name field doesn't work.
>
>
> --
> Alex
> _______________________________________________
> josm-dev mailing list
> josm-dev at openstreetmap.org
> https://lists.openstreetmap.org/listinfo/josm-dev
>



-- 
Eric Ladner


More information about the josm-dev mailing list