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
0 answers

How to mount a used ssd to a linux server

I want to use my secondary ssd onto my server (the ssd was earlier was used on the same server before the OS on the server was reinstalled). How to mount the ssd so that I can use the old data?
0
votes
2 answers

Share files via a shared disc across multiple VM's running Ubuntu 18?

I am trying to share a single disk across multiple VM's (Ubuntu 18). The VM's are hosted in Azure and the disk is an Azure Managed Disk. I've attached the disk to both VM's and have mounted them. I can see the partition on each, as well as the test…
B P
  • 3
  • 1
0
votes
2 answers

Trouble mounting an NFS mount-point on a firewall system which works perfectly on other internal systems: How do I find the cause?

This is on Fedora Core 35: This environment is mature and has a few systems that are called either firewalls or gateways, and for the first time, we want to do an NFS share to one of these systems. After having trouble with the mount on the client,…
Richard T
  • 1,206
  • 12
  • 29
0
votes
0 answers

Linux changes mount point permissions after reboot

This is specifically on Ubuntu 20.04, but I believe the behavior is common: Please take this fstab entry, creating a read-only mount: /data/testDir/iso/ubuntu-20.04.4-live-server-amd64.iso /data/testDir/mnt iso9660 ro 0 0 Here is the related…
Rino Bino
  • 511
  • 5
  • 21
0
votes
2 answers

ExecStartPre and mount command (Linux/Debian)

I have a custom package for service which works fine on Debian10. I want run it on Debian11 or Ubuntu 22 but mount commands in ExecStartPre does not works. Or better they are executed without errors but mount points are not available. When I execute…
JozefSK
  • 36
  • 2
0
votes
0 answers

Mount remote file system permanently or not

From a web application I want to copy files in a directory in which there are a huge amount of files (this is an Azure container, by the way). I would like to know if I should mount the remote directory from server startup or if I should mount and…
Ommadawn
  • 235
  • 2
  • 8
0
votes
1 answer

What if I don't declare a reused volume in the top level `volumes` key of a compose file

The compose specification says: To reuse a volume across multiple services, a named volume MUST be declared in the top-level volumes key. I am currently trying to debug an application with a docker bind mount issue. I noticed that the compose.yaml…
0
votes
0 answers

How do I mount a BTRFS filesystem where both devices have the CHANGING_FSID flag and one devices has journal errors?

I have a RAID-1 BTRFS setup with two 8 TB hard drives. Due to unclean reboots, I cannot mount them anymore, even with recovery flags: rockpro64:~:# mount -t btrfs -o rootflags=recovery,nospace_cache /dev/sda…
lenny.myr
  • 101
  • 1
0
votes
0 answers

Connect Windows device to SMB share via SSH tunnel with WSL

I need to connect to an SMB share via SSH tunnel from a Windows computer. I have a tunnel set up in Putty to go from port 8445 to myserver:445. There is no way to specify an alternate port for the native Windows SMB functionality. I have installed…
0
votes
0 answers

Server reacting very slowly due to ClearCase mounts - what to do?

I'm working on a remote-access machine which has a bunch of ClearCase mounts - for different roots and different VOBs. There seem to be trouble connecting or transferring data from/to the Clearcase servers - and this is making the machine react…
einpoklum
  • 1,652
  • 3
  • 21
  • 31
0
votes
1 answer

How to mount a NFS share with server user

I have the following setup: There is a Debian 10 PC with user A (uid: 1000, gid: 1000) and want to mount a NFS share provided by a server running TrueNAS (12.0-U8.1), which is owned by user B (uid: 1006, gid: 1008). I have to use NFS since this…
0
votes
1 answer

contents of mounted drive not visible in Apache/2.4.18 (ubuntu)

This question was initially posted on Super User. I didn't get any answer there so re-posting here: Our cluster's apache setup is as such: each user has a directory ~/public_html, and any files (including soft linked files) inside this directory are…
0
votes
0 answers

Troubelshoot timeout on NFS mount

On a archlinux client I'm attempting to connect to a QNAP nfs export. The export is nfsv4. The showmount shows the correct exports: [root@helene j]# showmount -e 192.168.111.1 Export list for 192.168.111.1: /Public * /media 192.168.111.2 Nmap…
theking2
  • 179
  • 1
  • 1
  • 9
0
votes
1 answer

Can the mounted file system (NFS) be kept on another host if the VM is evacuated?

I'd like to know about OpenStack High Availability. If the node (VM) mounts the file system (NFS) (https://docs.openstack.org/cinder/latest/admin/nfs-backend.html) and the VM is evacuated in case of failure and moved to another host, can the mounted…
k-z-i
  • 1
  • 1
0
votes
1 answer

Accessing Raw Data on DVR Formatted Hard Disk

I need to access the data stored on hard drive that was used in Lorex DVR system. The drive gets formatted by the DVR when installed. I am trying to mount that drive in Linux but to no avail. fdisk shows the partition as "Microsoft Basic…
OB7DEV
  • 125
  • 8