Mapping network drive on Linux

Thierry Lam lamthierry at gmail.com
Wed Aug 31 15:05:26 EDT 2005


On windows, if I want to map a network drive to a local drive on my
computer, I do the following:

data = {
	'remote' : '\\blah\data',
	'local' : 'Z:'
       }
       win32net.NetUseAdd(None, 1, data)


How am I supposed to do similar thing on Linux?

Thanks
Thierry




More information about the Python-list mailing list