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)
A Pandit of Server Technologies
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)