The mapped network drive Ubuntu

Ubuntu the mapped network drive
https://www.linuxidc.com/Linux/2013-07/86928.htm

 

Under linux samba access path:

smb://192.168.1.111/edisk/users/.../yourDir

 

linux under vscode access path:

/run/user/1000/gvfs/smb-share:server=192.168.1.111,share=edisk/users/.../xxx.java

 

The network drive (a remote server disk) linked to the local directory:

sudo mount //x.x.x.x/Data /home/lfqy/x.x.x.x/ -o username=Administrator,password=123

Examples are as follows:

sudo mount //192.168.1.111/disk/users/xxx    /home/cmm/edisk  -o username=aaa,password=bbb

 

As put by a remote command to a local drive hung, and by vscode, Android Studio, etc. can be opened inside the project, and very convenient!

Guess you like

Origin www.cnblogs.com/bluestorm/p/11016495.html