|
Hi,
My windows service is creating a directory on a shared folder, and I am getting a error:
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.Directory.InternalCreateDirectory(String fullPath, String path,DirectorySecurity...
Started by Blankman on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
As a complete (and assuming a windows based server) guess cross check both the share AND the folder have write....
For security in shared folders on .net you need to configure the .net security with ".net Framework server runs.
|
|
I have a network share that is several levels deep. For one particular folder, I would like to assign different rights than the default access that the shared folder is allowing. However this does not seem possible, as all of the child rights and inherited...
Started by Aaron M on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
If the file permissions overrode the share, there would be no point in share....
Most files are RW for Everyone but then restricted at the share level.
This is standard.
Share permissions trump any file permissions.
That is correct.
|
|
I've got an application which stores its settings and other data in a specific folder on my hard drive. I cannot change this location without reverse-engineering the application.
I use the application on two computers at my home. I would like them both...
Started by Vilx- on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
I doubt you can do I guess you would have to make the shared folder on the XP machine (which is already the setting, and then make a symlink....
Work only on one of the computers, the one which physically has the shared folder.
|
Ask your Facebook Friends
|
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.
|
|
How to create shared folder in C# with read only access? I see this example, but it gives write access too
Started by ArsenMkrt on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
With Shared Folders
IWHSInfo2 info = new WHSInfoClass(); IShareInfo2 share = info.CreateShareTry this:
File.SetAttributes("C:\Path\To\Folder", FileAttributes.ReadOnly);
See this link Working(); perm1.userName = "User1"; perm....
|
|
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/.
|
|
I need to open a password protected shared folder on a network to gain access to an Access 97 database. How do I open the folder and pass in the password?
Thanks,
Answer Snippets (Read the full thread at stackoverflow):
You could.
Hi,
one solution would be to map the network folder to an available drive letter.
|
|
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... .
|
|
I'd like to place all my family's media in one shared folder for everyone to use from any computer. Whether it's a PC or home server.
What is more appropriate:
Create it in my home folder ( /home/lamcro/media/ ) Create a new account called media ( /home...
Answer Snippets (Read the full thread at superuser):
You could instead place your files within a folder in /media , e.g /media....
This is where share when you plug in some media e.g an external USB drive.
You should find an existing folder in that location.
Media : Not such a good idea.
|
|
Banging my head against any hard surface trying to figure out why I cannot connect the RICOH copier to a shared folder on my SBS 2008.
Here's the particulars:
New SBS 2008 Server New Network clients running Win XP Pro SP3 New Ricoh multifunction copier...
Started by Critter on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at serverfault):
Its own domain account, gave that account NTFS and share permissions to the Scans folder from:
\\servername\scanned folder
to
\\servername\scannedfolder
By removing the space in the shared folder on Windows 2008 servers....
|