I am new to Ubuntu(and Linux for that matter) and I am trying to access files using the terminal. The network folder is on my Desktop, but when I go to the Desktop folder via the terminal, the network folder is not there.

How do I access files on a network folder via the terminal?

link|improve this question
feedback

migrated from stackoverflow.com May 4 '10 at 17:40

This question came from our site for professional and enthusiast programmers.

4 Answers

Network locations mounted under GNOME via the GUI are mounted under ~/.gvfs.

link|improve this answer
Is this still true? I can't confirm this is working on Ubuntu Maverick. I have 2 network folders (1 smb, 1 ftp) mounted via nautilus and they do not appear in ~/.gvfs. – kynan Sep 13 '11 at 8:41
feedback

Just open required network location in Nautilus, and its address is shown in the Nautilus Location box.

link|improve this answer
The address displayed by nautilus is usually something like "smb://server/share" which doesn't work on the command line – Brian May 4 '10 at 17:54
1  
Unless we're talking about an argument to gvfs-mount. But we're not. – Ignacio Vazquez-Abrams May 4 '10 at 17:58
feedback

Use smbmount. It mounts a network location to a directory.

link|improve this answer
feedback

A good way to go is to use find command and search for files on the network location. Found it under: /home/user/.gvfs.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown