GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Operating System  >  UNIX

 Print  |  
Question:  how do you mount Linux partition on windows



December 12, 2007 00:25:26 #1
 Priya Sivaraj   Member Since: December 2007    Total Comments: 1 

RE: how do you mount Linux partition on windows
 
mount -t cifs <windows path that has to be mounted> -o username=Priya,password=Priya <linux path where to mount>

ex : mount -t cifs //ntserver/download -o username=Priya,password=Priya /mnt/ntserver
     

 

Back To Question