|
How do I find all the folders that are shared on Windows Server 2008?
Started by Raj More on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
This opens the Share and Storage Management Console on Windows Server 2008.
You can open a command shell and type: net share
A quick way is to insert
StorageMgmt.msc
in your start box.
|
|
I have enabled the "Shared Folders" feature on the VM that runs Ubuntu 9.04. How do I access this from the Ubuntu guest OS?
My host OS is Windows Vista Home Premium with SP2.
Note: I have enabled "Shared Folders" for Windows 7 RC (guest OS) by mapping...
Started by Rakshit Pai on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Kernel module has loaded you should be able to access the shared folders at /mnt/hgfs/.
|
|
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 a comment in it.
Work on a shared folder is a recipe for disaster, and you will regret it the first time somebody of directives for other SCM systems.
|
Ask your Facebook Friends
|
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.
|
|
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....
Tools" > "Shared Folders"
or go to the run prompt and type
fsmgmt.msc
and you should be able log in as an administrator they cannot access the drive roots unless they are explicitly shared.
|
|
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... .
|
|
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):
You could delete the shares or change the permissions on the shareOn Windows XP, go to:
Administrative Tools > Computer Management > System Tools > Shared Folders > Shares....
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.
|
|
We have a client server software that needs to be updated. I need to check if the file is currently being accessed. Is this possible if so how Delphi code if possible. The only place I can see if the file is open is under the shared folders open files...
Started by Jason on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I believe there are good WBEM components out there, but you could also import the "Microsoft WMI Scripting" COM Type Library (though this takes a little ... .
There is a great deal of information you can access over the WBEM sub-system provided by Windows .
|