- Open a terminal window by going to Applications->Accessories->Terminal
- Create a mount directory on your by
sudo mkdir /media/remoteshare fstab
- Create a Backup of your current fstab file
sudo cp /etc/fstab /etc/fstab.backup
edit fstab
sudo nano /etc/fstab
add the following to the bottom but use your ip address username and password
#mount point on remote pc Mount point on local Username and password if required
//192.168.1.20/sharedfolder /media/remoteshare cifs user=username,pass=password
refresh the mounted drives
sudo mount -a
This entry was posted
on Wednesday, June 3rd, 2009 at 11:30 am and is filed under Linux, Ubuntu.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.