I have a 750 GB HDD plugged into my Ubuntu Desktop, I want to make this show up as a Network Drive on my Windows 7 Laptop and my Ubuntu netbook. Is there an easy way to do this?
|
feedback
|
|
It's simple enough using Samba.
You'll need to create a new share for example....
You'll also need to add the following to the global section of smb.conf
Now run the following command to create the nobody user...
The only caveat to setting it up this way is it the username on your laptop or netbook are the same as a valid user on your desktop you'll get a password prompt. You can put any old rubbish in that prompt and you should get into the share as a guest. You could assign specific permissions if you wanted to the share but this is the way that replicates public folder shares in Windows. Much more info about smb.conf parameters can be found at samba.org | |||||
|
feedback
|