The proper path to the folder or drive in windows that is to be mounted on Ubuntu is must. This can be done through command line using the following steps:1. Open the terminal. The package "smbfs" needs to be installed through root. apt-get install smbfs OR Open synaptic through root and install smbfs package.2. Now, a folder needs to be created in the Ubuntu machine in which the required drive or folder on Windows will be mounted. e.g. windows (the folder can be of any name) mkdir /home/username/windows3. Now, we need to save the credentials of the user in root so that the password doesnt need to be entered again and again whenever the folder or drive is to be mounted.vi /root/.credentials A file opens,edit it as:username=username
password=password
Read more: Coding is Cool
QR:
password=password
Read more: Coding is Cool
QR:
0 comments:
Post a Comment