Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

The Unofficial Ubuntu Starter Guide
Prev Home Next

Q: How to mount/unmount network folders manually, and allow all users to read/write?

  1. Read General Notes
  2. Read How to install Samba Server for files/folders sharing service?
  3. e.g. Assumed that network connections have been configured properly
         Network computer's IP: 192.168.0.1
         Network computer's Username: myusername
         Network computer's Password: mypassword
         Shared folder's name: linux
         Local mount folder: /media/sharename
  4. To mount network folder
    sudo mkdir /media/sharename
    sudo mount //192.168.0.1/linux /media/sharename/ -o username=myusername,password=mypassword,dmask=777,fmask=777
  5. To unmount network folder
    sudo umount /media/sharename/
The Unofficial Ubuntu Starter Guide
Prev Home Next

 
 
  Published under the terms of the GNU General Public License Design by Interspire