Ubuntu Installation :: Unabling Autorun Without Removable Drives And Media Option?

Jan 10, 2010

I've just partitioned my hard drive with GParted so that I have space to install and run Windows OS based programmes such as Monkey Island (wine simply won't work) and other PC games. I have the Windows XP SP2 Installation CD but my OS (Intrepid Ibex) won't allow me to autorun the CD and proceed to installation.

Now having hunted around the net little, it seems the answer is System->Preferences->Removable Drives and Media. Problem is, I don't have a Removable Drives and Media option on this menu. Is there a workaround for this? E.g., is there a way of using the Terminal to enable autorun, or is there another way I can do this?As I'm pretty new to this thing, feel free to use short words and detailed explanations.

View 3 Replies


ADVERTISEMENT

Ubuntu :: Has 'Removable Drives And Media' Option Been Moved Somewhere Else In 10.04?

Jul 23, 2010

I'm running a fresh 64-bit install of Ubuntu 10.04. I no longer have a System->Preferences->Removable Drives and Media option in my menus, and need to re-configure it (I had set it to "Do Nothing" and "Always do this action" sometime in the past, but now I want to change it)I have right-clicked my menu, went to edit, and made sure it wasn't un-checked)Has the "Removable Drives and Media" option been moved somewhere else in 10.04?

View 4 Replies View Related

Ubuntu :: Configuring Autorun For Removable Media?

Mar 28, 2011

(Ubuntu 10.10, Unity desktop)How can I configure Ubuntu to launch gtkpod when I connect my iPod? It's currently launching Rhythmbox. I can't find anything about removable media in Unity's Toolbar > Applications

View 2 Replies View Related

Ubuntu Security :: Virus Scanner To Scan Some Removable Media (USB Drives, Mp3 Players, Etc)?

Jan 19, 2010

I'm looking for a virus scanner to scan some removable media (USB drives, mp3 players, etc). Since there's so many choices to choose from, can anyone recommend any?

I've heard a lot of people recommending clam av, but everything I've read suggests that clam av is better used for scanning e-mail servers and not home desktop application...

View 1 Replies View Related

OpenSUSE :: System No Longer Responds To Removable Media Such As Flash Drives And Insertions Of DVD/CD Disks?

May 20, 2010

Through some recent update, which one I am not sure, my system no longer responds to removable media such as flash drives and insertions of DVD/CD disks. Whereas before, for instance, if I inserted a USB flash drive, the "Device Notifier" would pop up, tell me that a new device had been detected, and ask me what I wanted to do with it, now nothing. "My Computer" (sysinfo:/)does not update either. The kernel knows the device is there, since I can see it when I do "lsusb". OpenSuSE x86_64 11.2.

View 3 Replies View Related

General :: 'nodev' And 'nodev' Option For Removable Media?

Jan 6, 2010

How do i actually check whether the 'nosuid' and 'nodev'option are added for removable media in the /etc/fstab file?

View 1 Replies View Related

Ubuntu :: Unabling The See-open-windows Option In Panel?

Apr 17, 2010

I instaled Ubuntu a recently and have been trying it out (my first attemt to use Linux OS) So I was playing around with Desktop panels and I'll say I'm very impressed with all the crap you can put on it. So of course I deleted the default ones and created my own one. The problem is this: I found all the things i need using 'Add to panel' but my panel won't show the open applications on it . Can some1 tell me how can i add this to my own panel (or at least bring back the default panels)?

View 2 Replies View Related

Debian Installation :: Installs Grub And Then Will Boot The Installer But Is Still Tries To Find The Removable Media?

Jan 1, 2011

Im trying to do a frugal install off the hard drive (no usb,cdrom) with unetbootin. It installs grub and then will boot the installer but is still tries to find the removable media. Whats going on????

View 2 Replies View Related

Debian Multimedia :: Autorun When Inserting Media

Jun 28, 2011

How do i stop the autorun dialogue when i insert a cd or dvd or any removable media?

View 7 Replies View Related

Ubuntu :: Missing Removable Media?

Jan 26, 2009

i downloaded and installed ubuntu 8.1 and when i pop in a cd it tells me that it cannot find autorun. i seem to be missing the removable drives and media tab which i'm told should be located under system/preferances.

View 1 Replies View Related

Ubuntu :: Removable Media Not Automatically Mounted?

May 12, 2010

I use Ubuntu 10.04, and whenever I insert media into a removable media drive, it does not come up on my desktop automatically. I need to go to Computer, then to the drive. It then appears on my desktop. Is there any way to make the device automatically appear? This problem occurs for any removable media. I am using Ubuntu 10.04.

View 4 Replies View Related

Ubuntu :: Set Up Authentication For Removable Drives In 9.10?

Mar 21, 2010

how to set up authentication for removable drives in ubuntu 9.10 ?

View 7 Replies View Related

Ubuntu :: Disable Auto-mounting Of Removable Media

Jul 16, 2009

I want to disable automounting of removable media such as anything on USB, memory cards, and even eSATA. I do want the device node to be set up, but that's it.

View 3 Replies View Related

Red Hat :: Changing Automount Options For Removable Media?

Mar 31, 2011

This appears to be a simple problem, but I struggled my way around google, trying to figure out the right words to search for, with no real success. The problem:When I plug-in any usb device or an external hard disk, my RedHat automatically mounts it to /media/<device_name>. Unfortunately, it's owner and group are both root, whereas, I would like to add other users to have write access (say, all users in a group usb_group to be able to write stuff in it). Currently only read access is there for others. I would like to change it to write access to a particular group and I can add the

View 5 Replies View Related

General :: USB (Removable) Drives Not Mounting

Sep 29, 2009

I just started using openSUSE 11.1 with xfce and my problem is that I cannot mount my external USBs, I get the following message:

org.freedesktop.hal.storage.mount-removable auth_admin_keep_always <-- (action, result).

It seems hal does not give me permission to do this. Am I able to mount using the command line? If so, how?

View 14 Replies View Related

Debian :: How To Change Permissions On Exfat Removable Media

Jul 20, 2015

I'm going traveling and I had the bright idea of putting my sensitive and irreplaceable files on an sd card. Then if I leave my stuff in a sketchy hostel for the day, I can easily take the card and might lose only a replaceable netbook. The problem is that I want some files to have 600 permissions (rw-------), readable and writable only by owner.

But no power on earth seems to be able to force a fuse-ified filesystem to pay attention. Whether I try "chmod 600 filename.txt" as the owner/user or as sudo makes no difference. Nothing works. The sd card is mounted with a line in /etc/fstab:

Code: Select allUUID=0000-0000 /mnt/64_GB_sdxc  exfat  auto,rw,user,exec,uid=1000,gid=1000,dmask=0022,flush,fmask=133  0    0

So the user owns the files and they have typical permissions instead of the automounted default of 700. That's all very nice, but I'd like to be able to change permissions on just a few files!

View 3 Replies View Related

Fedora :: Mount Removable Media From Command Line

Jul 6, 2010

I'm using Fedora 12, and I want to mount/unmount my USB memory stick from the command line. I know I could edit /etc/fstab and so on, but I want to emulate what happens when you mount using the GUI (I use KDE and the device notifier), that is, I want to be able to do this as an unprivileged user and not have to know the mount point exists in advance.

I'm sure in older versions of Fedora there was a command something like `gnome-user-mount' which let me do this knowing only the filesystem label... What is the current equivalent?

View 5 Replies View Related

Fedora :: Disable Automounting Removable Media When They Inserted (CD And DVD)?

Dec 23, 2010

I want to disable automounting removable media when they are inserted, especially CD and DVD. I use F13 and Gnome. I went through System/Preferences/File Management/Media and set everything to "Do Nothing", see below:

I have installed gconf-editor and verified that all automounting options are unchecked:

according to "/sbin/chkconfig --list" haldaemon is off and automount is not installed.
What else should I check?

I would not mind if USB (flash) disks were automounted

View 3 Replies View Related

General :: Disappear Desktop Icon For Removable Media?

Mar 16, 2010

Ubuntu 9.04 Gnome Desktop (although I have seen the same situation in other versions).When I have a removable media device installed such as a USB flash drive, a CD/DVD or an SD card in the built in reader I have a corresponding icon on the desktop. So here is my situation...I have a 16 GB SDHC card installed in the reader in my netbook as additional storage. As the main solid state "hard drive" itself is only 16 GB I leave the card in at all times. I would like to do away with the desktop icon as I never use it to access the SD card. Any way to do this? I believe it appear as part of the HAL process so perhaps it will go away with 10.04.

View 2 Replies View Related

Ubuntu :: Change Default Permissions Of Removable Media Mounted Via Nautilus?

May 2, 2010

behavior in 9.04:plugged in a disk, mounted it and it as readable to the world.this is intended because it is shared via samba.behavior in 10.04:the disks have 700, meaning, they are not readable by samba.this is a problem.this is the best solution I've found so far:http://www.mail-archive.com/ubuntu-u.../msg10951.htmlexcept, that the mentioned means to fix this are gone.(gconf-editor -> ..., storage and preferences -> removable media)after 3 hours of googleing and reading I'm rather upset about this bug.so please, if you are thinking of suggesting fixed entries in the fstab or anything else that will not work with every media that is plugged into this box, just close this tab.

View 3 Replies View Related

Debian Configuration :: Systemd Automounts For Removable Media Not Timing Out

Jul 18, 2015

I have the following hardware setup:

a NAS running Debian that frequently (but not always) has two removable media attached,a Debian desktop that mounts the above NAS via sshfs,the aforementioned removable media are symlinked to the directory on tha NAS that is then mounted by the desktop.

What I'd like this setup to do is to immediately time out if mounts as unavailable. Instead, I only get the expected behaviour if the NAS is down (the ssh client takes about 3 seconds to do that); if it's up, the removable media automounts (they are symlinked to the directory shared with the desktop) seem to never time out, ever. This happens locally on the NAS as well, when ssh'ing to the NAS and trying to run `ls /media/Storage` or `ls /media/Backup`, these commands never return. It's as if systemd was ignoring the x-systemd.device-timeout setting on the NAS.

The relevant part of the NAS's fstab:

Code: Select all/dev/sdb1       /media/Backup   ext4    defaults,noauto,x-systemd.automount,x-systemd.device-timeout=1s,rw,user,nofail,x-systemd.idle-timeout=30s       0       1
/dev/sdc1       /media/Storage  ext4    defaults,noauto,x-systemd.automount,x-systemd.device-timeout=1s,rw,exec,nofail,x-systemd.idle-timeout=5min      0       1

[Code] ....

I find it highly interesting that despite both removable media being detached, only one is flagged as having a dependency failed. Both paths exhibit the hang behaviour, though.

What can I do to actually time out when the media are not there?

View 4 Replies View Related

Debian Multimedia :: Disable Write Caching For Removable Media?

Feb 9, 2010

how to make removable media (e.g. USB sticks) not have any write caching. I want to prevent data loss when they are removed after file copying appears done but before write caches are written. I'm using Gnome on Squeeze.

I've found suggestions of adding the 'sync' mount option to /system/storage/default_options/vfat/mount_options in the Gnome configuration. However this doesn't seem to completely eliminate write buffering, as the drive activity light continues for several seconds after file copying appears done, and unmounting drives produces a dialog box which says to wait whilst data is written to disk.

View 5 Replies View Related

Security :: Restricting Remote Users From Accessing Removable Media?

Mar 17, 2011

I run a system that users may log into either remotely or physically. Multiple users may be logged in simultaneously because of the remote access, but only one user can be physically logged in at a time.With the current setup, however, if the physical user inserts a flash drive (which the OS mounts automatically) then the remote users gain access to the removable media.

View 6 Replies View Related

Fedora :: Changing Mount Options For Removable USB Drives In F13?

Jul 16, 2010

I have a 2 TB hard drive in an external USB caddy that I use for backups. The drive gets automatically mounted when connected to F13, which is great, and the default mount options it uses are:Code:rw,nosuid,nodev,uhelper=udisksHowever, I want to add an extra option or two but I don't know where I can do this. Does anyone know where I can add mount options onto the default set?

View 2 Replies View Related

Hardware :: Automatically Mount Removable Drives In Red Hat Enterprise 5?

Aug 6, 2010

so that short description doesn't cut the mustard. Let me start by describing what I had working in RHEL4, so you know the requirements. There is a group here at my job that does a lot of data transfer to external USB drives. I leveraged fstab-sync (which we normally turn off at my work) and created a FDI policy file to search on the drives' HAL descriptors, set the mount options, and define the mount point by name (each drive is uniquely named).

The result of all this is that when the user plugged in a drive, it mounted in /media automatically, on a unique path, and with permissions so that every user could read/write to it. SO now we're upgrading to RHEL5, and fstab-sync doesn't exist any more. Instead there's gnome-mount (did I mention we use Gnome?) and I can't figure out how to get the same functionality working.

View 3 Replies View Related

Hardware :: Installing Live CDs On Removable Hard Drives?

Jul 30, 2010

When you run a Linux live CD it automatically detects your hardware configuration, or at least tries to. Say you got a live CD and it works perfect on one computer, detects all the hardware. If you install the operating system from the live CD to a hard drive, does it only install the drivers you need for your hardware?

If so, say you were to hypothetically do that on a removable hard drive that you lock and unlock with the hardware keys; would that mean if you want to move the drive from one computer to another regularly, the OS would not be configured properly on a different hardware configuration, and wouldn't be able to configure itself properly because it is now on a hard drive? I know that Linux does try to detect new hardware each time it boots, but I guess the short version of the question is: Does installing a distribution on a live CD to a hard drive mean you will not have all the drivers available on the CD?

This is not something I am sure I will ever plan to do, but it would be no different than if you wanted to swap your drive into a new computer. If it could at least still connect to the Internet it might try to reconfigure itself. If installing the live CD means you get absolutely all the contents on the CD, that would answer my question. Maybe someone might know exactly how that would work.

View 14 Replies View Related

Slackware :: Create Mount Points Automatically For Removable Drives?

Jan 9, 2010

At work I use Ubuntu and one nice thing about it is that it creates mount points for removable drives automatically.

In Slackware I can set up XFCE so that it mounts drives when they are plugged in, but only if they're already specified in the fstab (which means I must have used them and set them up in advance).

This is becoming a problem now that removable usb drives of all sorts are so common.

View 2 Replies View Related

Ubuntu Installation :: Duplicate Drives In "Places" - Error "mount: /dev/sdd1 Already Mounted Or /media/Data Busy Mount: According To Mtab, /dev/sdd1 Is Already Mounted On /media/Data"

Feb 13, 2010

Just moved to Ubuntu from XP. Whole process has gone very smoothly, but left with a small problem (i.e. it isn't actually affecting usability) that I don't seem to be able to fix and can't find on forums/internet. I also have a problem with the Floppy drive, but I've seen that problem elsewhere in the forums.

It's a dual boot system with both NTFS and Ext4 drives. All are visible and fully accessible. I decided to convert one of the NTFS drive to Ext4. That appeared to be successful and was successfully remounted as an Ext4 drive. The drive label is "Data". I did have a bit of a problem getting it remounted so that I could see/use it under my log-in as opposed to just under root. It's at this point I think that I did something to create the problem.

I now have two entries for "Data" in drop down menu for Places. The true one is shown as a standard hard drive icon, but the false one is shown as a different icon - possibly an external drive icon (note that the floppy drive is also showing as the same icon and I can't access that, but I've seen that's a problem elsewhere in the forums).

I can write and read to the true "Data" hard drive. If I click on the other false "Data" icon, I get the message "mount: /dev/sdd1 already mounted or /media/Data busy mount: according to mtab, /dev/sdd1 is already mounted on /media/Data". If unmount the true drive and try to mount the false drive, the system mounts the true drive instead. If I log into nautilus as root, neither the false data drive or the floppy appear in the left hand panel.

View 9 Replies View Related

Ubuntu :: Can't Mount Removable Media: "failed To Execute Child Process Exo-mount"

May 18, 2011

I just upgraded Xubuntu from 10.04 LTS to 11.04 and I am no longer able to mount removable media from the "places" menu. The message I get:

"Failed to execute child process exo-mount (No such file or directory)"

I assume some wrapper process is attempting to execute a program called "exo-mount," but no such program exists anywhere in the repositories, according to a search with apt-file. The "exo-utils" package used to contain exo-mount, but the program no longer exists in that package.

Mounting from within Thunar works fine.

View 3 Replies View Related

Ubuntu :: Duplicate Drives In Media Folder?

Sep 6, 2010

Ive been noticing lately that in my media folder, where I am able to see all the drives I have connected, it seems that each one is duplicated. For example, if I have a drive called "WD" theres another called "WD_", or "Lacie" and "Lacie_". And when I click on the ones with the "_", it says I don't not have the permissions necessary to view the contents of 'lacie'. But when I click the ones without the underscore, I get in. But heres the funny part, when using jdownloader, and i choose the folder where to save the files, I have to select the drive that has the underscore in it. Heres some pics and if you look at my info screenlet to the left, you will see that it shows the drives with the undercore.

View 3 Replies View Related







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