Questions tagged [mounted-volumes]
162 questions
0
votes
1 answer
Docker volume with restart always option enabled
I have problem to configure my docker-compose file that docker can restart containers on reboot(my OS is Ubuntu 16.04). The problem isn't when I pass restart: always into it, but when my container need some volume-based file (e.g. ssl-cert into…

PianistaMichal
- 305
- 1
- 2
- 14
0
votes
2 answers
ASP.NET MVC Website, how to generate background img for div but the img is on a remote drive
The View:
The Model:
public List GetProjects() {
DataContext dbContext = new DataContext();
List projects_list = new…

gunslingor
- 1,358
- 12
- 34
0
votes
1 answer
Curlftpfs mount can't reach files via apache webserver
I have mounted a directory via curlftpfs. I am trying to access the files from within this mount via a webserver.
The path to the mounted directory is
'/home/domain.nl/domains/cms.domain.nl/public_html/project/1/syslink/'
The strange thing is…

Rubentje
- 128
- 1
- 11
0
votes
0 answers
Docker volume not mounting on Windows
Already added my workspace (W:\) drive to Shared folders, but can't mount it as volume on Docker containers.
Any tips?

Leo Cavalcante
- 2,327
- 2
- 22
- 30
0
votes
1 answer
nfs volume mount to mysql docker container inside a ubuntu virtualbox fail
Answered in my comment. Not able to answer my own question. Hence the answer in comment.
-----------------------*------------------------
Please help me with the nfs volume mount issue I am facing.
I've a nfs file share set-up from freenas server,…

Phani
- 1,851
- 2
- 15
- 28
0
votes
1 answer
File write operations through java on a mounted location keeps on failing on Yosemite
My web project development and debugging setup requires mounting a file location on CentOS VM running on my development system and writing files to that mounted location. Everything used to work fine till few days back when I was on maverick.…

user3904269
- 91
- 5
0
votes
2 answers
Python Boto List Storage Devices Attached to Instance
I'm using Python 2.7 and Boto.latest.
I'm creating a dynamic inventory script and I would like to list the storage devices that are attached to each instance
Example:
ID: i-3rblah
Storage:
- /dev/sda
- /dev/sdb
- /dev/sdc
Tried:
for…

Simply Seth
- 3,246
- 17
- 51
- 77
-1
votes
1 answer
Replace SMB address to go to file/folder location on Mac
I'm on MacOS and I'm regularly sent file paths in the format of "smb://196.168.1.13/filepath/filename". I need change it to a more friendly "/Volumes/filepath/filename".
I've been searching through here for an AppleScript solution but I can't find a…

Karim
- 1
- 1
-1
votes
2 answers
Is it possible to have Postgres (13 on CentOS 8) data directory on a shared drive with oracle VBOX (6.1 on Windows 10)?
A) Mounted a Virtualbox directory with the required ownership and permissions:
ls-l /var:
drwx------. 1 postgres postgres 4096 Aug 20 12:43 pgshared
(and /var/pgshared/data directory has been created with exactly same permission)
B) Changed PGDATA…

Captain Mike
- 1
- 1
-1
votes
1 answer
VBScript file copy FileExists return false mounted drive drive
I am under the context of a script executed within an installation package MSI created with InstallShield. I execute the below script:
Set wshShell = CreateObject( "WScript.Shell" )
User = wshShell.ExpandEnvironmentStrings( "%USERNAME%" )
MsgBox…

Salim
- 495
- 3
- 20
-1
votes
1 answer
Docker volume file mapping
I try to replace a file in a docker container by using the following docker-compose syntax. But connecting to the bash of the container shows me that the file still has the original content.
My question is: Is it possible to replace existing files…

jwillmer
- 3,570
- 5
- 37
- 73