Fedora :: Where Are Removable Devices In F13
Oct 31, 2010Where did they hide System->Preferences->Hardware->Removable Devices in Fedora 13?
View 7 RepliesWhere did they hide System->Preferences->Hardware->Removable Devices in Fedora 13?
View 7 RepliesI thought, that "Removable devices" module in KDE system settings supposed to automount removable devices. But when any removable media inserted, absolutely nothing happens.
View 6 Replies View RelatedIssue is, only way i can browse through the contents of for example a CD, is first opening it thourgh superuser Dolphin, and then i can open it with regular dolphin and konqueror.Same thing with a NTFS windows partition in the PC.I must first open it with superuser dolphin.
View 2 Replies View RelatedThis is a 'clean' upgrade from slack 13.0 to 13.1 (32-bit)To qualify: / , /home , and /usr/local are on separate partitionsand / was reformatted.When I attempt to mount a removable device - USB stick or DVD, I get the following error message:
Code:
Rejected send message, 1 matched rules; type="method_call", sender=":1.134" (uid=1000 pid=6328 comm="exo-mount) interface="org.freedesktop.Hal.Device.Volume" member="Mount" error
[code]....
I use Debian 8.2 without DE. I can mount removable devices (USB sticks, external HDDs) manually using mount/umount to specific folders under /mnt or /media. But I want them mount automatically when plugged-in as /media/disk-label. Also I want to be able safely remove already mounted devices without data loss.As I understand, I need to create custom UDEV rule and associate it with mount/umount scripts. E.g. mount script
Code: Select all#!/bin/sh
mount_point=$ID_FS_LABEL
if [ -z $mount_point ]; then
mount_point=${DEVNAME##*/}
fi
# retrieve gid of the plugdev group and set it as owner of mountpoint
plugdev_gid="$(grep plugdev /etc/group|cut -f3 -d:)"
if [ -z $plugdev_gid ]; then
[code]....
Is this safe and correct approach or it is better to use something else?
I want the following behavior in kubuntu 9.04 when I plug a device (USB stick or CD disk):
1. It should be mounted automatically for me. Now it isn't, though it appears in fdisk -l output: Code: Disk /dev/sdd: 8006 MB, 8006926336 bytes
16 heads, 32 sectors/track, 30544 cylinders
Units = cylinders of 512 * 512 = 262144 bytes
Disk identifier: 0x9b12d290
Device Boot Start End Blocks Id System
/dev/sdd1 * 16 30544 7815232 b W95 FAT32 and if I mount it manually, all goes OK
2. If I mount manually my CD disk and then press the eject button on my drive nothing happens until I manually unmount the drive. But I want it to open immediately
All this worked for me in kubuntu 8.10, and broke with the upgrade.
My fstab entries Code: /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
/dev/sdc1 /media/usb vfat noexec,codepage=866,utf8,nosuid,nodev,quiet,uid=1000,gid=1000,umask=077,user 0 0
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]
Since upgrading to Karmic, all my shares under 'Removable Devices' are listed twice...all was fine in Jaunty though, and I've done nothing to change them.Would anyone have an idea how to resolve this.In terms of what I see, there are all my shares with a white drive icon which, when clicked, do nothing. I then have all the same shares with a metal drive icon which open up the share when clicked.
I understand that the icons may look different, depending on what icon theme you're using, but the principal will remain the same.
I am using ubuntu 10.04. I want to set up authentication to mount hard disk and other removable devices.
View 5 Replies View RelatedI want to devolep one "C/C++" program that will work as a daemon. My daemon will be running all the time, and whenever anybody attaches removable devices to machine on which my daemon is running, My daemon should catch that event and also should show me where that device has been mounted.
View 1 Replies View RelatedI have an external hard disk drive and I would like it to be recognized with the same name (e.g. /dev/sbd) after each boot.
Is there any way to make that?
I used to have all my mp3s, photos, etc. on a Seagate "Freeagent" removable USB drive and share it over a Windows network. We've gone all Linux in the house and I tried to export the same drive over NFS (got the NTFS support installed, ntfs-3g) but get this error:
Code:
Starting NFS services: exportfs: Warning: /media/FreeAgent Drive does not support NFS export.
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?
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 RelatedI 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
I managed with fstab but at restart came a black screen.I have called an HD '7200' then I reinstalled Fedora. And it does not automount it anymore. I changed fstab and black screen.
View 5 Replies View RelatedSomething very strange has happened. For some reason when I plug in a USB device into my F12 rig up pops a error saying,Code: Unable to mount <name of device> file systemNot Authorised When I try to mount from the CLI I get, Code: mount: can't find /dev/sdb1 in /etc/fstab or /etc/mstab I'm not really sure what this is telling me or what I need to do to fix it.
View 4 Replies View RelatedI'm working on a server and noticed that the to RAID5 setup is showing 4 Raid devices but only 3 Total devices. It's on a fully updated CentOS 5 system that only has three SATA drives, as it can not hold anymore. I've done some researching but am unable to remove the fourth device, which is listed as removed. The full output of `mdadm -D /dev/md2` can be see below. I've never run into this situation before.Anyone have any pointers on how I can reduced the Raid Devices from 4 to 3? I have tried
mdadm /dev/md2 -r failed
mdadm /dev/md2 -r detached
but neither work and since there is no block device listed I'm not quite sure how to get things back in sync so it's only seeing the three drives.
/dev/md2:
Version : 0.90
Creation Time : Tue May 25 11:07:04 2010
Raid Level : raid5
[code]....
After the usual mild annoyances inseparable from a Fedora release (installation from the LiveCD worked OK, but generated a requirement for 162MB of day-one updates, followed by something like 150MB of downloads to install OpenOffice - which comes as standard with Ubuntu/Mint/Mandriva and, no doubt, many other distros) I have been able to get the system working reasonably well. If there are major performance gains from the use of ext4, I have been unable to detect them. However, the only really frustrating issue from my perspective has been the difficulty in getting my two printers (both of which worked straight out of the box in the other distros mentioned above) to actually print. The devices in question are a Brother 2140 laser printer and an HP 2280 multi-function inkjet.
Both of these devices were properly recognised by the system, but neither would actually print (there were some initial signs that action was imminent, but no result - the printing processes were finally shown as having been stopped). I removed both printers, and started from scratch. The laser printer could not be persuaded to work, either with the recommended 2170 driver or the old faithful 2060-gutenprint driver. However, when I tried to add the HP, the printer utility advised that I needed to install "hpijs" before proceeding. This I duly did, and the HP 2280 then worked fine. On the basis that my only aim was to get the printers working, I decided to ignore the recommended drivers for the Brother 2140, and select the "2060-hpijs" version. This worked fine, and others may like to try this workaround.
How do I stop automounting USB devices in Fedora 11?I have put the following in a file under /usr/share/hal/fdi/policy/10osvendor/01-stop.fdi. I have even put a copy in /etc/hal/fdi/policy/. Nothing works.
<?xml version="1.0" encoding="UTF-8"?> <!-- -*- SGML -*- -->
<deviceinfo version="0.2">
<device>
[code]...
I just noticed that USB devices aren't being detected by kde when i plug them in. they work fine in gnome and the kernel detects them properly (seen via dmesg) but they're not being seen in kde.
View 14 Replies View RelatedI'm trying to connect an Altera USB cable to an XP VM hosted on Fedora 12. Virt-manager sees the device and I've attached it to the XP VM. However Windows doesn't see it. What do I have to do in order to get KVM to pass the USB device through to the Windows VM?
View 2 Replies View RelatedRecently I installed Fedora 12 without any hassles except that the USB devices are not getting detected. I checked with /proc/interrupts and the ehci_hcd module doesn't get any interrupts. Here is my dmesg (done to show only USB related messages) :
Code:
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
[code]....
What I am trying to do is the following: I have many IBM MT-M 6223 towers (Intel Xeon processor) that need to run a certain Fedora 9 configuration. It is working on one box, now it needs to be replicated on all of the others. What is being done is the working box is cloned, and then that image is loaded on all of the others.These boxes have 5 total Ethernet devices. There is one on-board port, and there are two 2-port expansion cards for a total of 5.
There was one initial problem out of the gate that has since been solved (or perhaps not completely). What was happening is that the boxes that received the cloned image had their Ethernet devices misnumbered. Instead of eth0 through eth4, they were numbered eth5 through eth9.This was eventually traced to the following file: /etc/udev/rules.d/70-persistent-net-config. That file contained the original settings from the box that was first cloned. It had eth0 through eth4 at the top with MAC addresses belonging the box that was the source of the cloned image. It looks like this mismatch was detected, and five more entries, numbered eth5 through eth9, got appended to the bottom with MAC addresses belonging to the new box.
Once /etc/udev/rules.d/70-persistent-net-config was deleted, and the machine rebooted, the 5 ethernet devices came up with the correct numbering (0 thru 4). /etc/udev/rules.d/70-persistent-net-config was rebuilt with the correct devname-MAC pairing.
Now for this new problem.... Part of the configuration across all these machines is that only eth3 should have an IP address. It is a static IP address set through the /etc/sysconfig/network-scripts/ifcfg-eth3 file. All of the other devices must NOT have any IP address. They are either not used or used only for raw Ethernet.After clearing out /etc/udev/rules.d/70-persistent-net-config, /etc/sysconfig/network-scripts/ifcfg-eth3 was edited to give the new box its own unique static IP address before rebooting.Sample ifcfg-eth3 file:
Code:
DEVICE=eth3
BOOTPROTO=static
[code]....
I've been struggling a bit with install F11. F10 installs without issue. I have two internal SATA drives, a PATA DVD-ROM and a USB drive. The BIOS recognizes everything. However, when I got to the disk partition utility, Anaconda could never detect one of the SATA devices. I tried swapping cables, ports, etc. No luck. Today, I ran across this Bug thread: [URL] I checked the screens Ctrl-Alt-F1-6. Nothing obvious. But, for fun (from the bug thread) I went to the prompt on 2 and ran:
dmraid -r -E It found an "nvidia" RAID "thingy". Forgive my ignorance on what it really is called or what it does. Anyway, I answered yes to erase the "thingy" and voila. I was able to install F11. Not sure if I made a good title, but I've seen bits and pieces of people having similar problems with F11. And BTW, the drive that had "nvidia" on it was from a machine that was using nvidia hardware RAID 0 - but F10 had no problems with it.
I've been running F10 with a four disk RAID5 setup that has been working fine, however when I tried to do a fresh install of F11 I can't get past the "Select Country" and "Select Keyboard" screen of the GUI as a message will say "Detecting Storage Devices" and then throw up an error. I can't give you the full error, because when I click Save The Detecting Storage Devices box appears and I can not select anything under it or enter my Bugzilla account.However, when I plug just the hard drive that has XP on it then the installer continues swimmingly.I've backed up everything, so if I have to I could zero out the drives however they're all rather large so it'd take an inordinate amount of time.
View 2 Replies View RelatedI'm using fedora 11. I'd like to do some tests with direct IO (raw) devices. I have now raw(1) command. Yum fails to find a package providing raw. There's a /dev/rawctl and raw appears in /proc/devices. Where is it? (rpm?)
View 3 Replies View RelatedI am running federa 12 and just recently installed virtual Machine Manager. I've created Virtual machine and installed Windows XP on it. Everything is running OK, as far as I can see. I've installed software to manage and download pictures from Cannon camera, but I am not able to make USB port available to this Virtual machine. I tried to add hardware in VM, but not sure if I should go for STORAGE option, or PHYSICAL HOST DEVICE. I tried second option, and selected USB device. Now I've got UB hub available, but still cannot see anything attached to it (camera in my case, or USB stick with pictures).
View 8 Replies View RelatedAll USB devices do not work/initialise, except when I run Ubuntu 10.04 liveUSB (netbook version). The problem arose following upgrade from Ubuntu 9.10 to 10.04, but only manifested after a couple of weeks. I've tried other distros and the problem persists in Fedora 13 which I am now using.
Output of lsusb with a USB memory stick and mouse in the ports is:
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
[code]...
i'm quite new to Fedora, altough i'm now installing it on my second computer, a desktop pc,it is old (4 years or so), and has an ASUS M2N-SLI DELUXE URL... which worked fine under windows XP and had no problems.Now, after i've installed Fedora 13, i've found out that it isn't recognized, i'm unable to connect to internet, or to any other device, because under the network management window there are no network devices to select.
View 4 Replies View Related