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 ...
7 votes
1 answer
20k views

There is a created years ago(and many time resized from that times) filesystem with ext4. After power failure it stop to mount. When i try to mount it manually i receive an error: # mount /dev/space/...
10 votes
5 answers
6k views

I have a problem with automounting separate pools, that have nested mountpoints. I am using ZfsOnLinux 0.6.2. The siuation currently is as follows: zpool1 ---> /var zpool1/log ---> /var/...
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) ...
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 .....
1 vote
1 answer
252 views

I get this after running fdisk -l Disk /dev/sda: 500.1 GB, 500107862016 bytes 255 heads, 63 sectors/track, 60801 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device Boot Start ...
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 ...
26 votes
6 answers
11k views

We have an internal web server (virtualized, hosting ReviewBoard, but not super relevant) and we have a relatively consistent failure mode with failed NFS mounts causing / to fill up. Distro is Ubuntu ...
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. ...
10 votes
2 answers
28k views

I'm using the following code to mount a network drive in a script that configures desktop icons and favorites by copying them when the user logs into windows. NET USE W: \\Server\Files\IT\auto /user:"...
1 vote
2 answers
2k views

Invoking the following crashes immediately with mount claiming its unable to allocate memory: sudo mount -t overlay overlay -o lowerdir=/home/foo,upperdir=/mnt/home /home/foo For context, /mnt/home ...
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 --...
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 ...
17 votes
8 answers
47k views

Is it possible (how) to mount an VHD file created by Windows 7 in OS X? I found some information about how to do this on linux. There is a fuse fs "vdfuse" which uses virtualbox libs to mount ...
5 votes
1 answer
3k views

I'm running Debian 10 in a VM (using KVM) and I want to use ZFS as a non-root user. Here is what I did. I added this line to my sources.list file deb http://deb.debian.org/debian buster-backports ...

15 30 50 per page
1
2 3 4 5
83