Tuesday, January 6, 2009
Mount remote windows partition (windows share) under Linux
Posted on 6:24 AM by Unknown
Use the mount command to mount remote windows partition or windows share under Linux as follows:1) Make sure you have windows username and password to access share name2) Login to Linux as a root user (or use su command)3) Create the required mount point:# mkdir -p /mnt/ntserver4) Use the mount command as follows:# mount -t smbfs -o username=nikesh,password=abc //ntserver/download /mnt/ntserver
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment