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 Android emulator images

I am trying to analyse Android malware on an emulator with Android 2.1. I want to analyze the files permissions and …

android image emulation mount
Mount Second Partition on Android Device with vold

I want to have access to an ext4 partition, without using Data2SD yet, on the SD card of my …

android mount automount
"mount error(126): Required key not available" with CIFS & Kerberos

My application needs to securely mount an Isilon share using CIFS and Kerberos. My mount attempt returns: Required key not …

linux kerberos mount cifs
mount: /dev/mapper/centos-home: can't read superblock

I've a very big problem. Today after 3 months of activity on my home server I shutdown it and restarted it. …

linux server centos mount home-directory
android mount unmount sd card

I am working on an application that scans the sd card. At this time, I am using the emulator of …

android sd-card mount unmount
Bash Script - umount a device, but don't fail if it's not mounted?

I'm writing a bash script and I have errexit set, so that the script will die if any command doesn't …

linux bash shell mount umount
Loopback mount in OSX

I am trying to mount an .img file (rootfs.img) so I can modify the features of the firmware for …

linux macos image mount firmware
Linux function to get mount points

Is there a function (or interface; ioctl, netlink etc) in the standard Linux libs that will return the current mounts …

c linux mount libc
How to mount ext2 fs?

fdisk is used to create mmcblk0p3 on the 64G SD card. Disk /dev/mmcblk0: 63.8 GB, 63864569856 bytes 255 heads, 63 sectors/track, 7764 …

embedded-linux mount busybox ext2
(re)mounting the SD card on android emulator

On the emulator, I can unmount the SD card from the Settings. I can then mount it on my OS, …

android linux android-emulator sd-card mount