I work at a law firm, and we have two work stations in two different rooms. We have the client files/documents we work on on a computer in the back office. I work in the front office. With Kubuntu 12.04, I was able to mount the file system from the back office, so that I could work on them directly from the front.
In order to do so, I used this command (full disclosure, we had outside computer guru help to set this up):
Where (ip) is the IP address for the computer with the files to be mounted. hotrod3 is the nickname for the back office computer, so when it would mount, it would mount in the hotrod3 folder on my front office machine.
However, since upgrading to 12.10, whenever I try this command, I get the error message
I did some googling, and apparenly the smbfs package was deleted from the Canonical servers.
Anyone have any ideas as how to get a similar workaround going?
In order to do so, I used this command (full disclosure, we had outside computer guru help to set this up):
sudo mount -t smbfs //(ip)/public /media/hotrod3 -o username=guest,password=guest,uid=frontoffice,gid= frontoffice
However, since upgrading to 12.10, whenever I try this command, I get the error message
mount: unknown filesystem type 'smbfs'
Anyone have any ideas as how to get a similar workaround going?
Comment