68 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
2k
views
mount error(126): Required key not available autofs with CIFS & Kerberos using autofs on RedHat based systems [closed]
I have joined my RHEL8 system to Windows 2019 AD using realm.
Now I am trying to automount the home directories from a dfs share using autofs, my autofs files looks below:
# cat /etc/auto.master
+auto....
2
votes
0
answers
99
views
Cannot access autospawn lock Debian
I followed a tutorial that helped me setup a Proxmox/Truenas/Docker server. It has you create a share drive on the Truenas VM and then automount it to the Docker VM. I then tried to install a Docker ...
0
votes
1
answer
37
views
How to ensure the dnsmaq log network share location exists before the dnsmasq service starts up?
I have autofs mounting a network share on demand, and dnsmasq providing DNS to my local network. dnsmasq is set to write logs to the network share. On reboot the share doesnt seem to be set up before ...
1
vote
1
answer
1k
views
why do we need to add a nfs principal for the client mounting the NFS?
To create a kerberized NFS server in an IDM/IPA environment, why do we need to add a nfs principal for the client mounting the NFS?
I am trying to setup a kerberized nfs server with a Dell unity NAS ...
0
votes
1
answer
1k
views
PowerShell Script | Remove auto-map for single user on many mailboxes
I am now approaching the world of scripting in PowerShell and I need your help with a little script that might be trivial.
I'm trying to make a script with the following requests:
Take via input ...
0
votes
2
answers
5k
views
Auto mounting USB on a yocto linux embedded project with udev
I have a linux embedded system based on yocto up and running and need to get it to automount USB devices. The system uses udev and the following is the /etc/udev/rules.d/99-auto-mount.rules.
KERNEL!=&...
0
votes
1
answer
1k
views
Automount a NAS to Raspberry Pi Running Raspbian on Reboot
I am trying to get my NAS to automount on reboot. I have a pi3b running Raspbian. Goal is to use it a a plex server, with my files on my NAS. I have googled and found many different answers, yet ...
2
votes
2
answers
1k
views
(auto-)mount (usb-)drives through udisk2 dbus api from python
I've got a python daemon that controls an audio player.
Now I want this daemon to monitor USB disks inserted and add their content to the mpd media library.
One part of this is a udisk client that ...
1
vote
0
answers
222
views
Intermittent failure executing on USB insert with auto-mount on Raspberry Pi
I've set up a raspberry pi to execute a command if a USB stick is inserted, and the command calls an executable on the stick.
This works about 80% of the time, but intermittently fails - seemingly at ...
4
votes
2
answers
5k
views
Is it possible to automount drive using wsl --mount after restart?
I am able to mount my ext4 partition in wsl-2 using the following command in powershell:
wsl --mount \\.\PHYSICALDRIVE4 --partition 1
However when I either restart my computer or run wsl --restart the ...
0
votes
1
answer
1k
views
rbind usage on local volume mounting
I have a directory that is configured to be managed by an automounter (as described here). I need to use this directory (and all directories that are mounted inside) in multiple pods as a Local ...
2
votes
1
answer
2k
views
Mounting EFS using .ebextensions file
I am deploying a PHP app using AWS Elastic Beanstalk. I would like to use EFS I've already built. I'm using a .ebextension folder using following link as guide:
https://github.com/awsdocs/elastic-...
6
votes
1
answer
4k
views
automount w/ sshfs on macOS catalina
I am trying to setup automount of SSH endpoints using automount and sshfs on macOS Catalina. However, it is not working and I am not sure why.
/etc/auto_master
+auto_master # Use directory ...
0
votes
2
answers
2k
views
RHEL7, pam_mount trouble for AD accounts
I've been at this for hours and would really appreciate some troubleshooting help at this point if anyone has experience getting pam_mount working on RHEL. Attempting to pam-mount a network share to a ...
1
vote
1
answer
236
views
How can I mount network drive on azure vm by using run command?
I use this PowerShell script on Run Command in azure VM page.
Image1
Test-NetConnection -ComputerName [name] -Port 445
Invoke-Expression -Command "cmdkey /add:[path] /user:[username] /pass:[...