Top "Mount" questions

mount is a command used to attach the file data structure of a device as a branch of the root tree.

Mount shared folder (vbox) as another user

I'm sorry to ask this in here, but I tried serverfault and didn't get any answer for 4 days. The related …

ubuntu virtualbox ubuntu-10.04 mount
Check if directory is a mount point?

I need to check if a directory is a mount point before doing some other tasks. I have been looking …

ansible ansible-playbook mount
USB drive appears in lsusb but not in fdisk

I've recently spun up a Ubuntu box (running 12.04, kernel 3.8.0-44-gen), and am having difficulty connecting any USB/flash/pen …

linux ubuntu usb ubuntu-12.04 mount
Android - Mount a Samba share in code

I'm looking for a way to mount Samaba shares programatically. I am aware of this question which, if it works, …

android mount smb
Mount S3 bucket as filesystem on AWS ECS container

I am trying to mount S3 as a volume on AWS ECS docker container using rexray/s3fs driver. I …

docker plugins mount s3fs aws-ecs
how to unsquashfs or mount a firmware image?

i want to extract my routers firmware, and modify it. so i used bitsum's firmware mod kit. it seems there …

extract mount firmware squashfs
how to get Device id, vendor id and product id of a mounted usb device in Mac OS cocoa

I am trying to write a Cocoa program which detects iPods connected to Mac OS. I am listening to NSWorkspaceDidMountNotification …

cocoa usb mount iokit
create a virtual floppy image without mount?

There are a lot of posts to show to create a virtual floppy image file as a super user or …

linux sudo mount dd floppy
External HDD on bash on ubuntu on windows

How do I access an external hard drive through bash-on-Ubuntu-on-windows. It doesn't seem to appear in either /media, /mnt or /…

windows mount windows-subsystem-for-linux hfs+
Linux - understanding the mount namespace & clone CLONE_NEWNS flag

I am reading the mount & clone man page. I want to clarify how CLONE_NEWNS effects the view of …

linux clone mount linux-namespaces