How to control DE USB disk Automounts.

Hi,
Can someone please guide me as to how to 'control' Automounts by DE when we plug USB disk drives.
I have KDE4 on my Arch system. When I connect a pen drive/USB HDD which is formatted as vfat/NTFS, the system(or KDE) 'Automounts' it in /media and I have read/write access to it. But if I use the same drive and format it as ext4, it wont be mounted as read/write for normal users but only for root.
Now pen drives and USB HDD's are removable storage drives and hence are volatile and could not have a fixed mount point, so it cannot be mounted by putting an entry in fstab or could they?. And I need my USB HDD frequently, and manually mounting it through CLI everytime and working on it as root is a bad idea i guess.
I am posting this because m confused as to how to control this Automount feature-What is the backend to it? Because I've read that HAL no longer takes care of it and that HAL will be deprecated soon, instead UDEV takes care of it. If that is the case then should I be concerned about polkit? Because that is what's the output provided by Dolphin(freedesktop.org policy prevented blah blah).
Another thing is if HAL is still in use and Automounts my devices then is it independent or polkit is a part of it. Then, is using hal-easy an option or replacement to standard HAL. ??!!??
I tried HAL archwiki and used the code to give a user permission to give rw access to automounted ext filesystems, but then nothing is mounted, it sings the same old freedesktop.org prevented bla blah song. And I think this is a question for all linuxes using Gnome and KDE in general.
Any help is appreciated.

If by 'ability to mount as user' you mean to mount it manually but read/write access to normal users then yes. But primarily I need automounting as user, also be able to give access to other users for read/write et filesystem automounts.
Last edited by kapz (2009-11-17 01:12:56)

Similar Messages

  • How to access a USB disk drive connected to Airport Extreme from a Windows 7 PC?

    How can I access a USB disk drive connected to Airport Extreme from a Windows 7 PC?

    ...Called it a roaming network.  Wireless mode is create a wireless network. I have checked allow this network to be extended.  Probably need to uncheck that?
    Yes, that option should be deselected as it only pertains to when both routers are interconnected by wireless. Since you have a roaming network, they of course, would be interconnected by Ethernet.
    The other important settings for a roaming network are:
    Each router must have a unique station name. For the AirPort, this would be called its Base Station Name. I believe the default station name for Linksys routers is: linksys
    Each router must broadcast a wireless network with an identical Network Name. For the Linksys, Network Name is the same as its SSID.
    Each router wireless network must use the same Wireless Security type and password. The Linksys WRT-54G is capable of up to WPA2 Personal. If you have it set to this level of security, the AirPort should be at the same setting.
    Make sure that each router is not on the same Radio Channel for the 2.4 GHz radio. In the US, there are basically only three non-overlapping channels: 1, 6, or 11. Set each so that they don't use the same channel but use of those three choices.

  • How to attach a usb disk to a Hyper-V virtual machine

    I am using Virtual Machine Connection with Server 2008 R2 and runing Win 7 on VM. I follow all steps and choose a Physical hard disk: and choose the disk i would to add n prob. But after that i cannot see him active in the VM Win 7. If i go back to Disk Management
    in Server 2008 is standing there as offline (and i cannot put it online here says ACESS DENIED) so please give some tips how to fix this.
    Thanks in advance
    Joao

    Reading the above responses, that's fine for a current RDP session, but what I want to do is to setup a few VM's and test/separate out various devices.
    I wanted one VM that just did TV recordings for when I'm out, another that handled the security cameras I plan on installing, be they web cams or IP cameras.
    Yet another VM that had the only connection to the printer/scanner that was connected to the cloud.
    Realistically, I wanted to have various VM's that handled other devices as well as usb drives, but this seems to fail, just because I cannot add a device permanently.
    This in some ways seems to be a security risk, the VM cannot get access to potential virus's on a usb device but the server can !!
    The point of VM's for me is I can install all devices on separate VM's as required, back up these VM's frequently. If and only if the server dies and I loose the drive, I would only have to re-install the server and then attach back the VM's backup.
    Maybe I'm missing the point of usb not being able to attach permanently?
    Thanks for any solution
    Mike
    Use Tape Redirector a free product from my company. It does add iSCSI to any storage device (including USB) and you'd be able to use it over iSCSI from any physical or virtual machine from any place inside your network. See:
    http://www.starwindsoftware.com/download-starwind-tape-redirector
    Hope this helped :)
    StarWind iSCSI SAN & NAS

  • [solved] Automount USB disk on startup?

    Hi!
    I've got an external USB disk that's always connected to my computer (it sits in a "slot" in my computer) and I'm having trouble getting it to automount upon startup. I use openbox as WM and pcmanfm as FM. To mount it I have to access the disk through pcmanfm and then it gets mounted perfectly. Since I've set up my computer as a freevo media center it's kinda annoying that the disk doesn't get automounted and I have to drag my a** out of the couch to mount it.
    My fstab looks like this:
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    none /dev/pts devpts defaults 0 0
    none /dev/shm tmpfs defaults 0 0
    /dev/cdrom /mnt/cdrom iso9660 ro,user,noauto,unhide 0 0
    /dev/dvd /mnt/dvd udf ro,user,noauto,unhide 0 0
    /dev/sda1 /boot ext2 defaults 0 1
    /dev/sda2 / ext3 defaults 0 1
    /dev/sda3 /var reiserfs defaults 0 1
    /dev/sda4 /home ext3 defaults 0 1
    /dev/sdb1 /extra ext3 defaults 0 1
    I tried to add:
    /dev/sdc1 /media/disk ext3 defaults 0 1
    but get a error message during boot that filesystem can't be checked and the entire boot process halts. So I canged it to:
    /dev/sdc1 /media/disk ext3 defaults 0 2
    but then the disk didn't get mounted.
    How can I get this to work?
    Last edited by Perre (2008-05-11 12:08:25)

    sudo mount /dev/sdc1 /media/disk ext3 defaults 0 0 in rc.local gives this:
    Usage: mount -V : print version
    mount -h : print this help
    mount : list mounted filesystems
    mount -l : idem, including volume labels
    So far the informational part. Next the mounting.
    The command is `mount [-t fstype] something somewhere'.
    Details found in /etc/fstab may be omitted.
    mount -a [-t|-O] ... : mount all stuff from /etc/fstab
    mount device : mount device at the known place
    mount directory : mount known device here
    mount -t type dev dir : ordinary mount command
    Note that one does not really mount a device, one mounts
    a filesystem (of the given type) found on the device.
    One can also mount an already visible directory tree elsewhere:
    mount --bind olddir newdir
    or move a subtree:
    mount --move olddir newdir
    One can change the type of mount containing the directory dir:
    mount --make-shared dir
    mount --make-slave dir
    mount --make-private dir
    mount --make-unbindable dir
    One can change the type of all the mounts in a mount subtree
    containing the directory dir:
    mount --make-rshared dir
    mount --make-rslave dir
    mount --make-rprivate dir
    mount --make-runbindable dir
    A device can be given by name, say /dev/hda1 or /dev/cdrom,
    or by label, using -L label or by uuid, using -U uuid .
    Other options: [-nfFrsvw] [-o options] [-p passwdfd].
    For many more details, say man 8 mount .

  • How do I create a disk image for windows 7, using a windows computer for USB bootcamp for mac?

    Hi There, I have just bought a new 2013 iMac.
    Spec: 3.4 GHz intel core i5, 16GB 1600 MHz DDR3 Memory , NVIDIA GeForce GTX 775M 2048 MB Graphics with OS X 10.9.4.
    How can I create a 'disk image' from a windows 7 professional 64bit installation DVD using a windows laptop with windows 7 Operating system on? I want to transfer this 'disk image' (ISO?) to a USB ready for installing windows onto my 2013 iMac using bootcamp?  I want to use bootcamp from a USB as I have no disk drive for the installation DVD on my iMac. I hope all this is clear.
    Thank you. Joe

    Yes, that's correct, at least not directly. You can create a blank disk image, copy the file to the mounted disk image, then burn the image to a CD/DVD.
    Open Disk Utility and select Blank Disk Image from the New menu. Provide a name, Save location, and select the image size from the drop down menu. Leave Encryptions at None and Format as read/write. Click on the Create button.
    After the image file appears the "removable" disk should be automatically mounted. If not double-click on it to mount it. A "removable" disk icon will appear. Drag the file you want to place on the disk image to the "removable" disk icon. The eject the "removable" disk icon. Now select the disk image file in the DU left side list and click on the Burn icon in the DU toolbar. Be sure to have a blank disc ready.
    The above is actually the "long" way to do this. A much easier way is to simply insert a blank CD or DVD into the optical drive. The Finder will pop up a dialog asking what to do. Select the option to mount on the Desktop. You will now see a disc icon on the Desktop. Drag the file you want to burn to the CD/DVD, right-click or CTRL-click on the disc icon and select Burn from the contextual menu.
    Why reward points?(Quoted from Discussions Terms of Use.)
    The reward system helps to increase community participation. When a community member gives you (or another member) a reward for providing helpful advice or a solution to their question, your accumulated points will increase your status level within the community.
    Members may reward you with 5 points if they deem that your reply is helpful and 10 points if you post a solution to their issue. Likewise, when you mark a reply as Helpful or Solved in your own created topic, you will be awarding the respondent with the same point values.

  • How to control a NI USB 6210 from a Lab View program?

    Hi,
    I started today with Lab View with some earlier experience long ago.
    While it took me only about half an hour to get my first program running (great), installation time nor included (of course), I meanwhile read documents for some hours and cannot find out how to control measurement hardware in Lab View.
    I want to use a USB 6210 to set a 1-bit digital port. But at the moment there is no USB6210 available so I wanted to write (or do you say draw ?) the program without it and if possible simulate the hardware.
    I drew DAQ Assistant into my block diagram and selected digital line output but get "No supported devices found". I don't know if the appropriate driver was installed during Lab View installation.
    Also I don't understand the mechanism between DAQmx, tasks and the real hardware. Now I have a "Digital Bool 1Line 1Point" Control in my block diagram. How do signals get from program flow to hardware pin? How can I create a simulation for not connected hardware?
    Any help is greatly welcome
    Thanks a lot
    Martin

    Okay here is some more tutorials if you get some free time, specifically the hardware stuff will be relavent.
    NI Learning Center
    NI Getting Started
    -Hardware Basics
    -LabVEW Basics
    -DAQ Application Tutorials
    3 Hour LabVIEW Introduction
    6 Hour LabVIEW Introduction
    Self Paced training for students
    Self Paced training beginner to advanced, SSP Required
    LabVIEW Wiki on Training
    Launch MAX, it was known as Measurement and Automation Explorer, there should be a shortcut in your start menu / desktop.  Under devices and interfaces you can find your hardware and open test panels to control it.  This is the first place to ensure your hardware is working.  If the device isn't seen you'll need to install the drivers and DAQmx software.  If it is there, great.
    Now launch LabVIEW.  The easiest way to control hardware is using the DAQ Assistant.  It has many limitations and isn't recommended for large applications.  But for something quick and dirty it works fine.  You'll find it under the Measurement I/O >> NI DAQmx palette on the block diagram.  If it isn't there you may need to reinstall the DAQmx drivers.  This can happen if you installed DAQmx before LabVIEW.
    Also you'll find under Help >> Find Examples on the toolbar, many examples on controlling hardware.  Feel free to post some code if  you are having problems.
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

  • How to install Solaris 9 8/20 x86 on an Ext. USB Disk

    I am fairly new to Solaris. Does anyone know know to do an install to a completely separate ext. USB hard disk?
    I think that it can be done since I can get through the initial installation CD with the partitions, slices, and MBR being created and the files copied over. However, when it comes time to reboot and continue, the CDA starts up from USB disk and lists 2 devices to boot -- CD & DISK. This is the problem, it keeps trying to load up from the IDE-PCI controller instead of the USB Disk. It has no problems loading from or booting up the CD.
    BTW, this is running on a Dell Inspiron 5100 with the primary disk holding Windows XP. There is no extra room left on it. That's why I'm using the ext. usb disk.

    Hm. I have a question. I'm using a Dell Inspiron 8600 and tried to install to my ext. USB drive for the same reason. Unfortunately, I couldn't even get as far as you. I got to the step where I choose the destination drive and my external was not listed. Do you know why that would be or how I would be able to install to my external drive?

  • How do I grow an HFS partition on an external USB disk?

    I have a USB disk, MBR partitioned, with one ext4 and one HFS+ partition. There is 250GB of unpartitioned space following the HFS+ partition, into which I'd like to grow for Time Machine use.
    bash-3.2# diskutil list
    -snip-
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:     FDisk_partition_scheme                        *1.0 TB     disk1
       1:                      Linux Backup                  549.1 GB   disk1s1
       2:                  Apple_HFS Mackup                  233.1 GB   disk1s2
    -snip-
    diskutil refuses to touch the partition, probably because it's MBR ("FDisk") partitioned:
    bash-3.2# diskutil resizeVolume disk1s2 limits
    Error obtaining resizing information (is this a Mac OS 9 compatible "wrapped" HFS volume?)
    How am I going to fix this? Assuming I am unable to copy the contents of my HFS partition to another temporary place.
    Thanks

    I replaced my MBR with a GPT partition table using gdisk on Linux.
    Now diskutil correctly identifies it as GPT:
    /dev/disk2
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *1.0 TB     disk2
       1:       Microsoft Basic Data Backup                  549.1 GB   disk2s1
       2:                  Apple_HFS Mackup                  233.1 GB   disk2s2
    however it still refuses to touch it
    bash-3.2# diskutil resizeVolume disk2s2 limits
    Error obtaining resizing information (is this a Mac OS 9 compatible "wrapped" HFS volume?)

  • How to make a USB bootable disk to boot up my macbook pro.

    Macbook Pro has just fallen and HDD will not boot up.
    Start up screen keep bringing up a folder with a question mark in it, and the hard drive keeps making a noise that doesnt sound good.
    Need to know how to make a USB bootable disk in order to boot up my macbook and install my new SSD.
    Or any other information that could help me.
    I was running OS X Yosemite, so would prefer to have this reinstalled onto the boot up disk.
    PLEASE HELP !!!!

    Install or Reinstall Lion from Scratch
    If possible backup your files to an external drive or second internal drive.
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Erase the hard drive:
    Select Disk Utility from the main menu and click on the Continue button.
    After DU loads select your startup volume (usually Macintosh HD) from the left side list. Click on the Erase tab in the DU main window.
    Set the format type to Mac OS Extended (Journaled.) Click on the Erase button and wait until the process has completed.
    Quit DU and return to the main menu.
    Reinstall Lion: Select Reinstall Lion and click on the Install button.

  • How to control parallel pins I/O thru USB converter

    Few years back I developed a 5.1 Labview program and a 3 axis stepper motor control system. It used the parallel port on the PC for communications. The last several laptop PCs I purchased have no parallel ports, at all. So I bought some Manhattan (336581) USB to parallel convert cables. I'm attempting to use NI-VISA 3.0 to control the USB converter therefore a parallel port. I'm having some trouble finding the correct VendorID, ProductId, ManufactName, and Model Name. I did manage to create a .inf and then .pnf files from info I received but Measurement&Automation Explorer doesn't find any Usb devices, much less the one I should have created. Once I do find the device, how do I control the IEEE-1284 pins at the 25 sub-d connector? I have the block diagram of USBTMC.vi but I'm confused as how to use output and input similar to the way I used to use "outport" and "inport"in 5.1 etc. Any suggestions how to control parallel I/O using a USB to Parallel converter. Thanks Robert

    hi steve, i also facing the problem when using the USB to parallel port  to control output. before this i direct use the parallel port (PC) to control, now im adding a usb to parallel port to control the output (LAPTOP). it is using the device that u recommeded can solve the problem ? what is the function node that used in labview ? thanks. sheng
    Attachments:
    usb to parellel port led testing.jpg ‏1619 KB

  • Newb question:  How do I access the files on my usb disk?

    I'm new to Mac, and have my airport extreme set up with my usb disk conntected, and set for file sharing. But how to I access the files that I already had backed up to my disk? Like pictures and videos and stuff that I want to use on my new Mac. I know it has to be something simple I'm just not doing, but I can't for the life of me figure it out.

    StacyW wrote:
    how to I access the files that I already had backed up to my disk?
    in finder, click on the icon of the airdisk under the shared header, wait for the connection to be established (you may need to enter your admin password), then click on the folder representing the external drive connected to your extreme.
    that should cause the drive to mount on your desktop after which you can access the files on the drive.
    JGG

  • How to eject a usb connected disk from a time capsule device

    hello,
    i am currently using Time Capsule to backup several mac computers on a network. i would like to use the Archive utility to clone a copy of the Time Machine backup to an external usb device. i plan to purchase two external usb disks for this purpose, and swap them on occasion. how do i safely eject the external usb disk when i want to swap these drives? i don't see a way to do this in the Time Capsule documentation, but perhaps i am missing it. thanks.

    That is because you installed a later version.. without realising that later versions removed all the useful tools.. but look much prettier..
    Don't you want pretty.. if you want useful.. try this.
    How to load 5.6 into Lion or ML.
    1. Download 5.6 for Lion.
    http://support.apple.com/kb/DL1482
    Install directly into Lion you are done.
    For ML, click to open the dmg but do not attempt to install the pkg.. it won't work anyway.
    2. Download and install unpkg.
    http://www.timdoug.com/unpkg/
    Run unpkg on the desktop.. it is very simple.. drag the AirPortUtility56.pkg file over to unpkg.. and it will create a new directory of the same name on the desktop.. drill down.. applications utilities .. there lo and behold is Airport utility 5.6 .. drag it to your main utilities directory or just run it from current location.
    You cannot uninstall 6.1 (now 6.2 if you updated) so don't try.. and you cannot or should not run them both at the same time.. so just ignore the toyland version.. the plastic hammer.. and start using 5.6.. a real tool.
    For screen shots see this post.
    https://discussions.apple.com/thread/4668746?tstart=0

  • Extreme USB disk is not shown in airport utility, disk/partitions. USB disk woks on PC (NTFS). How to get it to work in Airport Extreme USB port?

    USB disk is woking on PC (NTFS). How can I get it to work with Airport Extreme?

    Hi,
    I have a Minimac 2.4 GHz Intel Core 2 Duo with OS X 10.8.4.
    Using an Apple Time Capsule for backup.
    In disc time capsule stored other files I mada a bit of time I can not find them, what can I do?

  • How do I move old Time Machine backups to new USB disk

    Hi,
    I purchased a new 1TB USB disk and want to keep my historic backups. I remember trying this a while ago when I moved disks and ended up giving up. Anyone care to tell me the steps I need to step on ?
    cheers
    Adam

    See #18 in the Frequently Asked Questions *User Tip* at the top of this forum.

  • How can I install Solaris 9 8/20 x86 on an Ext. USB Disk?

    I am fairly new to Solaris. Does anyone know know to do an install to a completely separate ext. USB hard disk?
    I think that it can be done since I can get through the initial installation CD with the partitions, slices, and MBR being created and the files copied over. However, when it comes time to reboot and continue, the CDA starts up from USB disk and lists 2 devices to boot -- CD & DISK. This is the problem, it keeps trying to load up from the IDE-PCI controller instead of the USB Disk. It has no problems loading from or booting up the CD.
    BTW, this is running on a Dell Inspiron 5100 with the primary disk holding Windows XP. There is no extra room left on it. That's why I'm using the ext. usb disk.

    See your post at http://forum.sun.com/thread.jsp?forum=6&thread=15932&tstart=0&trange=15

Maybe you are looking for

  • CS3 with Codec MainConcept DVCPro HD CODEC v7 7 0 23862 rar - can't import AVCHD (m2ts files)

    Hi, I have a Panasonic hdc-sd9 and just looking for a programm with which I can import the AVCHD (m2ts files). I saw here( http://www.videoaktiv.de/200805171688/News/Camcorder/Panasonic-Broadcast-AVCHD-goes-profes sional.html ) that Adobe Premiere Pr

  • ORACLE instance terminated. Disconnection forced

    Hi, When I am trying to login , it is throwing "ORACLE instance terminated. Disconnection forced" Below is the message logged in ALERT Log Completed: ALTER ROLLBACK SEGMENT RBSL1 OFFLINE Sun Jun 23 00:42:35 2013 Errors in file D:\HA_salesupp\Dump_fil

  • Listing Issues in IS-Retail

    Hi All, We are facing some problem with listing of articles in IS-Retail system implementation. The issue is ... We have some articles which are in Development Status but we are able to do the listing for this Articles which we don't want to list. i

  • Problem using 7.01 updater

    When I try up update dreamweaver mx 2004 with the 7.01 updater, I get an error message stating: "This folder does not contain Dreamweaver MX 2004. Yet the folder does contain it and it runs from there. Any suggestions?

  • Adding secondary IP address

    When adding a secondary IP addess to the public side of the BM 3.7 server do we need to specify the mask or can we just do a add secondary ipaddress 111.111.111.111