Tuesday, June 10, 2008

how do you mount Linux partition on windows

mount -t cifs -o username=root,password=open

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

No comments: