Ubuntu :: Disable The Automount For /windows?
May 12, 2010
I've recently installed ubuntu 10.04 on a machine with MS Vista. Initially, I decided to use a fat32 partition (mounted at /windows) for storage of files used by both Ubuntu and Vista. Then, I saw that Ubuntu can read/write on NTFS partitions, so I deleted my fat32 disk space.
Now, Ubuntu tries to mount that partition and during the boot of the Gnome environment, it says that /windows cannot be mounted. If I press S (skip), the desktop can be loaded normally but I would like to delete all references to that partition.
View 3 Replies
ADVERTISEMENT
Jan 25, 2011
My goal is to prevent gnome from mounting and opening up a file browser when any device is plugged in (USB, CD/DVD) for a Desktop User account. I am using Ubuntu 10.04 Netbook RemixI modified several settings in Nautilus (Edit --> Preferences --> Media (tab). I Selected "Never prompt or start programs on media insertion" and unchecked "Browse media when inserted".I restarted the system, but when I plug in a USB mass storage device the file browser window still appears and the device is mounted.I dug down into gconf and found the following registry keys that I believe are of interest:
/apps/nautilus/preferences/media_automount (unchecked)
/apps/nautilus/preferences/media_automount_open (unchecked)
/apps/nautilus/preferences/media_autorun_never (checked)
Has anybody run into this problem and found a solution? Modifying the keys I mentioned above worked for everyone else that has asked the "disable automounting" question (that I've found). Some very old posts mentioned gnome-volume-manager, but it is not installed on my system.
EDIT:This seems to only happen when the Netbook Launcher is started. If Netbook Launcher is removed from the list of startup programs and the system is restarted, I can insert devices without getting a pop-up window and without the device being mounted.
View 2 Replies
View Related
Feb 18, 2010
Ubuntu v9.10 I have a damaged HDD which I want to clone using ddrescue. I want to attach it via USB connection, otherwise Linux hangs on startup. I don't want the O/S to attempt to mount the drive.I would be happy to disable mounting of all external USB drives.How can I achieve this?
View 7 Replies
View Related
Aug 15, 2010
Im a linux. i've messed with the drives in the terminal and the drive keeps trying to automount to in the Windows 7 NTFS partition on Startup of Ubuntu 10.04, how do i disable this?
View 5 Replies
View Related
Jul 18, 2010
I have Ubuntu 10.04. Each time I plug in a CD or a USB device it automounts and an icon appears on the Desktop.How do I completely disable the automount thing?
View 3 Replies
View Related
May 4, 2011
I have ubuntu 10.04 and am running gnome desktop.Howto disable automount for USB stick devices?
View 1 Replies
View Related
Dec 10, 2009
how to disable automount feature in Fedora 12?
in Fedora 11 I could easily do that through System > Administration > Authorisations but in Fedora 12 Authorisations were removed...
View 14 Replies
View Related
Mar 8, 2011
I have squeeze with xfce4 installed. How to disable automount of usb devices under xfce?
View 2 Replies
View Related
Aug 30, 2010
I have encrypted a partition while installing Fedora 13, and I need to disable its automount - I will mount those manually.
But even though I commented out the corresponding line in /etc/fstab, I am still asked for the passphrase for the partition at startup.
How to completely disable this behaviour - and how to mount the partition manually afterwards?
View 5 Replies
View Related
Feb 8, 2010
I installed Storage Device Manager and can't automount my Windows 7 partition. It doesn't show up in Storage Device Manager. When I mount the partition, it comes up as /media/286CC2A6397A0F2A instead of sda# like normal drives.
View 9 Replies
View Related
Jul 31, 2010
I am running Ubuntu 10.04 and I am trying to automatically mount a windows share by following the advice in this Ubuntu wiki page [url]
However, when I edit the /etc/fstab file as advised and then "sudo mount -a" I get the following message in the terminal window:
Quote:
The share in question is on a FreeNAS server and the CIFS share is "//192.168.1.1/Music"
I have added the following line to /etc/fstab
Quote:
View 3 Replies
View Related
May 9, 2011
I'm using Debian Squeeze XFCE along with Windows 7 as dual boot on my notebook. I want to access my Windows 7 partitions from Debian for both reading and writing. I was a Ubuntu user in which the Windows partitions were visible by default. I want to know how to mount the drives used by Windows 7 automatically on startup.
View 4 Replies
View Related
Jan 12, 2010
I'm trying to automount my encrypted Windows partition in Slackware-Current.
With help from the Gentoo wiki, I came up with this script:
Code:
Then I added this to my fstab:
Code:
I get this error when I try to mount my partition (as root):
Code:
Error: Unable to initialize gtk, is DISPLAY set properly?
But if I run my script like this (exactly how mount runs it), it works fine:
Code:
New script
Code:
View 2 Replies
View Related
May 11, 2015
There seems to be no documentation on how to automount partitions and USB devices under systemd in Jessie. (Overall, systemd entirely lacks any useful documentation or GUI configuration tools -- all very cryptic and hidden.)
I created custom files to enable automounting. I put them in /etc/systemd/system -- this may not be the right place, but it works.
Kernel note:
This does not work under the old Wheezy kernel linux-image-3.2.0-4.
To automount my Windows partition so I can access its files, I created:
/etc/systemd/system/media-windows.mount
The name of the file must match the mount point -- in this case, /media/windows
My file notes the device and file type, plus an fmask option so all the Windows files don't seem to be executable:
[Unit]
Description = windows mount to /media/windows
[Mount]
What=/dev/sda1
Where=/media/windows
Type=ntfs-3g
Options=fmask=111
[Install]
WantedBy=multi-user.target
The file ownership must be root.root. Apparently it doesn't need to be executable.
After creating, enable with:
sudo systemctl enable media-windows.mount
and it will mount on the next boot.
I read elsewhere that the before running the enable command you should run a start command:
sudo systemctl start media-windows.mount
but that didn't work for me.
View 2 Replies
View Related
Feb 18, 2010
After a new Fedora 12 installation, i cannot automount my Windows partition. My system is setup originally at windows XP ,partitioned, then change to Fedora 10. Change to Fedora 11 through update.System very slow.
I decided to upgrade to fedora 12 by DVD installer, then i have to mount manually to access my back-up, when typing su -c '/sbin/fdisk -l' at terminal, this is the code:
View 6 Replies
View Related
Nov 18, 2010
I installed macbuntu on my laptop. I love it except for one thing. Whenever you mouse over the left bottom corner the windows hide. How to disable that feature?
View 2 Replies
View Related
Nov 24, 2010
I have modified /etc/inittab file for changing default runlevel from 5 to 3 .Now i can boot in terminal mode .However if i issue init 5 i get a X window.How would i disable loading X? do i need to disable some services?P.S.What is Xvfb? How would i disable it?My Distribution Details.
Code:
# lsb_release -a
LSB Version: :core-3.1-ia32:core-3.1-noarch:graphics-3.1-ia32:graphics-3.1-noarch
[code]...
View 10 Replies
View Related
Aug 1, 2010
I have a question here. Prologue: When I open Synaptic Package Manager via Gnome Menu, password-request screen appear, screen dimmed, and I'm unable to react with another windows.
Can I have this effect to another applications, I meant that when I open the application, screen dimmed and I'm unable to react with another windows.
View 1 Replies
View Related
Oct 24, 2010
I am using devilspie to have a wallpaper terminal. Since it does not show up on the taskbar, I sometimes do not realize that it is in focus, and Alt+F4 results in me closing it. Is there a way to disable Alt+F4 for certain windows?
View 1 Replies
View Related
May 26, 2011
I'm using Filezilla in Natty and it keeps bringing up its own menu bar in its own window.
Obviously I want all my applications to only use the top new Global Appmenu Bar. It currently makes Filezilla look ugly and take up additional unwanted screen space.
Libreoffice fixes are all I can find. Does anyone know how to stop an application from using its own menu bar, and force it to only use the Global App Menu?
View 6 Replies
View Related
Jan 13, 2010
I just installed Fedora 12. When I open Dolphin, I do find links on the sidebar which enable me to mount the NTFS partitions with a click. I want to disable this for less privileged users and only allow root to do mount and unmount of partitions. I was not able to see autofs installed nor any sign of entries in the fstab.
View 3 Replies
View Related
Feb 20, 2009
I want to get a software like synaptics in windows,it can easily disable and enable touchpad.in linux is there any?
View 14 Replies
View Related
May 2, 2011
i would like to disable the aero snap function when using the mouse to drag a window to screen edges... i like to keep multiple small windows with various sizes at the edges of the screen (i.e. with media players listening to music or watching videos to have the screen in one corner while using the remainder of the screen for something else)
i would still like to keep this function with hotkeys (<super> + up/down/left/right) is there any way to work around this?
View 7 Replies
View Related
Jan 24, 2011
I have Ubuntu 10.04 with Gnome. Whenever I put in a blank CD/DVD an icon on the desktop appears named "Blank CD/DVD" and a window appears asking me what I want to do with it. How do I disable the window and the icon from the desktop?
View 2 Replies
View Related
Aug 25, 2009
Does anybody know if there is a quick and easy way to simply disable samba security to avoid "Access Denied" errors when trying to access shares via Windows XP?
View 2 Replies
View Related
Jan 22, 2010
I know how to automount ntfs, what I don't know is how to automount a 2nd ext4 partition. I know I can use code...
What am I doing wrong? Also how can I read and write to and form the root of the partition with out opening it as root?
This is not the partition I have ubuntu installed on, this is a 2nd partition.
View 3 Replies
View Related
May 24, 2010
I have a problem that I can not decide for 2 weeks. Here is what happened: On my laptop, installed just Windows XP. In the past, when I installed the second system, Ubuntu 9.04 or 9.10 (for dual-boot), Ubuntu asked the administrator password for access to just Windows XP partition. I mean, that just Windows XP partitions were visible, but for the entrance (mount) needed a root password.
Now, in Ubuntu 10.04, Windows XP partition mount automatically and Ubuntu does not require the root password. I do not like it very much.
Tell me please, what do the settings at the time of installation of Ubuntu for just Windows XP that the system would be asking root password for just Windows XP partitions? Is this possible? I think - yes. Because in the past the default 9.04 and 9.10 asked for a password.
PS: I must say, as I put Ubuntu and just Windows: 1. Be installed just Windows XP, giving it 20 GB space 100 GB hard drive. </span>The remaining 80 Gigabytes leave out the implications.
[Code]...
View 9 Replies
View Related
Jun 6, 2010
Suffice it to say, I'm an idjit and can't figure out how to get my USB drives to automount.
View 9 Replies
View Related
Nov 13, 2010
today when I inserted my usbpen in the laptop, automount did not work. I tried another pen with same result. I checked with mountmanager and both pens were working and actually mounted them manually, but automount which worked perfectly yesterday now is dead.I found a workaround installing usbmount from standard repository and now automount works again but usbpens are mounted in /MEDIA/usbx instead with their names as before and I have to open a root terminal tu unmount.
Unfortunately I use a pen for backup with unison and changing the mount position I have to modify unison profile every time, which is pretty uncomfortable.The problem May arise from the fact thgat yesterday I tried to manually compile and install the canon driver for my printer and trying to solve dependencies I had to compile and install Glib-2.26 pango-1.28.3 and gtk+2.22 from their sources.I did not manage to get a working canon driver but i may have made a mess with usb automount function.program/service is responsible for usb automount in ubuntu 10.10 so that i can reinstall or reconfigure it.
View 7 Replies
View Related
May 2, 2010
I cannot force Ubuntu to open my data DVDs upon their insertion. It is present, but it won't automount. Of course, in /etc/fstab are no indications for removabledevices, but this is correct, I think.
View 5 Replies
View Related