HAL, PolicyKit and writing to ntfs (internal) volumes

Hello,
   I have problems writing to internal (ie fixed) ntfs partitions, but I can write to external ones, since the hal update. I've been trying to follow the wiki and posts such as this one, and I've got external (usb) ntfs drives working fine.
   The strangest thing is that altough I can't create a new folder or file within the internal ntfs partitions, I can at least delete some files and folders.
   No matter what I do, mount has never reported the internal ntfs partitions as mounted with type 'fuseblk', they are always mounted as 'ntfs' (not 'ntfs-3g'...)
   My current 20-ntfs-config-write-policy.fdi:
<?xml version="1.0" encoding="UTF-8"?>
<deviceinfo version="0.2">
<device>
<match key="volume.fstype" string="ntfs">
<merge key="volume.fstype" type="string">ntfs-3g</merge>
<merge key="volume.policy.mount_filesystem" type="string">ntfs-3g</merge>
<append key="volume.mount.valid_options" type="strlist">uid=</append>
<append key="volume.mount.valid_options" type="strlist">gid=</append>
<append key="volume.mount.valid_options" type="strlist">umask=</append>
<append key="volume.mount.valid_options" type="strlist">dmask=</append>
<append key="volume.mount.valid_options" type="strlist">fmask=</append>
<append key="volume.mount.valid_options" type="strlist">locale=</append>
<append key="volume.mount.valid_options" type="strlist">utf8</append>
</match>
</match>
</device>
</deviceinfo>
and my PolicyKit.conf:
<?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->
<!DOCTYPE pkconfig PUBLIC "-//freedesktop//DTD PolicyKit Configuration 1.0//EN"
"http://hal.freedesktop.org/releases/PolicyKit/1.0/config.dtd">
<!-- See the manual page PolicyKit.conf(5) for file format -->
<config version="0.1">
<match user="fede">
<match action="org.freedesktop.hal.storage.*">
<return result="yes"/>
</match>
<match action="hal-storage-mount-fixed-extra-options"> <!-- for internal devices mounted with extra options like a wished mount point -->
<return result="yes" />
</match>
<match action="hal-storage-mount-removable-extra-options"> <!-- for external devices mounted with extra options like a wished mount point -->
<return result="yes" />
</match>
</match>
</config>
I've also tried many similar variations on these config files (starting with those listed in the post linked above & the wiki), to no avail.
Any help would be appreciated. Thanks!

Here's snippit of my policykit:
<config version="0.1">
<match action="org.freedesktop.hal.storage.mount-removable">
<return result="yes" />
</match>
<match action="org.freedesktop.hal.storage.eject-removable">
<return result="yes" />
</match>
<match action="org.freedesktop.hal.storage.mount-fixed">
<return result="yes"/>
</match>
<match action="hal-storage-mount-fixed-extra-options">
<return result="yes"/>
</match>
<match action="hal-storage-mount-removable-extra-options">
<return result="yes"/>
</match>
</config>
I did some fiddling with it, and until I had the above I couldn't mount my internal vfat or ntfs HDDs...the catch being with thie above fix, my Quickaccess widget on KDEmod is b0rked now....oh, well-win some loose some.

Similar Messages

  • TrueCrypt - Mounting and writing to a hidden volume in Leopard

    I realize the answer to this question may be pretty obvious to some, but I've read the TrueCrypt user manual, and I've searched these forums, TrueCrypt's forums, and google for the answer to my question but I still can't figure this out...
    I've created an encrypted file container with a hidden volume using the setup wizard. After completing the wizard, I can't figure out how to properly write data to the hidden volume. The TrueCrypt manual says,
    "When hidden volume protection is enabled, TrueCrypt does not actually mount the hidden volume. It only decrypts its header (in RAM) and retrieves information about the size of the hidden volume (from the decrypted header). Then, the outer volume is mounted and any attempt to save data to the area of the hidden volume will be rejected (until the outer volume is dismounted)."
    If TrueCrypt doesn't actually mount the hidden volume, and if and any attempt to save data to the area of the hidden volume will be rejected, then can someone please explain to me in layman's terms how the heck I am supposed to go about saving my sensitive files to the hidden volume?
    Thanks!
    http://www.truecrypt.org/

    No offense, but I could never get it to work reliably for me. I admit I have not used it for almost a
    year (since 10.5.x). It would work acceptably at times, but other times it would be slow as molasses
    (copying files) or Finder would be lock up. Sometimes when copying from NTFS volumes OS X would
    lock up tight and the only way out was to cut the power. I noticed the problems would surface
    mostly when some other Mac Fuse dependent programs were being run at the same time (such
    as Parallels Desktop).
    To be fair though, I suspect the Apple 10.5.x Hard disk driver (for my machine) as being partly to
    blame as most of the external disk mounting and lockup problems disappeared when I upgraded
    to Snow Leopard.
    I suspect Mac Fuse also. I have had various versions of Mac Fuse that didn't work well on my
    machine either. When I first put Snow Leopard on my machine I had to use Tomas Carnecky's
    compiled version of MacFuse 2.1.7. to get True Crypt working. Now they updated True Crypt and
    I have had to use the new Public 2.1.5 Beta version of Mac Fuse to get the updated True Crypt
    working.
    Being a software developer I am sure you are aware of the endless problems various hardware
    combinations and configurations can dish out. No offense, but I had to switch to Paragon NTFS
    to be able to get a solution that worked reliably on my machine.
    Some folks use your NTFS-3G product without any problems whatsoever, but like I said,
    different hardware combos yield different results.
    I have not tried Tuxera, actually I had not even heard of it until a couple of days ago.
    The name is cute, how (if you don't mind telling) or who, came up with the label?
    Linus Torvolds and that familiar Penguin comes to mind when I here the name.
    It's not because NTFS-3G is free, that I don't use it.
    I am a die hard "free" fan, I love "free", as in free lunch, free software, free money and of course
    free BEER!
    Kj ♘

  • Mounting of removable media: Hal - PolicyKit - Conselekit

    I've struggled a bit myself since the latest upgrade of hal. I've spent a lot of time reading testing, reading again, testing again, and even if I have a auto mounting working at the moment I'm just as confused as when I begin. Personally I'm not upset or disappointed, so that's not why I write.
    A developer uttered in one thread about the issue that he wished we started to think and get consolekit to work. Fine but were do we find a starting point to read up and understand? What I've tested and compared to the information I managed to collect:
    - GDM or KDM now takes care of these matters and hence no need for any extra configuration
    - PolicyKit is deprecated (?) so despite the Wiki and forum having some info about it we should look elsewhere
    - If using SLiM or any other none GDM or KDM solution we should look for ck-launch-session to activate Consolekit (it didn't work for me but some imply that it does... or is this a missunderstanding?)
    - The only way without I got it to work together with SLiM was to add group "power" and "storage" to /etc/dbus-1/system.d/hal.conf, but the statements by the developer I mentioned above gives me the impression that this is also the wrong way
    These changes might seem banal for some but to me it looks like pretty big changes. Two questions:
    - Will there be any clarifying announcement and how do we find documentation?
    - How can we help to give the correct answers and not spreading home brewed fixes?

    There's already a thread about this: http://bbs.archlinux.org/viewtopic.php?id=84635
    Regarding your points, here is my understanding:
    - GDM and KDM "take care of things" insofar as they invoke a consolekit session automatically. Slim doesn't, neither does startx, so then you need to do it yourself by adding ck-launch-session
    - If you are in a consolekit session, you should have an entry in /var/run/console, and the at_console policy rules in hal.conf apply.
    - These rules are quite permissive: for example, they allow you to reboot and to mount fixed internal drives.
    You shouldn't need to add power and storage rules to hal.conf unless you have modified the default access control files. What exactly is not working without these rules?

  • Audio Filter missing:  Internal Volume Stereo - corrupt project?

    Hi,
    I am getting this error when I open my project. In addition, no media will play in the project either in the sequence window or the source window.
    It all appears and will scrub (with no audio), but will not play.
    I dug around a bit and I found that there is a known bug with audio from XML's and that is what I am using (convinced my client to migrate from FCP to Premiere - please don't tell me I made a mistake).
    Everything worked brilliantly for a week, including the addition of audio filters, and then all of a sudden - bang. No more.
    I have painstakingly deleted every audio filter and I am still getting this error. I have also tried a re-install.
    Another oddity is that when I try to quit Premiere, it will not quit all the way without a force quit!
    I'm running CC 2014 on a brand new mac pro.
    Desperate,
    dw

    Steve and Bill,
    I follow your advice, but it did not solve the problem. It is true  that  problems began when I used ZOOM recorder at 98kHz/24 bit in my current project (I already changed ZOOM mode to 48kHz/16 bit), but could this be just a coincidence?
    In the meantime I checked the rest of my 16 projects (.prel), which were fine before. To my surprise I found that although all of them were made using EXACTLY the same method, some of them are still OK, but most I can not Playback. The messages appearing are of three types:
    1. "Audio Filter missing: Internal Balance".
    2. "Audio Filter missing: Internal Volume Stereo".
    3. "This type of file is not supported or required codec is not installed".
    In one case, when I opened a project the first time, the message was "This type of file is not supported or required codec is not installed", but when I opened it second time it said " Audio Filter missing:Internal Volume Stereo". It seems to be random.
    Some projects can be opened, but when I try to Playback  there is no sound.
    I am completly lost. Please help.
    Andrew

  • Updated to yosemite on macbook pro 13" and now I have no volume control.

    I just recently updated to the newest OS and now I have no volume control. On the volume control icon it is empty and in the preferences it states, "internal speakers" has no internal control. Bluetooth is off and I have no ear pods connected. I hit the volume up or down key and all I get is the speaker icon with a circle and hash thru it under the icon. Is there somethin

    Hello PaulH.Reed,
    After reviewing your post, I have located an article that can help with audio issues. It contains a number of troubleshooting steps and helpful advice for the issue you are experiencing:
    If you hear no sound or distorted sound from your iPhone, iPad, or iPod touch speaker
    Follow these steps and test the sound after each one.
    Go to Settings > Sounds and drag the Ringer And Alerts slider to turn the volume up.
    If you can hear sound from the speaker, then the speaker works. Continue with these steps to find the setting or switch that's affecting the sound. If you can't hear sound from the speaker, contact Apple Support.
    Make sure the Ring/Silent switch is set to ring. If you can see orange, it's set to silent.
    Restart your device.
    Open an app that has music or sound effects. Adjust the volume with the volume buttons or the slider in Control Center.
    Go to Settings > Bluetooth and turn off Bluetooth.
    If there's still no sound, connect a headset. If you can hear sound through the headset, remove it and clear any dust or debris from the headset jack of your device.
    If the device is in a case, make sure that the case doesn't block the speaker.
    Use a brush to gently clear any debris from the speaker and Lightning connector (or 30-pin dock connector). The brush should be clean and dry and have soft bristles.
    Update your device to the latest version of iOS.
    If you followed these steps and still hear no sound or distorted sound, contact Apple Support.
    Thank you for contributing to Apple Support Communities.
    Cheers,
    BobbyD

  • I have just used air display with macbook pro. i have disconnected now from apple tv. but my laptop screen is still very small like its connected to the tv. this means all the tabs and writing is very small, how do i full disconnect my laptop?

    i have just used air display with macbook pro. i have disconnected now from apple tv. but my laptop screen is still very small like its connected to the tv. this means all the tabs and writing is very small. like the display down the bottom where al the applications are, is n the middle of the page and not spread down the bottom. this is seriously annoying! all the writing is every small and the tabs are small and its hard to read.  the air display link has disappeared from my computer. but the laptop screen is still very small. i want to know how do i get rid of this and return my macbook screen to its normal size. thank you

    Hello chrispyw,
    If your content is still being displayed incorrectly, I would check the resolution setting for the built in display with this article:
    OS X Yosemite: Adjust your display’s resolution
    If it keeps happening whenever you use AirPlay then I would use this section of the following article to reset the display system:
    Apple computers: Troubleshooting issues with video on internal or external displays
    Reset the system
    You can reset the Mac's parameter RAM and SMC.Reset the resolution
    Start by resetting the Mac's parameter RAM. If the display does not come up, was previously set to an unsupported resolution, and still results in no video:
    Start up in Safe Mode.
    From the Apple () menu, choose System Preferences.
    Choose Displays from the View menu to open the preferences pane.
    Select any resolution and refresh rate that your display supports.
    Restart your computer.
    Thank you for using Apple Support Communities.
    Regards,
    Sterling

  • Why is my iPad 2 volume going in and out? Sometimes it says sound effects and the squares on the volume aren't coming up. I've tried everything.

    Why isn't my IPad 2 volume going In and out? Sometimes the volume squares won't come up and when I have headphones in it doesn't work the volume will work for 1 second amd then boom it's gone again! I've tried updating, restarting, and the mute bottom isn't on I've tried everything, but nothing is working. Can someone please help thank you.

    I have the same issue that the international keyboard (globe icon) is not accessible once I updated to ios 7.  I am attempting the restore from iTunes, but receive:
    "Find My iPhone must be turned off before “xxxxx iPhone 4S” can be restored." 
    Of course, I am unable to access this setting on the iPhone.  From my Mac I entered iCloud and tried changing setttings and erasing the phone from the Find My iPhone there, but it did not turn the feature off on the phone.
    Any suggestions? 

  • When I plug my headphones into my Ipod touch and listen to music, the volume automatically reduces slowly so I cant hear anything.

    When i plug my headphones into my Ipod touch and listen to music, the volume automatically reduces slowly so I can't hear anything. Please help.

    Thank you. That is good information.
    Does this mean that there is nothing I can do about the delay? When I think of a delay, I think of maybe 10 seconds. I am having to wait for a minute or more for my audio to switch. While I wait, I have no audio and any audio program hangs. Is there a setting I can change? It seems rather ridiculous that I have to wait so long just to switch from internal speakers to headphones.
    It is like this on other Mac machines? Or it is just my iMac? I hate to compare Mac to Windows, but on Windows or Linux computers the switch is instantaneous.

  • Error when writing to the Internal Buffer-runtime error during querydisplay

    Hi
              I am working in BW 3.5. I am trying to run a query in BEx Analyzer but I am getting the following Error
    Error when writing in the Internal Buffer see OSS note 156957
    I tried for the note but I am not getting relevant information.
    Please let me know what to do.
    Thanks,
    Padma

    Hi,
    please apply the note 1614788. After note implementation, you need to set parameter RSR_HIER_THRESHOLD_EXPORTDB in table RSADMIN via report SAP_RSADMIN_MAINTAIN in transaction SE38.
    If you set this parameter to value 50.000 for example, all hierarchies with more than 50.000 nodes will be buffered in the database instead of using the export/import buffer.
    To find out the current size of a hierarchy, goto the hierarchy maintenance in transaction RSH1 and copy the hierarchie ID from the header data. With this key you can goto transaction SE16 and select table RSRHIEDIR_OLAP (Field HIEID is the hierarchy ID).
    It should resolved your issue.
    Thanks,
    Venkat

  • Audio Filter missing:  Internal Volume Mono

    All of a sudden this error message started popping up
    Audio Filter missing:  4:1635083896 1278365011 1802721110  Audio Filter missing:  Internal Volume Mono
    Also now my timeline is not working, some tracks are missing volume envelopes and when I scroll up and down it's all messed up and I can't do anything.
    What's happening?
    I tried re-installing the latest update CC 2014.1 but no go...
    Help!!

    OH man, Im also having loads of other audio issues with this update. Clicks, pops, audio often mutes on it's own. No audio comes through and there's screeching huge noise...ng
    Really disappointed with this! Im paying good money for the CC and today alone Ive spent 4 hours trying to figure out these massive issues.
    Im using multiband compressor and EQ and the instant I add those to the timeline the troubles begin.

  • Audio Filter missing:Internal volume stereo

    I am unable to back play a Pre project I am working on in the moment. When I open it, there is a message as in the subject of this post (Audio Filter missing: Internal volume stereo). Can someone help please.
    Andrew

    Steve and Bill,
    I follow your advice, but it did not solve the problem. It is true  that  problems began when I used ZOOM recorder at 98kHz/24 bit in my current project (I already changed ZOOM mode to 48kHz/16 bit), but could this be just a coincidence?
    In the meantime I checked the rest of my 16 projects (.prel), which were fine before. To my surprise I found that although all of them were made using EXACTLY the same method, some of them are still OK, but most I can not Playback. The messages appearing are of three types:
    1. "Audio Filter missing: Internal Balance".
    2. "Audio Filter missing: Internal Volume Stereo".
    3. "This type of file is not supported or required codec is not installed".
    In one case, when I opened a project the first time, the message was "This type of file is not supported or required codec is not installed", but when I opened it second time it said " Audio Filter missing:Internal Volume Stereo". It seems to be random.
    Some projects can be opened, but when I try to Playback  there is no sound.
    I am completly lost. Please help.
    Andrew

  • Switcher - Reading and Writing External IEEE HDD's

    Greetings,
    i'm trying to read and write with my external ieee drive on windows and the mac pro. it's format is ntfs, and is read only on the mac pro.
    i am admin and can't seem to change the permissions to read / write.
    the over all idea is i need to go back and forth between operating systems reading and writing from both sides of the house.
    here's a snapshot.
    http://briankross.com/images/500GBIEEEHDD.jpg
    Mac Pro   Mac OS X (10.4.8)  

    Unfortunately, no. In order to convert the drive to FAT32 it must be re-partitioned which is a destructive process.
    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.

  • Internal volume not showing up as an option for sound

    About two months ago I downloaded OS X Yosemite and everythign was working great until a week ago. The volume on my macbook pro retina would be on permant mute and I wouldnt have the option to turn back on the sound. I looked around and found out how to reset my PRAM, i did this once and it worked find. Now it is happening again and when I reset the PRAM it does nothign to help with the volume. Any other suggestions?

    You haven't mention this. So I assume you have gone into System Preferences>Sound and made sure that Internal Speakers are selected and the Mute Checkbox is unchecked? Just selecting Internal Speakers in the first tab "Sound Effect" is not enough. You should set Internal Speakers under the "Output" tab and Internal Microphone under "Input" tab. When plugging into external speakers, this will change automatically to External Speakers. Sometimes you may have to reset these tabs back to Internal, manually. Hope I helped if you have not already done this.

  • I left my headphones into my new macbook pro and now there is no volume through headphones or without. I have tried to reset the audio port and it is not on mute. Any ideas?

    I left my headphones into my new macbook pro and now there is no volume through headphones or without. I have tried to reset the audio port and it is not on mute. Any ideas?

    Go step by step and test.
    1. System Preference > Sound > Output > Internal Speakers
        Highlight  Internal Speakers / Headphones
        Make sure that Mute is not enabled.
    2.Plug in and  remove the headphone.
        If you see red light in the headphone port, plug the headphone
        in and out of the port 5 or 6 times to flip the microswitch inside.
        Sound output may be stuck in the digital mode.
    3. Reset PRAM.  http://support.apple.com/kb/PH4405
    4. Reset SMC.     http://support.apple.com/kb/HT3964
        Choose the method for:
        "Resetting SMC on portables with a battery you should not remove on your own".
    5. Applications > Utilities > Audio MIDI Setup
        Audio Devices window
        Side Bar
        Click the Built-in Output.
        Under Mute any of the boxes checked? If so, uncheck it.

  • Disk GUID shown at the Failover Cluster Manager instead of the NTFS Mount Volume Name

    Dear Team
    I have built windows 2012 R2 fail over cluster. The sql server 2012 has been installed in cluster mode. When we add share disk for database it showing like General DBs\\?\Volume{665480bd-12d9-11dd-92ea-001cc442e304}\
    Can you Please explain why it is showing in GUID like this. While in 2008 it is showing as
    O:\Miscellaneous\General DBs .
    Also is it normal to have storage configuration in GUID in win2k12 R2 faliover
    cluster.
    We need to have this NTFS mount volume name in our win2012 server. Pl reply
    Thanks

    No problem it happens if you have drive letter conflict too at times.
    So you can even change drive letter now also, but that must be available by that time.
    However you should follow below method:
    1. Disks initialization, formatting, drive letter assignation and grouping for SQL Cluster should be planned and worked out first before sql server installation and testing failover nicely.
    2. Once you are sure that drive letters are proper and failing is happening fine then you can start installing SQL server.
    3. In future too if you assign existing drive letters of sql server to some other disk then same issues will happen.
    So please be careful on this for example if system database disk drivers get changed then what will happen, even sql server will not for you as drive letters will be missing as system  will get adjust with the drive letter without caring about that
    disk drive letter was carrying system db or just user db. 
    Santosh Singh

Maybe you are looking for

  • Logs files are not visible through AS Server Console.

    Hello, Server = Solaris 10 Oracle AS 10.1.3.4 (clustered) Logs are generated in "/apps/oracle/product/as1013/opmn/logs/EEW_DTP_EEW_DTP_1/EWII_DTP~EEW_DTP~EWII_DTP~1.log" but not visible in Oracle EM (AS console). Applications in Instance: AS1013.oxdo

  • Payment Details in TX01 Transaction:

    Hi Experts , I have entered currency and amount in Buy and Sell tab after entering into TX01 transaction. After entering i want to get the currency , House Bk, Acct Id in PAYMENT DETAILS Tab. But am not getting anything. All the fields are Blank. Any

  • Camera Reset Frame Count

    Hi All, new here. Been using LR 4 on MBP 09 for about a year now, Love it! I'm shooting with a Fuji X100 exclusively (my only camera =). I recently updated firmware on it, and its reset frame count (up to 9500 frames). This means that the same frame

  • CC sign in error

    When I want to sign in to desktop manager, it says I must sign in to continue, one I do so, the message pops up again, asking me to sign in. My apps also say I require a serial number for my trial has expired, but I purchased the CC. Help

  • Issues with Nested AM Transaction

    Hi All, I am using JDev  11.1.1.6 and WLS 10.3.6 I am developing an application that contains a number of AMs(Application Module) . Now I clubbed  all the AMs under a root AM.by modifying  the databindings.cpx and all the necessary pagedefs. Now I ne