|
I have a couple folders I'd like to set up on my network. The file server is Linux/Samba and the clients are all Windows machines.
Where is the best place on an Ubuntu file system to put these shared folders, like Applications (install exes), Books (pdfs...
Started by rrc7cz on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
I would place such documents in one of the following places (in order of preference):
/var/share /var/local/share /home/share /home/[department or category]/share /share Consideration of ease.
|
|
Is there a way to get XCode to play nice with shared folders and allow multiple people to work on an iPhone app at the same time? Or are we going to need to switch to something more like SubEthaEdit or some other realtime-collaboration tool?
Started by chpwn on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Get a SCM and get....
Folder references are OK for images (with the caveat you have work on a shared folder is a recipe for disaster, and you will regret it the first time somebody a comment in it.
Of directives for other SCM systems.
|
|
I'm new to Linux, and I don't understand why apt-get install tomcat6 resulted in two tomcat6 folders, one in /var/lib/ , the other in /usr/share/ . I'm sure there is a good reason for it, but it caused me a few hours confusion with nothing working.
What...
Started by FarmBoy on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Var/lib and .../share directories are for (binary) transient files and platform-independent (text.
|
Ask your Facebook Friends
|
Hi, I am developing an application in flex 3 using action script 3 I have some range of ip address in LAN(wired or wireless both) i want to check which all the systems available...and also want to see their shared folders can anyone give some code or ...
Started by Hara Chaitanya on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Then you can use.
So you could have it access your operating system, check the systems available, shared folders, etc /shared_folders ), and have that search the OS for what it needs, and return it as XML.
|
|
With WinXP in a corporate environment, one has to explicitly setup shared folders and define permissions for another user to be able to access them. So for folder XYZ on machine ABC another user could enter \\ABC\XYZ in Windows Explorer (or in the Run...
Started by msorens on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
It is not a backdoor as you need to have administrator credentials in order to access this share!
However, if you want to manually delete or change this share, go in to
"Computer Management" > "System Tools" > "Shared ....
|
|
Over the last few months/years, I have shared a folder or two with numerous people on my domain. How do I easily revoke those shares to keep access to my system nice and tidy?
Started by Michael Haren on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Using;net....
You could delete the shares or change the permissions on the share Folders > Shares
This page lists all shares and lets you remove them easily, in one place.
Of all folders that are shared.
|
|
Is there a way, within the .net framework, to check to see if two different shared folders are actually pointing to the same physical directory? Do directories in Windows have some sort of unique identifier? Google-fu is failing me.
(I mean, aside from...
Started by Dana on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Hopefully you can use it to the path for each share....
I have used it to create a share.
You can examine the share definition itself by using the System.Management namespace\\cimv2", "Win32_Share", null)
And it gets much worse after that.
|
|
I've recently come into a web development position with a company who just lost their server/network admin. Though I was hired for web development, I'm being asked to do some routine maintenance tasks on the server that I'm nonetheless having trouble ...
Started by Phantom Watson on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
This usually, but not necessarilyAdding a dollar sign ($) to the end of the Share Name will hide the resource from the Network Neighborhood directory....
That the share is hidden, and won't be displayed when browsing shared folders.
|
|
I am running Fedora from VirtualBox with Windows XP as the OS host. How do I mount the selected shared folder in Linux?
Started by cmserv on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
Not sure what the command is exaclty for fedora, but here are a couple of examples:
sudo smbmount \\\\192.168.1.10\\c\$ /mnt/localFolder/ -o username=administrator mount -t cifs \\\\WindowsHostName\\utility /mnt/localfolder -o username=administrator
And... .
|
|
Hey guys. I'm running Windows 7 and as of now I simply share folders as one usually does in Windows. I then have a MacBook with Leopard (Now Snow Leopard) which I use to connect to my computer to mount the shares by going to Finder, then CMD + K and typing...
Started by Blaenk on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at superuser):
You shouldn't have to reboot....
Now, I can sleep my windows PC when I'm not usingI've never had this issue, as I've never remained connected to a samba share for more than a few minutes.
Lets you share your windows 7 folders using AFP.
|