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

Ubuntu mount-point map Windows Share gets permissions denied error

We have an EMC storage appliance that serves Windows Shares via CIFS protocol. On Ubuntu I need to create a mount-point that maps the Windows Share. When I run this shell script : sudo apt-get install -y smbfs sudo mkdir -p /mapdir sudo mount -t…
BaltoStar
  • 197
  • 3
  • 14
0
votes
1 answer

pam_mount on centos won't mount cifs

so I have this problem that pam_mount won't mount my cifs home dirs pam_mount has this in /var/log/messages: Feb 3 15:49:18 centosy nslcd[1278]: [3c9869] (re)loading /etc/nsswitch.conf Feb 3 15:49:20 centosy systemd: Starting…
Tomas
  • 259
  • 3
  • 7
  • 16
0
votes
1 answer

rsync: how will rsync react to a file copy from a mounted share to a remote location?

I have a task to create a passive sync between a production server and a staging server which are located in two different geographical locations. The environment is fully Linux based (CentOS/RHEL) and the size of the data to be synced is about…
Itai Ganot
  • 10,644
  • 29
  • 93
  • 146
0
votes
1 answer

Is it possible to mount these pieces of equipment vertically, together?

I have a Cisco 2811 and 2950 and a Dell PowerEdge R720 server. I have the 2811 and the 2950 in a wall mount that holds the two pieces of equipment vertically (the jacks are facing upwards). I'm wondering if it is possible to mount all three of my…
gh0st
  • 245
  • 1
  • 4
  • 19
0
votes
0 answers

Ordering mount --bind and OpenVZ start on boot

I am using mount --bind to share some directories/files between containers. My issue is that on root server boot, the containers are started, but these mounts are not yet mounted. Some of the services can't start and I have to manually restart all…
Vojtěch
  • 285
  • 3
  • 13
0
votes
1 answer

CentOS how to delete files in |MOUNT_POINT|

When I was looking for big files that were using a lot of space on my CentOS VM, I noticed the…
user2019515
  • 103
  • 1
  • 6
0
votes
0 answers

A VM on VMware goes back on time on reboot

This is strange, I had cloned a base build VM and had it running for 3 days, starting from October 6th. Due to a maintenance issue, had to reboot the server and found it had everything lost. No configurations, no installed files and no trace of…
0
votes
1 answer

ffmpeg mp4 and webm files save to standard folder but only webm to mounted folder

So i am running an ffmpeg command on my linux server using the php exec command : exec("(nohup nice -n 19 " . $ffmpegPath . " -y -i " . $srcFile . " -f mp4 -pass 1 -passlogfile " . $video_pass_log . " -vcodec libx264 -cpu-used 0 -threads 1…
Jizbo Jonez
  • 117
  • 1
  • 10
0
votes
0 answers

Cannot mount - busted superblock?

I was running a debian server which basically died on its backside this morning. Eventually I moved to a new server i was prepping up anyway (running CentOS) i had some backups but the rest was on the flaky disk of the old server. So i got the host…
0
votes
2 answers

Mount shows as swap instead of ext3

Easy all, I have a hard drive with 4 partitions setup. boot/swap/root/home I recently installed windows onto the / partition as i needed it, and now that i'm switching back to linux it's showing /dev/sda4 (the home partition) as being swap…
Andy
0
votes
0 answers

Web server directory structure with additional volume for media (in Amazon EC2)

I'm re-building my server (LAMP) structure. I have now only one root volume that includes all data. Now i'm adding (EBS volume) for userdata like media etc. so i can just backup that volume and not whole server. So my questions are: is it better…
0
votes
1 answer

linux + mount from local dir

in my Linux machine I run the following command under from /usr/cti/APPS directory cd /usr/cti/APPS mount -t nfs $server:$target_dir /mnt I want to show something very interesting I can run the following find command from any directory in my…
maihabunash
  • 443
  • 1
  • 11
  • 25
0
votes
2 answers

How to correctly move application data to an attached disk on an Azure Linux VM

I have a Linux VM on Azure that originally came with a 30G OS disk. As I had an application that had accumulated a lot of data, I attached a new disk through the Azure Dashboard and here is how it looks like now: Filesystem Size Used Avail…
vahidg
  • 397
  • 2
  • 7
0
votes
1 answer

Gluster fallback mount

I have a server which content is on a gluster mount. The underlying brick is on the same machine. I was wondering if there is a possibility to set up some kind of fallback in case gluster crashes/disconnects/goes on vacations. What I have in mind is…
greg
  • 169
  • 11
0
votes
1 answer

Ubuntu server mount device issue

i have ubuntu server and can not figure out with my space Filesystem Size Used Avail Use% Mounted on /dev/xvda1 8.0G 7.8G 0 100% / udev 3.7G 8.0K 3.7G 1% /dev tmpfs 746M 180K 745M 1% /run none …
Petya petrov
  • 103
  • 2