How to mount windows drive on Linux system

Question:- How to mount windows drive on Linux system

Answer:- service ntfs start

mount –t smbfs –o username=username,password=password  //mount point of network    /mount point (in which folder you want to mount on Linux system)

Comments are closed.