Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
0answers
116 views

Android Radio Interface Layer (RIL) and /dev/

Does anyone know how the RIL (/hardware/reference/reference-ril/) determines what gets mounted in /dev/ when the baseband radio gets initiated? In older phones and in other documentation, GSM phones ...
5
votes
1answer
1k views

Automatically mount an EBS volume upon starting an Amazon EC2 Linux instance

I have an EBS volume (e.g. /dev/sdf) that has been attached to an EC2 instance (which boots from a different EBS volume), and I have mounted the volume (through "mount /dev/sdf /data"). When I stop ...
3
votes
1answer
993 views

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 HTC Vision running the Virtuous Unity 1.3.0 ROM. I modded my /system/etc/vold.fstab file from this: ...
1
vote
2answers
519 views

How to run a shell script after a device is mounted using UDEV

I wanted to know how to run a script after a usb pen drive is inserted and auto-mounted Till know i am able to run a script as soon as the device is inserted, however the mounting of the device takes ...
1
vote
1answer
292 views

What is the workflow for automount in Gnome 2.30?

I have a ASUS laptop with Fedora 13. My problem is that any USB storage I connect does not automount. I have other computer with Fedora 13 which does not have the problem. I have not be able to find ...
1
vote
1answer
517 views

Disable GNOME's automount with Python

I need to stop GNOME/Nautilus from automagically mounting new devices and partitions as they appear to the system. How can I accomplish this in python?
0
votes
0answers
42 views

Sharing directory in /media/New Volume [closed]

I can share directory in my home directory using GUI. I try to share my songs directory in /media/New Volume/songs using gui in ubuntu 10.04. Some message display the message to set permissions for ...
0
votes
1answer
320 views

KDE won't automount dvd on CentOS

This is driving me crazy. I have CentOS 5.5 installed running KDE desktop. I have an NEC 3550 DVDRW drive on /dev/hda. When I put in a DVD, I want it to automount it and provide an icon on the ...
0
votes
1answer
52 views

Shell script to name videos on device

I have a .sh script that automounts any usb device that is plugged in. I need it to also find if there are videos in a certain location on the device that is plugged in then write them to a videos.txt ...