How do I mount a network windows volume

Asked by Tom

It has been a long time since I mounted a windows disk over the network.
Is there a neat new way to do it or do I still have to play with the stab file and mount -a?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu samba Edit question
Assignee:
No assignee Edit question
Solved by:
N1ck 7h0m4d4k15
Solved:
Last query:
Last reply:
Revision history for this message
Best N1ck 7h0m4d4k15 (nicktux) said :
#1

Hi ,
you will need a package named : samba . This package allows you to share objects .

Install it from terminal

sudo apt-get install samba

reboot your PC and hopefully you will be able to share .

Thanks

Revision history for this message
Tom (tomburrell) said :
#2

Thanks NikTh, that solved my question.