Skip to main content

Questions tagged [mount]

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

0 votes
0 answers
19 views

I want to implement a custom iSCSI target on Windows Server 2019 that exports a physical disk (\.\PhysicalDriveX) in strict read-only mode to a Windows client. Requirements: Disk should appear as a ...
andrew's user avatar
  • 1
5 votes
1 answer
319 views

I'm trying to get some simple kind of failover working with an NFS share. There aren't hard requirements on data consistency during writes (even a working multi-server read-only setup would be fine) ...
Philipp Burch's user avatar
0 votes
0 answers
107 views

I have this (docker) container with a directory (e.g. /work) that I need to sync with its mirror to be on the host (e.g. ~/work). Normally, I would simply bind mount with docker run -v ~/work:/work .....
NRagot's user avatar
  • 101
1 vote
0 answers
78 views

I’m troubleshooting an NFS issue on SUSE Linux Enterprise Server 12 SP3. Setup Server: SUSE Linux 12 SP3, exporting via NFSv3 and NFSv4. Clients: AWS EKS 5 old worker node (This work) , 2 new worker ...
Peeradis Sanguantrakul's user avatar
0 votes
1 answer
110 views

GCE, ubuntu 20.04 and ubuntu 24.04 systems. I created a new disk from a snapshot of a non-boot disk attached to a running ubuntu_20 system. I attached the new disk to a running ubuntu 24.04 system. ...
Gary Aitken's user avatar
254 votes
4 answers
286k views

I'm trying to add mount --bind /proc/ /chroot/mysql/proc to /etc/fstab. How can I do this?
Some Linux Nerd's user avatar
166 votes
19 answers
317k views

What's the best way to check if a volume is mounted in a Bash script? What I'd really like is a method that I can use like this: if <something is mounted at /mnt/foo> then <Do some ...
Mark Biek's user avatar
  • 1,987
9 votes
2 answers
704 views

Just for test, I created and mounted the same XFS file system on two hosts based on a shared device (pmem).Host A created a file in its mounted directory and executed the sync command to ensure that ...
SeenThrough's user avatar
0 votes
1 answer
221 views

I have strange problem with my nfs share. I can list files in client from server using nfs-ls command, but I can't mount to created folder. nfs-ls nfs://10.200.1.99/tmp/mnt/sda gives me list of files ...
Dominik Świątoniowski's user avatar
0 votes
0 answers
139 views

I'm executing the following command line on MS Windows 11: docker run -e "ACCEPT_EULA=Y" -e "SA_PASSWORD=Pass@word" -e "MSSQL_PID=Express" -p 1433:1433 --...
ShamilS's user avatar
  • 101
0 votes
1 answer
300 views

I have a Ubuntu 22.04 "computational" server in our lab that mounts a NFS share from a NAS (Synology DS1522+): 147.xxx.xxx.xxx:volume1/compserver /mnt/nas2 nfs rsize=8192,wsize=8192,timeo=14,...
Antonello's user avatar
  • 189
241 votes
8 answers
278k views

I modified /etc/fstab. I verified the new devices and I can mount them with the mount command. How may I validate the modifications made to /etc/fstab ?
Luc M's user avatar
  • 3,620
0 votes
1 answer
570 views

Ine of our servers sometimes loses connection to our mounted storage device and reconnection fails. The kernel log states: CIFS: Attempting to mount //XXXX No dialect specified on mount. Default has ...
Kilian's user avatar
  • 103
0 votes
1 answer
105 views

I am launching an ec2 instance of type m5a.16xlarge. I am trying to mount an AMI on the ec2 instance. I ssh to the host and run a script which does the following I have scp’ed an AMI image to the ...
Mark's user avatar
  • 121
3 votes
2 answers
2k views

I have a (I think) very particular situation on my embedded Linux which I cannot work out properly... Due to particular (custom) checks to be performed on filesystems at startup before mounting them, ...
Morix Dev's user avatar
  • 133

15 30 50 per page
1
2 3 4 5
83