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
0
votes
2 answers

error when changing mount location for external hdd

I will admit this might be a bit complicated and maybe not the best method so if you have a better solution let me know... I have a 'server' that I put lubuntu 14.4 on. I am attempting to attach an external hdd formatted to ext3 to the folder…
C0deGyver
  • 41
  • 1
  • 7
0
votes
2 answers

Mount using offline file system (OFS+FUSE)

I am trying to explore OFS (Offline file system) built on the top of FUSE and still exploring it. http://offlinefs.sourceforge.net/wiki/ I installed it on both Fedora and Ubuntu 14.04,however whenever I try to mount any local directory using mount…
WillMcavoy
  • 1,795
  • 4
  • 22
  • 34
0
votes
1 answer

Linux Command to find all the client names and their mountpoints

Is there any command so that one can get all the client names and their mount points by this single command in Linux? How about in Windows?
frhling
  • 29
  • 1
  • 5
0
votes
1 answer

Can an Android app obtain write permission to /mnt/asec or /mnt/obb?

I have an application that performs a write operation on an external SD Card (external as in not the "external" in the device's flash memory), but as it has been thoroughly discussed here and in quite a few other questions, it appears there is no…
0
votes
1 answer

Moving listeners from mountpoint /live to /autodj (ezstream) stops player

I've installed an Icecast server and Ezstream. I'm having problem moving the listeners of a /live.mp3 broadcast (from SAM broadcaster mp3 encoder) to another mountpoint called /autodj.mp3 that loops a playlist when the no broadcaster is online. When…
0
votes
1 answer

"Unstable" NFS mount point

First of all, this is the first time I'm posting a question on StackOverflow, so please don't kill me if I've done anything wrong. There goes my issue: We have few dedicated servers with a well known French provider. With one of those servers ewe…
jrance
  • 9
  • 2
0
votes
1 answer

Get actual moint point of network volume in osx cli

In an automated system, i copy files to a mounted network volume with a sh In basic i do "cp file.pdf /Volumes/NetworkShare/". This works well until the remote system is down. So before copying i can do a ping to detect if it's online. But... when…
0
votes
1 answer

How do I search wildcard files in mount points with Powershell?

I’m trying to get all *.log files within mount point sub directories. Command: [IO.Directory]::GetDirectories('e:\') is showing me all directories; how do I search theses subdirectories for *.log files?
0
votes
1 answer

Find mount points with 100% usage unix

All, I need to get the list of mount points that reached 100% of allocated disk space. I did the following to get the mount point details in my server and its works fine by giving the details of all mount points. df -k But when I need to list…
Sabari Ram
  • 69
  • 2
  • 3
  • 11
0
votes
2 answers

How to check the given folder is a mount point

I have to test the given folder path is a mount point or it is in local to my system with c code. I read on net that /etc/mtab file have entry for mounted point. I can check that file but is their any system call or any function to check mount…
Abhitesh khatri
  • 2,911
  • 3
  • 20
  • 29
0
votes
0 answers

Android: get flash drive's mountpoint from USB enumeration point

I have a flash drive where I know its vendor ID and product ID. By scanning through /sys/bus/usb/devices, I can reliably find the enumeration point for the root device (e.g. /sys/bus/usb/devices/3-1) and the enumeration point for the mass storage…
AlcubierreDrive
  • 3,654
  • 2
  • 29
  • 45
0
votes
1 answer

Getting a list of mounted file systems in a kernel module?

I'm trying to get a path to the mountpoint of a specific filesystem in a kernel module. In a user-space tool, I could read /proc/mount to do this, but from what I've tried and read, that's not possible in kernel space. How can I achieve this in a…
jacobsowles
  • 2,863
  • 6
  • 35
  • 54
0
votes
1 answer

How to assign a folder a mount point in VB

I hope I worded that right... Anyway... while writing a VB program I noticed something. In the file explorer under C:\Users\Username\ you see folders like My Documents and My Pictures. When you look at them in command prompt, you see that they are…
mandelbug
  • 1,548
  • 5
  • 20
  • 32
-1
votes
1 answer

Get mountpoint path from device name

Suppose I have a path to the Bluray device, let us assume /dev/sr0. How can I get the mountpoint from it? I understand it should be somewhere in /media/user/. Can a single Bluray disk have more filesystems on it, therefore multiple…
ArekBulski
  • 4,520
  • 4
  • 39
  • 61
-1
votes
1 answer

Mount point name for a docker volume

With the below command: docker container run -dit --name testcontainer –mount source= ubervol, target=/vol alpine:latest source mount point name is ubervol pointing to target /vol that resides within container as shown below: user@machine:~$ docker…
overexchange
  • 15,768
  • 30
  • 152
  • 347
1 2 3
11
12