NFS Help

Larry Bates larry.bates at websafe.com
Thu Apr 19 15:13:52 EDT 2007


Clement wrote:
> On Apr 19, 11:44 pm, Larry Bates <larry.ba... at websafe.com> wrote:
>> Clement wrote:
>>> how to get the file from NFS share in python......
>> NFS share is mounted on your local directory, you get to it
>> the same way you would any other file (e.g. go to the mount
>> point and get the file).
>>
>> -Larry
> 
> I want to know how to do it programatically
> 

What operating system are you on?  If it is Linux you mount
the NFS share and it becomes a subdirectory on your normal
filesystem.  You get the file by accessing it from the
subdirectory.

-Larry



More information about the Python-list mailing list