Questions tagged [mount-point]

A mount point is a location (a directory) in a directory structure to which a resource (a directory structure) from another file system (like a data carrier, for example a CD-ROM) is attached (integrated).

170 questions
1
vote
1 answer

Mount volumes docker compose

I use the following command to create my own docker container from one of my images docker run -d --name orchestrator --restart unless-stopped -p 80:80 -p 1099:1099 -p 8101:8101 -p 44444:44444 -p 8181:8181 -p 5005:5005 -p 8443:8443 -p 1883:1883 -p…
Maurizio Rizzo
  • 747
  • 1
  • 7
  • 11
1
vote
1 answer

Can the Mail/Mailx be used with mail server information in line?

I am trying to create a bash script to check that mounts are in place and if not both log the information to a file as well as send out a notification. I am very novice at scripting so some of the ins and outs are elusive to me. Because we are…
Daniel Cox
  • 33
  • 1
  • 6
1
vote
1 answer

How would you make a shell script to monitor mounts and log issues?

I am looking for a good way monitor and log mounts on a CentOS 6.5 box. Since I am new to Linux shell scripting I am somewhat at a loss as to if there is something that is already around and proven which I could just plug in or is there a good…
Daniel Cox
  • 33
  • 1
  • 6
1
vote
1 answer

How can I mount a second disk to a Docker container?

I have a Docker container on Ubuntu. This container uses a PCIe drive and I want to add a SATA drive. Neither drive should share data with other containers. How can I do this? From the command docker run? Or through the Dockerfile? Here's the…
Justin Elkow
  • 2,833
  • 6
  • 28
  • 60
1
vote
2 answers

fuse bad mount point

I am trying to mount a connection to map a folder from a cluster (running Ubuntu 16.04) to my local machine (Mac Book Pro). Therefore I am typing the following: sshfs username@host:/home/username/path_to_mount…
Kim Nicoli
  • 313
  • 1
  • 4
  • 10
1
vote
1 answer

Simulate WORM media

I need to develop archiving software for WORM media. This type of media permit the usual access acctions : read, write, but once a file is written, it can't be modified or deleted. Because such media could be expensive, I would like to know how can…
iXô
  • 1,133
  • 1
  • 16
  • 39
1
vote
1 answer

How to make mount point in Solaris 10(installing Oracle RAC)?

I want to install Oracle RAC on solaris 10, using ASM but I am new in it... So I want to mount /u0 directory on the disk volume /dev/dsk/c2t0d0s2 1) I have created /u0 directory by root user like this: # mkdir /u0 2) I've added the following…
kupa
  • 1,861
  • 5
  • 25
  • 41
1
vote
0 answers

Mounted file system NSDirectoryEnumerator NSFileManager inconsistencies - has subfolders then doesnt? Race condition?

I have a directory watcher which uses FSEvents API on Mac OS X and also polls local or remote directories on mounted server volumes for changes. It works great, and I can make an NSSet of directory URLS which have been changed and need to be…
vade
  • 702
  • 4
  • 22
1
vote
1 answer

With Powershell, how to find mount point drive given a file full name

In my environment, I have lots of Mount Point Drives (MPD hereafter), to simplify my question, let's say, I have a file whose full name is d:\data\DBA\Perf\abc.sql In this case, d:\data is actually an MPD but we do no know just from its face value.…
jyao
  • 1,550
  • 3
  • 19
  • 26
1
vote
1 answer

Powershell Mount Point Automation: Drive letter appears after reboot

I've got a strange behavior with powershell created moint points: My script creates partitions and mounts them into the file system. After a reboot every partition has a drive letter added. My script so far: $disks = Get-Disk|where {$_.Number -ge…
1
vote
1 answer

Ansible mount with credential file

I have a playbook containing a mount task which seems to be failing when i try using the credentials option. The task below succeeds - name: "mount share" mount: state: "mounted" fstype: "cifs" name: "/opt/shared" src:…
crusadecoder
  • 651
  • 1
  • 11
  • 26
1
vote
0 answers

Docker-compose corrupted directory when shared a multiple file/directory in the same mounting point

I have a service in Docker-compose where I mount a directory and file in the same directory mount point. my docker-compose.yml: version: '2' services: web: volumes: - /c/www/:/var/folder1 -…
1
vote
2 answers

Is there any way to determine the type of a mountpoint?

I've got a bash script that deals with files in Mac OS X 10.5 & 10.6. It now needs to determine whether the files are on a local volume or a remote AFP volume. All mountpoints are in /Volumes on Mac OS X, but I cannot see any difference between…
morgant
  • 2,135
  • 2
  • 19
  • 28
1
vote
1 answer

qemu: how to get image UUID

I want to mount a existing image (file.vhd) to a running guest:
coanor
  • 3,746
  • 4
  • 50
  • 67
1
vote
0 answers

MiniDLNA: not recognizing additional mount points

I have a volume mounted at /media. I have an additional volume mounted at /media/dvd. I have mounted things this way as I understand that minidlna can only use a single directory for, say, videos. Each volume is structured with sub directories. On…
Manngo
  • 14,066
  • 10
  • 88
  • 110