Questions tagged [mount]
Mounting is the concept of attaching a file system to a computer for access.
1,241 questions
0
votes
0
answers
19
views
Building a Custom Read-Only iSCSI Target on Windows (Physical Disk Export) [closed]
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
Mount filesystem with "structure needs cleaning" on ext4
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
zfs - two pools with nested mountpoints and conflicting mount order
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
NFSv4: What's the point of the refer and replicas export options?
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
how to sync already internally mounted directory from host to docker container
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
Mounting hard disks
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
NFS Error: Request Couldn’t Be Completed in Time (SUSE 12 SP3)
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
Best way to prevent the root system filling up when a mount fails?
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_24, non-boot disk cloned from snapshot will not mount
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
Use NET USE to mount a network drive as read only
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
Mount is unable to allocate memory
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
How to mount(/bind) a host folder for the database files for a Docker-ized SQL Server Express instance?
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
nfs-ls works but cant mount share
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
Mount an VHD on Mac OS X
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
Run ZFS as non-root
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 ...