Questions tagged [mount]

Mounting is the concept of attaching a file system to a computer for access.

A mount is the process of attaching a file system to a computer so that it can be accessed. Depending on the operating system, a mount could be local or remote, via a network, read-only or read-write, or many other options.

1212 questions
0
votes
1 answer

OpenVZ sharing PHP5-FPM socket

I need a problem with sharing php5-fpm.sock between 2 vz containers I have 2 containers: 1. with NGINX 2. with PHP5 and PHP5-FPM Link containers over NFS I tried using: 1. mount --bind /var/lib/vz/private/100/var/src_dir_with_socket…
init0
  • 39
  • 5
0
votes
1 answer

Mounting a RAID array on Debian Wheezy

I've got a pair of 1TB drives on my Debian fileserver set to RAID 1 using a PCI controller, but it doesn't want to mount them. If I do a blkid the drive doesn't show up, but I know (from using cfdisk /dev/sdb to create a partition) that the drives…
Grim...
  • 381
  • 1
  • 2
  • 9
0
votes
1 answer

Read only NFS mount with local writes allowed

I would want to share a directory via NFS only read-only (data should not be corrupted). However I would want the client to be able to use the mounted folder as if it was read write, as transparently as possible. Basically I would want updates to go…
Such
  • 103
  • 5
0
votes
1 answer

trying to mount secondary drive

centos 6 64bit Trying to mount a BACKUP drive used previously on another server prior to a recent primary drive hard drive failure. root@server097 [~]# fdisk -l Disk /dev/sda: 160.0 GB, 160041885696 bytes 255 heads, 63 sectors/track, 19457…
user148117
0
votes
0 answers

NFS client mounts pointing to the same host directory

So we have a single host instance on EC2 with two EBS volumes attached. When we mount the shares on the clients both shares are pointing to the same host directory even though they are defined and attached as separate volumes. We are using NFSv4…
Grant
  • 421
  • 4
  • 2
0
votes
2 answers

openVZ mount of host folder

i am trying to setup openVZ on my new server, but I am running into a problem with mounting the folders which i cant understand. It shows different files in the VZ and on the Host, despite the mount points being the same. mount login scripts for…
Chris
  • 104
  • 2
  • 12
0
votes
2 answers

Mount linux partition as Windows network share over internet

I have a Linux server running RHEL 6. I have two Windows servers. All servers are connected directly to the web with an external IP, they are not in a local lan. What I would like to achieve is to setup the Linux server so that it offers a single…
CptEO
  • 1
  • 2
0
votes
2 answers

NFS host is not exporting the "share"

I have a NFS Server: usanfsd01 And a remote machine: usafssd01 I tried mounting a directory from usafssd01 onto usanfsd01 by adding the following line to /etc/fstab as root usanfsdo1:/home/dblogs /home/data/dblogs nfs rw 0 0 And when I run…
user1345260
  • 111
  • 3
  • 4
0
votes
2 answers

Automatically mount drives when debian server reboots

I have a Debian server (which is a AWS EC2 Instance) and I have multiple AWS volumes attached to the server, which are all mounted in /mnt. However if I ever reboot the server (which happens whenever I create an AMI image), when it reboots all the…
ingh.am
  • 273
  • 3
  • 15
0
votes
1 answer

mounting a linux network shared directory onto a directory of another linux server

I apologize in advance if this a noob question. I have two servers, NFS Server: usanfsd01 LINUX Server: usalnxd01 I've to mount the usanfsd01:/nfs/data directory onto the usalnxd01:/lnxwd directory. I know how to do the mount via /etc/fstab. But the…
user1345260
  • 111
  • 3
  • 4
0
votes
1 answer

Raid0 assemble disk again?

Our server recently suffered a disk failure, so our hosting provider put a new Disk in with CentOS so we can login and see if we can recover the data. We had 2 x 120 GB SSD drives in software RAID0 config - our host set this up for us; we didn't do…
Latheesan
  • 357
  • 2
  • 6
  • 19
0
votes
1 answer

Mounted directory is shrinking

This is a bit strange. I have a ZSH mounted network directory in a Redhat VM and it appears to be shrinking: [aramk@server-C production]$ df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 8.7G 7.2G 1.1G 87%…
0
votes
1 answer

Allowing apache to access multiple volumes under AWS

I've added another volume to my EC2 instance (mounted as /dev/xvdf), and I need to be able to place files on that volume and be able to retrieve them via the /var/www/ directory. How can I accomplish this? This is an Ubuntu instance, if that makes a…
Fibericon
  • 105
  • 3
0
votes
1 answer

How to mount Soft RAID in centOS

My dedicated server crashes. I've rebooted it in rescue mode and want to mount to see the log and/or fix the boot file. I've CentOS and soft RAID. How do I mount soft RAID? Following are the details: root@rescue:~# cat /proc/mdstat Personalities :…
Jack
  • 1
0
votes
1 answer

LVM drive is not mounted after boot

I have created an LVM with three physical disks named "orcafiler1". Problem is, every time after boot, the LVM drive is not mounted and I have to manually run vgchange -ay orcafiler1 The fstab file…
mahmood
  • 1,022
  • 7
  • 20
  • 33