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).
Questions tagged [mount-point]
170 questions
-1
votes
1 answer
How export an imported NFS folder
I need to export an imported NFS folder (called C) to a private cluster. That folder is being imported in my cluster server (called S) from a remote server (called A). In my cluster server, folder C is imported with no problems, but when I try to…
-1
votes
1 answer
Accessing a Folder on Linux from web application deployed on different server
I have a web application deployed on server let's say 'A'. On this server, We have created a mount point for /usr/local/B directory of Linux file system. Will I be able to check the content of this directory B from Java based web application…

A Kumar
- 1
- 1
-2
votes
1 answer
create new mount point in ubuntu
I have already installed ubuntu in one of my server and it looks like below
udev 7.2G 0 7.2G 0% /dev
tmpfs 1.5G 41M 1.4G 3% /run
/dev/vda1 99G 4.6G 89G 5% /
tmpfs 7.2G 4.0K 7.2G 1%…

Mayuran
- 669
- 2
- 8
- 39
-2
votes
1 answer
Mounting a read only drive as write
I have a special bespoke device with a USB interface. When plugging in the device to my laptop - Ubuntu 12.04 it mounts as a read only USB drive - with a file on it. This file is created by the device and writes to the file when the device scans…

RenegadeAndy
- 5,440
- 18
- 70
- 130
-3
votes
1 answer
Mount an EBS volume to an existing mount point on EC2 instance (Linux)
I have 2 EBS volumes - 8GB and 20 GB - attached to my Ec2 instance. The 8 GB one is already mounted on my EC2 instance on /. I want to mount the 20 GB one to / as well so as to make the total volume on '/' as 28 GB. How can I do that ?

Shivani
- 219
- 1
- 14