Questions tagged [shared-folders]

Shared folders are folders that are shared (made accessible to) multiple users, typically over a TCP/IP network.

Shard folders are folders that are shared (made accessible to) multiple users, typically over a TCP/IP network.

572 questions
98
votes
7 answers

How do I mount a network drive to a folder?

Does anyone know of a third party (or even windows native) solution to this simple problem? I want to map an internal network share on our windows server to a folder on each of the client machines in the network. I don't want to to use drive…
Toby Allen
  • 3,123
93
votes
5 answers

Permission denied when accessing VirtualBox shared folder when member of the vboxsf group

I'm running Ubuntu 11.04 (guest) on Windows 7 (host) with the guest additions installed. I have an auto-mount folder that maps to my D: drive on the host which I can access using sudo ls /media/sf_D_DRIVE - however, even when my user (ross) is a…
Ross
  • 3,298
88
votes
7 answers

Share VirtualBox folders in reverse? Guest-Host?

I'm familiar with the process of installing Guest Additions and sharing host folders with the guest, but is there a way to do the reverse? I have an XP host and Ubuntu 10.10 guest, with VBox 4.0.2. In other words, I'd like for the host to have…
Nate Parsons
  • 1,625
70
votes
3 answers

How to make a symlinked folder appear as a normal folder

I have two Dart applications I need to dockerize. These two apps use a shared source directory. Because Docker prevents adding files from folders outside the context directory (project/app1) I can't add files from ../shared nor from shared (the…
zoechi
  • 836
47
votes
3 answers

Is it possible to see all shared folder list in windows?

We have LAN connected different OS installed systems. If I want to see all shared folder list in windows 7 and its access level whether read or read and write, how and where can I see? Is there any option to stop all shared folders with a single…
47
votes
3 answers

What does "auto-mount" do in VirtualBox shared folder setup?

In VirtualBox, Ubuntu guest, Windows 7 host, I click this "Auto-mount" box, but it doesn't seem to have any effect. I have to edit fstab to get it to mount. So what is it for?
endolith
  • 7,704
32
votes
4 answers

Virtual Machine (VirtualBox) -- How to access files from the hosting machine?

I have a PC with Windows 7 Ultimate (A) running on it. From within that OS I have VirtualBox running another Windows 7 instance (B). Is there any way for the Windows 7 (B) to access files from Windows 7 (A)? Ideally I'd like to be able to access…
myermian
  • 1,307
29
votes
3 answers

Why can't I chown a VirtualBox shared folder?

I'm trying to recursively chown a VirtualBox shared folder, but I can't get it to work: $ ls -lah total 16K drwxr-xr-x 4 root root 4.0K Aug 1 2012 . drwxr-xr-x 23 root root 4.0K Jul 21 2012 .. drwxrwx--- 1 root vboxsf 4.0K May 4 17:02…
nc4pk
  • 9,257
  • 14
  • 61
  • 71
29
votes
3 answers

Share directory on Windows Hyper-V Host with Ubuntu VM

Just installed Hyper-V on Windows 8 and Guest OS Ubuntu 12.04. Coming from VirtualBox, I am looking for best method for sharing a Directory on Host/Windows with Guest Ubuntu. I read this: https://stackoverflow.com/a/1386764/913295 and I am familiar…
29
votes
1 answer

Change working directory to network share

I can list all files in a folder with: dir \\aenw08v401\FOLDER\I001\* However, when I execute cd \\aenw08v401\FOLDER\I001, the current working directory won't change at all. This is what I see when I execute net view \\aenw08v401: Shared resources…
tomdemuyt
  • 422
28
votes
14 answers

PowerShell Get List Of Folders Shared

I am trying to get a list of folders that are shared on a file share. At the moment I have two test folders: \\MYPC\Test1 \\MYPC\Test2 This is the code I have at the moment: $FileServer = Read-Host "Enter file server to search" $FolderList =…
The Woo
  • 477
22
votes
6 answers

Unable to access shared folder without user name and password in windows 10

I was able to share a folder in local network without asking for credentials in windows 7 and 8. This we use to do by changing settings in Advanced Network and Sharing settings. After updating to windows 10 it still asks for the user name and…
Lame User
  • 321
20
votes
5 answers

Getting an error trying to set up shared folders on an Ubuntu instance of VMWare Fusion running on OSX

Receiving the following error: Unable to update runtime folder sharing status: There was an error mounting Shared Folders file system inside the guest operating system. Running VMWare Fusion 5.0.2 on OS X 10.6.8, guest OS is Ubuntu 12.10 with…
18
votes
1 answer

Windows 10, can ping other PC but cannot access shared folders! What gives?

I have a computer running Windows 7 that shares a Git repo on drive D. Let's call this PC "win7". This repo is the origin of a project that we push to and pull from. The network is a wireless network. One PC on this network is running on Windows 10.…
13
votes
3 answers

Map network drive for the SYSTEM user in Windows

I have a piece of software which needs access to files as if they are local to the machine, so I just mapped the network drive as a letter using net use. This works as expected, however the software itself runs as a service with the SYSTEM user…
Javier Mr
  • 319
1
2 3
38 39