168 questions
0 votes
1 answer
94 views
Does Mountpoint-s3 allow recursive directory deletion when mounting a directory bucket?
Does Mountpoint-s3 allow recursive directory deletion when mounting a directory bucket? If Yes, will deleting a directory trigger a single request to delete, or multiple requests to traverse and ...
0 votes
1 answer
780 views
How to prompt for credentials when mounting NFS server using 'fuse-nfs'
I have two Ubuntu machines, one serving as an NFS server (Machine A) and the other as an NFS client (Machine B). I have configured the NFS server on Machine A as follows: On Machine A: Installed the ...
0 votes
1 answer
207 views
Mount jfrog artifactory with gcs bucket
I have a requirement of mounting local stored jfrog artifactory OSS into gcs bucket. For that i have tried below in binarystore.xml file, But my ui keeps on running at starting window. It doesn't land ...
0 votes
1 answer
1k views
Azure Databricks save file in a mount point
guys. I'm using a personal compute cluster on Azure Databricks and proceeding with a mount point creation on as follows: configs = {"fs.azure.account.auth.type": "OAuth", ...
0 votes
1 answer
801 views
Set permission on Volume in Disk Management using PowerShell
I have presented some SAN storage to a server and created a mount point using Disk Management in Windows. Turns out the permissions to the SQL Service Account on the folder is not enough and one has ...
1 vote
1 answer
2k views
Read the file from datalake in databricks -No such file directory error
I have a problem with reading the file from ADLS gen 2. I have dont the mounting properly as after executing dbutils.fs.ls('/mnt/bronze') I can see the file path. the way how I did the mounting: # ...
1 vote
0 answers
163 views
calling kern_path during mount process
I'm trying to get devt of mountpoint (path*) in one of the LSM hooks. Assuming I have the following mount: /dev/mmcblk0p5 is mounted to /mnt/photos I would expect that calling kern_path("/mnt/...
1 vote
1 answer
442 views
Get host mount directory from within Docker container
I am running a Python application in a Docker container. The application downloads files to container_dir in the container. I mount that container_dir to a host_dir on the host at runtime, e.g. ...
0 votes
1 answer
306 views
Icecast2 make point to connect Rivendell
I have server with option SSH to run own proces. On this server I have preinstaled command icecast and ices. I want to create in IceCast mount point to connect to them by Rivendell. But after read ...
0 votes
1 answer
1k views
Mount Azure File Share on Databricks Cluster
I'm trying to mount an Azure File Share on a Databricks cluster and get a 'permission denied' error. mount: /mnt/test: permission denied. Adding the --verbose flag doesn't provide any additional ...
0 votes
1 answer
845 views
Drone Pipeline : Drone Cache mount path for Maven Repository not able to resolve
I'm new to Drone pipeline and is interested to use it in my current project for CICD. My project tech stack is as follows: Java Spring Boot Maven I have created a sample drone pipeline, but not able ...
1 vote
1 answer
485 views
Why don't mounted btrfs subvolumes show up in findmnt?
It appears that Docker creates btrfs subvolumes for its volumes. One example is: ID 266 gen 116089 top level 256 path var/lib/docker/btrfs/subvolumes/...
1 vote
0 answers
829 views
get latest modified time of a folder in azure data lake using abfss path
>>> os.stat("abfss://path") FileNotFoundError: [Error 2] No such file or directory: 'abfss://path' os package only works with mount points, but I'm not allowed to use mount points ...
0 votes
1 answer
1k views
How can i mount cgroup controller by mount()
I want to mount cgroup controller by mount() in c language. code like this and mount_path has already give 777 permissions and run by root(host not container, with full capabilities),but program ...
1 vote
1 answer
2k views
Databricks: Cannot access mounted blob
I mounted a blob storage container (confirmed blob type): dbutils.fs.mount( source = "wasbs://[email protected]", mount_point = "/mnt/...