Questions tagged [mount-point]

A mount point is a location (a directory) in a directory structure to which a resource (a directory structure) from another file system (like a data carrier, for example a CD-ROM) is attached (integrated).

170 questions
1
vote
0 answers

Freenas gave wrong mount command to /mnt freenas filesystem

My colleague made a mistake and gave: mount -t nfs freenasip:\mnt\backup \mnt on FreeNAS server itself instead of other server where it was to be mounted. Immediately he ran: umount freenasip:\mnt\backup but it hanged. Now both mount -a and…
munish
  • 11
  • 4
1
vote
1 answer

Sandbox mounting confusion

First off, I am using Bubblewrap as the sandboxing software, but I feel like it is a general mounting issue, than a bubblewrap one. I am trying to add bwrap into a sandbox wrapper called sandboxlib, the details are not important, other than the…
1
vote
1 answer

Get the original URL from an UID on a different domain

Consider for a moment the following pagetree: Website A (root page with domain record a.example.com) Page A Page A.1 Page B Page C Website B (root page with domain record b.example.com) Page X Page Y (mountpoint of "Page A", with content…
Lars Ebert
  • 3,487
  • 2
  • 24
  • 46
1
vote
1 answer

How to get name of a USB device that is already mounted?

I'm actually writing a node script that detect if a specific USB is plugged, then it copy it content to Desktop. This is for Windows principally. To do this I manually check if 'E:\' path exists , 'F:\' , etc... But I need to be sure that devices…
Sami Boudoukha
  • 539
  • 10
  • 25
1
vote
1 answer

Programmatically Create+Mount Disk From Within Google Compute VM

I'd like to write a script that can be run from a Google Compute instance, which creates a disk and mounts it. The disks I've created and mounted so far have been done through the web console. The problem I'm having is in figuring out the paramaters…
Ami Tavory
  • 74,578
  • 11
  • 141
  • 185
1
vote
1 answer

NFS - Mount all child dataset and shares in a master server [Freenas]

I'm setting up this configuration: Server A -> /mnt/repository/backups/shareA Server B -> /mnt/repository/backups/shareB Server C -> /mnt/repository/backups/shareC Server D -> /mnt/repository/backups/shareD ... And i need that a master/management…
Max Cuttins
  • 614
  • 2
  • 6
  • 20
1
vote
3 answers

How do you remove/delete a mount point in windows

I am looking for a way to remove a mount point (with either powershell/wmi/C#). I used the win32_volume to find what volumes have mount points and can find the path there (under name and caption) but I can't figure out how to delete those mount…
Justin
  • 21
  • 1
  • 3
1
vote
0 answers

Can't map mounted Linux folder

I shared two folders via NFS on Windows and on CentOS server, then I mounted these two folders to mount point (\mnt\mymount). Now I can't map creted mounted point on my Windows Server 2012 R2. I used standard Map option for Network drives on…
AnnaL
  • 111
  • 7
1
vote
1 answer

BASH finding empty mountpoint

I haven't had much luck finding the answer to my question. I would like to find the next logical empty mountpoint using the mountpoint command in Ubuntu. This will allow multiple occurrences of a script I am writing to automate some…
ImNotLeet
  • 381
  • 5
  • 19
1
vote
0 answers

How can I delete a Windows Junction using FileSystemObject?

I'm mounting a VHD to a folder (junction) using diskpart. After unmounting the VHD, I need to delete the folder using FileSystemObject. var vhdPath = "D:\SomeVhd.vhd"; var fsObj = new ActiveXObject("Scripting.FileSystemObject"); var TypeLib =…
Bernardo Rivas
  • 109
  • 1
  • 8
1
vote
1 answer

Reconfiguring Apache to serve website root from new php source and specific sub-urls from old django site

How do I make a django website (in a apache/mod_wsgi/django setup) which is configured to serve from the root url, serve only for specific sub-url but not the root url? The root url shall be served from a new source (php). All this with a minimum of…
Creech
  • 258
  • 2
  • 12
1
vote
0 answers

Alternative to FindFirstVolumeMountPoint which doesn't require admin rights?

Is there an alternative to FindFirstVolumeMountPoint (and friends) that won't fail if the user running the code is not admin? I was thinking about HKEY_LOCAL_MACHINE\SYSTEM\MountedDevices for one, but when I look at it, it wouldn't give me any…
0xC0000022L
  • 20,597
  • 9
  • 86
  • 152
1
vote
1 answer

List mount points in C++ on Linux without using /proc/mounts, /etc/fstab, system() or popen()

I am looking for a solution to get the list of all tmpfs mount points available on my Linux system and I need to get it from a C/C++ program. I need a generic solution that is not distro dependent. I don't want to access /proc/mounts or…
Charles G.
  • 15
  • 1
  • 6
1
vote
0 answers

How to Find all SD Cards(Either Internal or External) and Their Corresponding Info in Android?

Hi Android Developers! Can i enumerate all inserted sd cards and query the following information from a single location(file or folder?): 1-)Sdcard's 128bit cid key(which i can obtain from the file under /sys/block/mmcblkK where K is a different…
iliTheFallen
  • 466
  • 7
  • 16
1
vote
0 answers

EXTERNAL_STORAGE, EMULATED_STORAGE_SOURCE, EMULATED_STORAGE_TARGET config for an android device with limited storage space

I've been working on an android TV with a nand flash of very small size. So all user apps and data are supposed to put on an external sd card. I've got confused about external storage policy for multiple user. How should I config all those variables…
WinDsPeed
  • 11
  • 1
  • 5