Ubuntu :: 10.04 - Prevent Auto Mouting Of Disk Devices?

May 17, 2010

In 8.04 it was easy to adjust, but with 10.04 I've tried to set the policies for udisks with no luck. I want Ubuntu to always ask for my password when a new device/disk is added to the system. If I don't give my password it should not mount the device. What happens now is that all disks added is mounted without any question leading me to believe that the policies is ignored (by a bug) or that I've missed something. I've been through obvious setting in the graphical shell and disabled them. But if they'd been enabled the policies should have kicked in. I do think it worked in version 9.10 when I tested it earlier this year or late last year, but I was waiting for the next LTS. How may I set up Ubuntu 10.04 to make it work as intended?

View 5 Replies


ADVERTISEMENT

Ubuntu :: Prevent IPod Auto Mounting

Jan 16, 2010

I currently run a Windows XP virtual machine (using VirtualBox) so that I can use iTunes. This is fine, and I have set up a USB device filter which allows me to use my iPod, and update it via iTunes on the VM. However, this only works sometimes. I think the reason is that the VM sometimes can't get access to the iPod because it's mounted in Ubuntu - I think it may just be a race for who can mount it first - Ubuntu or the VM, when I plug it in. Is there a way I can prevent the iPod from automounting in Ubuntu so this problem (hopefully) won't arise?

View 2 Replies View Related

Ubuntu :: Prevent Application In Terminal From Auto Closing

Jan 15, 2011

I've made custom launchers for programs that can only run in terminal. They open fine within the Terminal window, but it closes right after the program is finished, before I can read the report.

Is there a way to keep the Terminal window open, using launchers? I don't want to manually type the commands after opening a Terminal.

View 2 Replies View Related

Ubuntu :: Prevent Unity Launcher Auto Hiding On Maximise Window?

May 7, 2011

Is there any way to prevent the Unity Launcher from auto hiding as I maximise a window? It takes a few seconds for the launcher to reappear when I point the cursor in the left corner of the screen which is a bit of a delay when I quickly want to multitask between multiple applications.

View 2 Replies View Related

Ubuntu :: Get Devices To Auto-mount On Connection?

Jun 2, 2010

I have many flash drives, memory sticks, card reader, and 2 mybook 1tb so i am constanly plugging in, or unplugging devices from my machine running the latest version of ubuntu (i beleive 10.04?). I remember when i use to connect a device it would mount and work right off the bat. but now, everytime i connect anything, i have to go through Disk Utility to select the drive and mount it (also unmount before disconnect). Another problem is that some times disk utility doesnt like to work (as with a few other programs). This happends every now and then and im not sure if its my systems hardware or this version of ubuntu. every now and then programs like to stop responding (turn grey) and some programs like disk utility will open up, but just be blank and not show the detected devices

View 9 Replies View Related

Ubuntu :: USB Devices Auto-mount As Read-only?

Sep 19, 2010

My 10.04 64-bit desktop has been auto-mounting USB devices (flash drives and my mp3 player) as read-only for some reason. I had this issue happen once a while in the past, so I simply re-mounted it as rw.

Code:
mike@mike-desktop:~$ mount | grep -i 36CB
/dev/sdc1 on /media/36CB-D1A8 type vfat (rw,nosuid,nodev,uhelper=udisks,uid=1000,gid=1000,shortname=mixed,dmask=0077,utf8=1,flush)

[Code].....

View 3 Replies View Related

Debian Configuration :: How To Prevent Auto Up An Interface At /etc/network/interfac

Jul 27, 2011

I have a ppp0 entry with post-up options like this

mapping ppp0
map none photon-plus motorola
map timeout: 12
## map init-time: 12 # for slow drivers

[code]...

If I comment those off then no such problem, hence some how ppp0 executed automatically and there is no [auto ppp0] any where. How can I stop this forcefully ?

View 2 Replies View Related

Fedora :: Prevent Terminal Escape $ Sign In Auto-complete F15?

Jun 15, 2011

I just installed F15 and although different, I like it a lot. One thing I don't like, however, is the default auto-completion of environment variables in the terminal. In F14 and older, if you type for instance

Code:

ls $HOME and hit TAB, auto-complete will list the contents of $HOME to search deeper, so to say. But in F15, the terminal automatically escapes the $ sign. If you do the same as above, you get

Code:

ls $HOME

instead of

Code:

ls /home/benny/

how to change the auto-complete settings of the terminal so that $'s are not escaped anymore?

View 7 Replies View Related

Ubuntu :: HIPOINT Does Not Detect Wireless Devices Auto

Jul 18, 2010

I am running UBUNTU 10.04 on an X86 system 64bit. I am trying install a wireless keyboard and am not having much luck.

-My non wirelessUSB keyboard and mouse work fine.
-My wireless logictech mouse works fine without adding any special drivers/packages
-Wireless Keyboard (LX500, uses same receiver as mouse) does not work with standard config
-Adding HIDPOINT and selecting my wireless mouse and keyboard (LX500) - wireless key board does not work. Mouse still works.Since my wireless mouse worked before HIPOINT installation (64 bit), I believe HIDPOINT is not working.

HIPOINT Does not detect my wireless devices auto, must manually select them. So I believe that there is some conflict with other drivers.Can anyone point be in a direction to look? What are the typical configuation files and drivers used to configure standard USB mouse and keyboards? What are some other software that might be installed that is conflicting with HIDPOINT?

View 1 Replies View Related

Software :: Auto-connecting The Bluetooth Devices?

Sep 5, 2010

I have bluetoothd,hidd,and bluez-simple-agent running. I can manually connect my if I use

Code:

"hidd --connect XX:XX:XX:XX:XX:XX"

However, I cannot get bluetoothd to make any sort of connection automatically. I have hidd running as a server, I see link_key_request(sba=XXXXX,dba=XXXXX) in dmesg when I click the mouse, but I get no connection.

View 1 Replies View Related

OpenSUSE Hardware :: Unable To (auto)mount Devices Through USB

Feb 19, 2010

Previously, everytime I insert a USB drive it automatically mounts. But now I am getting this error:

"Unable to mount 8.0 GB Media DBus error org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken."

Also, previously my CD/DVD works properly. But now everytime I insert a disk, this is what I get:

"Unable to mount TOSHIBA

DBus error org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken."

By the way, I am using openSUSE 11.1.

View 9 Replies View Related

Debian :: Removable Devices Auto-mounted As Read-only?

May 29, 2010

Quote:

Currently when I insert a removable device, it is auto-mounted as readonly. To use it I have to do this every time.

Code:

sudo umount /dev/xxx
pmount xxx

This applys to every removable device I have, and did not exist on my previous distro. Debian amd 64 Squeeze [URL]

View 5 Replies View Related

Slackware :: Auto-mounting USB Devices Stopped Working?

Mar 29, 2010

When I installed slackare 13 it detected usb drives and cameras automaticallyow it doesn't. I am runnning a 13.0 system, not current, so I have only applied the updates in that branch (iirc including a new kernel).nowadays when i plug a device in it does not seem to be detected by HAL (i.e not in KDE).However the device is listed if you use the command "lsusb" and the computer obviously knows it has been plugged in as there is a relevant entry in dmesg.Sorry for the generallised nature of the post, but I don't really know anything about HAL or how it can have stopped working

View 1 Replies View Related

General :: Fedora Ethernet File Locations For Auto Eth - X - Devices Missing Ifcfg-ethX Files

Jul 24, 2010

Missing ifcfg-eth[2-5] fileset for ZNYX 345Q Quad Port 10/100 cards. I have showing in the gui network device that my ports for my ZNYX ZX345Q Quad Port card my ports are Auto eth2, Auto eth3 etc. My Motherboard and Intel cards show as System eth0 and System eth1.

There ARE corresponding entries for those in my /etc/sysconfig/network-settings/ directory, but there are not ifcfg-eth[2-5] files to correspond to these adapters. Can I just write my own files and that will do it?

How does Fedora 12/13 load these drivers into the kernel without having these ifcfg files?

I'd love to know if there is another way Fedora controls NICs / other system resources.

View 1 Replies View Related

Networking :: Prevent Auto Up An Interface At /etc/network/interface File ?

Jul 18, 2011

I have a ppp0 entry with post-up options like this

mapping ppp0
map none photon-plus motorola
map timeout: 12

[code]...

View 8 Replies View Related

General :: Safe To Tune2fs Mounted Volume To Prevent Disk Checks At Reboot?

May 12, 2010

I have some large volumes that I don't want to automatically be e2fsck'd when I reboot the server. Is it safe to change maximum mount count to -1 and check interval to 0 while a volume is mounted, or will that cause problems to the file system?

View 2 Replies View Related

Ubuntu :: Setup Authentication To Mount Hard Disk And Other Removable Devices?

May 22, 2010

I am using ubuntu 10.04. I want to set up authentication to mount hard disk and other removable devices.

View 5 Replies View Related

Hardware :: RF Devices Disabled After Returning From Suspend To Disk?

Feb 19, 2010

After returning from suspend to disk, RF devices (wlan and bluetooth) are disabled. Running lspci indicates that no wireless network device is available, and no drivers are loaded. Furthermore, the LED on the front of the laptop remains off - this is always on when RF devices are available. There is an Fn-F1 function key to toggle wireless, but this does not function to either enable or disable.

Rebooting the system does not re-enable the RF devices, and there is no option in the BIOS. The only workaround I have at present is to boot into windows vista and use the Fn-F1 function key. This pops up a small hotkey utility with the option to disable/enable the wi-fi and bluetooth (independently). Upon confirming the dialog, the RF device light immediately illuminates. Rebooting into fedora and wireless devices are working once again.

I am running kernel 2.6.31.12-174.2.3.fc12.x86_64, with the latest compat-wireless drivers. I can provide much more debug information (dmidecode, acpidump, boot logs, lspci etc...), I am just unable to determine what is relevant

# rfkill list
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no

[code]....

View 2 Replies View Related

Ubuntu :: Auto Mounting HDs - 5th Disk Not Recognised?

Jan 13, 2010

I thought I'd format my new 2tb drive to ext4, so did that, created a mount point, chown'd it, edited fstab, and now it gives me this:

Code:
neur0m4ncer@box:~$ sudo mount -a
mount: special device /dev/sde1 does not exist

[code]....

View 3 Replies View Related

General :: Identify Two Scsi Devices - Which Disk Corresponds To Which File In /dev/ Directory

Mar 24, 2011

Suppose during a script execution I am attaching one or two new disk having different vendor id to host machine, how do I know which disk corresponds to which file in /dev/ directory? i just want to perform some operation on those device from some script, how will i know which file in /dev directory correspond to which disk(having same size but different vendor id).

View 1 Replies View Related

Ubuntu :: Auto Mount Hard Disk Partitions ?

Dec 22, 2010

Im new to ubuntu. How to auto mount hard disk partitions.

View 1 Replies View Related

Ubuntu :: How To Disable Auto Disk Check When Boot From CD

Jan 19, 2010

I have a custom modified Ubuntu LiveCD. Sometimes when I boot from the CD, after it detects the HDDs it starts automatically scanning and repairing them even if the partitions are windows partitions. What do I need to modify to make it not scan/repair any partitions/drives at boot?

View 2 Replies View Related

Ubuntu :: Cdrom Or Floppy Disk Dont Seem To Auto-mount?

Jan 4, 2011

I have recently installed Xbuntu on my old laptop (An IBM iSeries 2621) - yes its an old piece of kit with a USB 1.0 port, a cd-drive and an internal floppy.My problem is that even though removable media are set to auto-mount in the settings; when I put a floppy disk in, or a CD-ROM, they do not auto-mount so I cant access the disks (the laptop does not have wireless (or even an rj45 port!! - it only has an internal 56k modem) - hence why I REALLY need to get the CD-ROM working and recognised by Xbuntu as I have burned some packages that id like to install to CD-ROM. (a working floppy would definately be a bonus as id like to save my documents there)

View 4 Replies View Related

Red Hat / Fedora :: USB Disk Auto Copy Files?

Mar 21, 2011

I am not a programmer so, with scripts I am cold.I need this.When I plug in USb external disk, a files and folders are automatically copied from one folder on fedora, to my USB disk. And if files or folder are already on USB disk, it skips copying. So it copies only new files and folders.

View 1 Replies View Related

Ubuntu Servers :: Auto Input The Password For The Encryption Disk During Boot Up?

Apr 26, 2010

I would like to known whether I can configure the server to input the password for the encryption disk automatically during boot up.Is it possible

View 3 Replies View Related

Ubuntu Installation :: 11.04 Install Auto-deleted Backup Hard Disk?

May 2, 2011

My backup hard disk is connected by USB cable. After I installed Ubuntu 11.04 the disk had been wiped and a version of Ubuntu installed on it.I had forgotten to disconnect the external disk's usb cable before running the install in case something like this happened.I then just took whatever the installer said regarding partitions: I trusted it;and the installer's manual partition manager is a little too technical to be user-friendly. Mostly, I just trusted the automated partition manager to be making the right decisions for me.

The installer's auto-partition manager said it was erasing two partitions. I thought, oh that must include some sort of swap drive then.The auto-partition manager said it was using 500Gb of space. I thought, well there's more HD space on my desktop than I thought.I recently acquired the machine. It was a hand-down.The installer said do you want to install Ubuntu with, over or beside whatever existing versions there are. I said, over. I wanted a clean install since my attempt at making Ubuntu do an upgrade install had already failed. This was clearly stupid of me. But it was not as stupid as issuing an O/S installer that did what this one did.

The installer completely wiped my external usb backup drive. Not only that, but it installed another instance of Ubuntu on it. The install routine actually installed two instances of Ubuntu 11.04: one on my local HD and one on my now erased external HD.Just to rub salt in the wound, the update manager only updates the version that's running: the version on my internal HD. The version the installer copied over my backup data is redundant.I have fortunately a second backup of most essential data. But the external HD contained data that was not copied elsewhere. It has been permanently erased. It will probably possible to retrieve this data from original sources at a considerable inconvenience. I do not know at this time whether and how much of the data that was erased is now lost forever and what the consequences of the loss would mean.

View 9 Replies View Related

Ubuntu Security :: Ecryptfs Doesn't Auto-decrypt With Auto-login

Jan 6, 2011

I recently installed 32bit maverick and wanted to make it login automatically. I tried enabling auto login from Admin > Login but that didnt work and I was still prompted for my password. Then I went to Users & Groups and changed the password option to Do Not ask for password at login now after I reboot, the user list is shown (only 1 user) and it doesnt ask for password after I click on my username.

However, then it gives a few errors (as i vaguely recall):

1. cannot load .ICE directory in my home directory
2. some error 256 about a gconf-sanity-2 file
3. nautilus cannot load my home directory etc

and then it gets stuck without loading anything (blank wallpaper). i ve tried navigating to my home directory using Alt F2, gksudo nautilus and my home dir contents are encrypted by the ecryptfs (there is a readme.txt file and a shortcut). i have tried to decrypt but it doesnt work... i ve also tried to start/stop gdm, and startx but nothing works. if i stop gdm, then the prompt doesnt recognize my password and keeps on rejecting the commands i enter... I think this has something to do with the home dir not being decrypted due to the dont ask for paswd option... how can i disable the dont ask for pwd without the gui (i can access my / by booting through an external usb).

View 4 Replies View Related

Ubuntu :: Auto Run (auto Exec) A Script On Mounting A Device?

Mar 16, 2010

I would like to exec a script whenever a user mount a device. The device could be an internal device (for example a partition on a second hard disk) or a removable one (for example a usb hard disk). The script must have sudo capabilities even if the user is not included in the admin group. Is it possible?

The specific question:
I would like to add acl option to a device whenever it is mounted.
I tried fstab but it's changing the behaviour of nautilus see:

[URL]... so I would like to create a script with the command

Code:
sudo mount -o remount,acl /media/data
and auto execute it any time data is mounted.

View 1 Replies View Related

General :: Make Nano Support Auto-complete And Auto-bracket Closing?

Feb 20, 2010

Does anyone know if there's a way to make nano support auto-complete and auto-bracket closing?

View 1 Replies View Related

General :: Html - Code Editor That Has Auto-indent AND Auto-outdent?

Apr 22, 2011

I code primarily in jQuery/JavaScript, and I'm looking for a text editor for Linux that has auto-indent and auto-outdent (seems to be tough to find that). Any suggestions? I've checked Gedit, Cream, vim, Bluefish.None of them seem to have this feature.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved