Searching Removable Media

Hey everyone,
I seem to be having a problem searching removable media. I open an SD card from a camera that contains a top level folder called DCIM and numerous subfolders called 100Nikon, 101Nikon, and on down the line for like twenty folders. Inside are various jpegs and avi's.
I wanted to do a search for the AVI's so I could copy and watch them. I found that finder was unable to find them no matter what criteria I used. I then found it was unable to find either the DCIM or the various Nikon folders either. Finder has no problem finding any of those types of items in folders on my hard drive or on my firewire hard drive, but it refuses to find anything at all on the SD card. Is this normal behavior?

Problem (finally) found and fixed!
There is apparently an issue with the application of the group policies under User Configuration/Policies/Administrative Templates/System/Removable Storage Access on Windows 8.
These policies basically restrict access to removable storage like SD cards and USB sticks (i.e. policies enabled = access restricted).
If they are simply enabled or disabled once by a single group policy, there is no issue.
However, if they are e.g. enabled by an overall domain standards policy (i.e. access restricted) and then disabled by a separate corporate policy overrides policy (i.e. access unrestricted) for specific users - as good practices dictate -, there is an issue
on Windows 8 (not Windows 7 or Windows XP).
That means if one wishes to restrict removable storage access overall on Windows 8, but still allow it for specific users, one should not enable these policies overall (access restricted) and disable them for specific users (access unrestricted) - which requires
2 separate group policy objects -, but rather leave these policies disabled overall (access unrestricted) and only enable them for those users whose removable storage access should be restricted (access restricted), even if they are the rule and not the exception
- which only require 1 single group policy object, since these policies are already disabled (technically "not configured") by default.
Hope this makes sense and someone at Microsoft reads this!
Thank you everyone anyway!

Similar Messages

  • How to catalogue "old" removable media

    Hi, I shoot photos, download them from my SD memory into my hard disk, and import them using LR 1.3.
    Soon my hard disk gets full and so I can export them burning them onto dvds, retaining all related metadata.
    But, what if I want to import from optical media I burned 1 year ago? I have tens of dvd plenty of photos I wished to import in LR, so that in future I could find what I search for using LR good filters.
    I don't want to spend time telling LR where the orphan photos are, I simply want LR to answer me 'this photo was on a removable media named "PHOTOS_13".' when I search for a particular keyword.
    If I don't go wrong, simpler applications like ACDSee or ThumbsPlus allow this...
    Nino

    There isn't a way to do this yet in LR, but it sure has been discussed a lot in this forum. Do a forum search for "offline" to find some of what people have been asking for.

  • Windows 7 GPO - Disable All Removable Media then Re-enable, now CD/DVD drive is inaccessible

    Ok, this might be better placed in the Windows 7 forum, but we're having some issues with limiting access to removable media via GPO.
    We've set up a GPO for Computer Policy, Admin Templates, System, Removable Storage Access, All Removable Storage classes: Deny all access - Enabled
    After finding that this was a bit too restrictive we reset it back to Not Configured (and later Disabled to try and force it) but it seems to break our DVD drives on all Win7 x64 machines (the gpo is limited to apply only to these machines).  Instead
    of the usual icon in my computer it shows a description of the CD/DVD in the drive and the usual "unknown file type" icon.  if you take the cd out it shows the usual cd rom icon, but still gives "access denied"
    There is one workaround, and that is to set the GPO back to not configured and manually remove the CD/DVD device via device manager, restart, and allow windows to re-install the device drivers.
    This is 100% repeatable by applying the same local computer policy (All Removable Storage classes: Deny all access - Enabled" and restarting the machine. 
    Has anyone else run into this problem before?  And how can we fix it without having to go to every machine to remove the DVD drive from device manager? 
    Thanks,
    -Nick

    Hi,
    after looking on many pages for a solution i always found the same workarounds - but for me deleting the device is no option because you aren't allowed to delete devices without administrative rights. Also I can't expect that our users always have to reinstall
    the device.
    So i analyzed whats going on in the registry when the key "Deny_All" for blocking RemovableStorageAccess is set to 1 - with the running of gpupdate i realized that Windows is writing a registry key to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\IDE\Device\
    named "security". The problem is that windows doesn't delete this key after setting the key "Deny_All" back to 0. Only sometimes it will be deleted, for example when you apply the policy for blocking devices and reverse this setting immediatly without a restart
    of windows.
    I made a little script which I integrated in the user-gpo (as logon script) for granting access to the removable storage devices:
    '****SCRIPT START****
    ' this script searches for all "security"-keys under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\IDE\ and deletes them
    Option Explicit
    Const HKEY_LOCAL_MACHINE = &H80000002
    Dim oReg : Set oReg = GetObject("winmgmts:{impersonationLevel=impersonate}!\\.\root\default:StdRegProv")
    Dim oShell : Set oShell = CreateObject("WScript.Shell")
    Dim sPath, aSub, sKey, aSubToo, sKeyToo, dwValue
    ' Get all keys within sPath
    sPath = "SYSTEM\CurrentControlSet\Enum\IDE"
    oReg.EnumKey HKEY_LOCAL_MACHINE, sPath, aSub
    ' Loop through each key
    For Each sKey In aSub
        'Get all subkeys within the key 'sKey'
        oReg.EnumKey HKEY_LOCAL_MACHINE, sPath & "\" & sKey, aSubToo
        For Each sKeyToo In aSubToo
            oReg.deleteValue HKEY_LOCAL_MACHINE, sPath & "\" & sKey & "\" & sKeyToo , "Security"
            if Err.Number<>0 then
                Err.Clear
            end if
        Next
    Next
    '****SCRIPT END****
    The policy for giving access to removable storage looks like this now:
    - a logon script is executed which searches for all "security"-keys under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\IDE\ and deletes them
    - the setting "All Removable Storage classes: Deny all access" ist set to "Disabled"
    I hope this helps...
    Regards
    Swanson

  • [Forum FAQ] Removable media and external HDD

    Scenario
    There are two conceptions about which we would have confusion in some particular scenarios: removable media and external HDD. Here are two examples:
    If you need to make a USB storage device perform AutoRun, the device must not be marked as a removable media device and the device must contain an Autorun.inf file and a startup application.
    Answer File Search on removable read/write media.
    Definition and Research
    The definition of the removable media and external HDD is shown below:
    The removable media device setting is a flag contained within the SCSI Inquiry Data response to the SCSI Inquiry command. Bit 7 of byte 1 (indexed from 0) is the Removable Media Bit (RMB). An RMB set to zero indicates that the device is not a removable
    media device. An RMB of one indicates that the device is a removable media device. Drivers obtain this information by using the StorageDeviceProperty request.
    External HDDs typically connect via USB; variants using USB interface generally have slower data transfer rates when compared to internally mounted hard drives connected through SATA.
    That is, the removable media has a device property attach itself, from the results on Linux and Windows OS, we can see the difference between removable media and
    generic external disk:
    Here are the outputs of dmesg log on Linux OS:
    sd 10:0:0:0: [sdb] Attached SCSI disk                                      
    (generic external disk)
    sd 2:0:0:0:   [sdb] Attached SCSI removable disk
    (USB flash drive)
    Here is the output on Windows OS:
    We use following command to get the media type of physical drive:
    Get-WmiObject -Class Win32_DiskDrive | Format-Table Name,Model, MediaType
    Conclusion
    From the device’s property, we cannot say that external device is equal to removable media totally. Removable media is associated with the RMB flag, of course, RMB is embedded in device itself.
    Now, back to our common issue, when you supply an answer file on a USB external HDD, it would not recognize your device as a removable media, because the StorageDeviceProperty gets value 0 of RMB to indicate this is not a removable media. In this situation,
    supply an answer file on a USB flash drive (UFD) or floppy disk would fix this issue.
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Ive had it on my Ibook before and then moved it to the HDD because of Space Shortage, and then just added as ive aquired more music. Idon't Really Remeber but i think it worked before without any hiccups. oh well otherwise i can just delete those files because theyre only single files here and there. but its quite irritating because they don't seem to have any kind of corruption.

  • Installing: Locating the software to update - check removable media

    When updating our 10.4.6 Xserve to 10.4.7, Software Update seemed to hang indefinitely at about 85% complete with this message:
    "Installing: Locating the software to update..."
    SU would respond to nothing. Quit not available, et cetera. So, in desperation, I forced quit and hoped for the best. Machine restarted fine, but still at 10.4.6. So, ran Software Update again and began 10.4.7 install once more. Same error.
    I was just about to open a service call on this when I heard the familiar "whirr, whirr" of our CD/DVD jukebox off in the background.
    We have a PowerFile C200 with a recently installed beta driver (for Tiger). Well, it seems that Software Update wants to search all drives, including removable media, during the update process.
    This means that SU was mounting and searching each of the 200 CD's and DVD's we had online in the C200.
    I could force quit again, but have instead elected to allow things to follow their natural progression over time and see what the outcome is.
    Advice: BEFORE OS X updates via Software Update, disable removable media sources other than the system drive whenever possible.
    XServe G4 Mac OS X (10.4.7) with CD DVD Changer

    Hi All
    Same problem this morning but now resoloved.
    Update require using the following url  support.apple.com/kb/DL1437 update for lion 10.7.1
    updates now work with this update
    Hope this helps
    Thanks

  • Indexing removable media

    Is it possible to use Spotlight to index removable media (CD's, DVD's) in a way that will allow you to search their contents even if they aren't mounted? Back in the days of OS9 I used an app called 'Catlogue' to do this but it seems obvious that Spotlight would incorporate this type of functionality either by default or via a plugin? If not can anyone recommend another way of doing this?
      Mac OS X (10.4.3)  

    Hi, robotos.
    You may want to define your requirements more precisely. For example:
    1. Are you interested in simply being able to index the file names on the backup CDs/DVDs so you can find them by name?
    2. Or are you interested in performing content-based searches to find a given CD, e.g. find the files on CDs/DVDs that contain "apple."
    3. Both.
    You might want to look at digital media asset-management solutions, such as Extensis Portfolio, Canto Cumulus, or iView Media and iView Media Pro. I suspect Portfolio might be the way to go once they add their promised support for indexing MS Office documents.
    Until Spotlight, there was only one true, third-party solution for content-based text retrieval on Mac OS X besides the built-in content indexing and Find under Mac OS X, i.e. items 2 and 3 above: Virginia Systems Sonar and Sonar Professional.
    Another thing you may want to consider is the following: backup your work to both FireWire drives and CD/DVD. Use the former for fast access and search — via Spotlight — of recent projects, the latter for archiving projects. For advice on the backup and recovery solution I employ, see my "Backup and Recovery" FAQ.
    Note: When looking for new applications, I recommend searching MacUpdate or Version Tracker. The user-submitted reviews accompanying the listings are helpful in sorting the wheat from the chaff.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X
    Note: The information provided in the link(s) above is freely available. However, because I own The X Lab™, a commercial Web site to which some of these links point, the Apple Discussions Terms of Use require I include the following disclosure statement with this post:
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.

  • I am a new itunes user.  I have exsisting songs on my computer prior to instaling itunes.  When i installed Itunes it asked if i wanted it to search fro media and i had it import all my songs into itunes.  These songs will no longer play in media player.

    I am a new itunes user.  I have exsisting songs on my computer prior to instaling itunes.  When i installed Itunes it asked if i wanted it to search fro media and i had it import all my songs into itunes.  These songs will not play in the itunes player but continue to play in the windows media player.  They do seem to play in Itunes but there is no sound.  Any ideas?

    I am a new itunes user.  I have exsisting songs on my computer prior to instaling itunes.  When i installed Itunes it asked if i wanted it to search fro media and i had it import all my songs into itunes.  These songs will not play in the itunes player but continue to play in the windows media player.  They do seem to play in Itunes but there is no sound.  Any ideas?

  • Stability of Removable Media support in Linux?

    Hey all, I'd previously thought support for removable media in linux was very good, and everthing I've used has been detected and mounted correctly and such, however I have experienced some corruption on them, especially on my microSD, as I've recently lost a few photos.
    I'm wondering the current status of the support in linux, is it stable, are there any problems, or is it my configuration?
    I use Thunar+Hal to manage my removable media.
    Thanks

    I have found one "odd" issue with Linux: sometimes it delays writing to some external usb card readers.  It might be an issue with the reader but it seems absent in XP.  I have a kingston multi card reader.  I started using it to run my live Arch (Chakra-Live) because it was faster than an ide sd card adapter (odd); however, if I saved my overlay, the drive would show little activity while it was using squashfs on the overlay, and right at the end, the reader light would start flashing but the machine would shut down while the light was still going... and it always botched the save and lost data.  It only happened with the external reader; if the card was mounted on the internal reader on my eee-box, or in the ide adapter, it was fine.
    Do make sure you do unmount / safely remove the drive, and maybe wait a few seconds.  I know my sandisk micromate has no light, so there is no way of telling if has stopped or not.

  • How Can I Search for Media files by Length?

    I want know how can I search for media files (mov, mp4, flv and movie files in general) by their length?
    If this search function is confirmed as definitely not possible on the OS, I would appreciate someone recommending app that might be able to perform such a search?
    Many thanks

    No possible way. Because the files may be enoded with differing codecs, compression, etc., you can only sort by file size, not the 'length' of the movie files.
    Clinton

  • USB card reader working, but not showing up in removable media... why?

    For some reason lately, my USB mounts, but doesn't show up in the Finder left-hand area with the other removable media, such as DVDs. I have to access it via My Computer, where it does show up. And I have to eject it in Disk Utility.
    It does show up normally in iPhoto.
    Any idea why this might happen?
    Thanks,
    doug

    Welcome! ...I would try Apple's 'Troubleshooting Assistant' first : )
    http://www.apple.com/support/ipod/five_rs/

  • Removable media

    For some reason I cannot unmount removable media (in my case a USB flash drive) from Thunar using HAL. I believe it is saying that I do not have permission to unmount it. I've tried putting my user in the groups "hal" and "storage". I can't seem to find a solution.
    What's strange to me is the fact that it unmounts sometimes but other times not...
    Anyone got an idea?

    That sounds right! I feel so stupid, it's just when I seen the word "permission" in the error dialog I thought I didn't have sufficient privelages to unmount the media.
    Thanks.

  • Gnome: Add custom command to Removable Media application

    I'm trying to setup cvlc to run a DVD when inserted into the drive.  I created a cvlc.desktop so it is seen when I go to to the Removable Media menu but it doesn't work because a custom command is required.  How do I configure it so that one can be run?  The cvlc command to run a DVD is:
    cvlc dvd://
    Any ideas?

    Try modify /etc/PolicyKit/PolicyKit.conf as root:
    <match user="$USER">
    <match action="org.freedesktop.hal.storage.*">
    <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>
    </match>
    Change $USER for your username... then /etc/rc.d/hal restart as root

  • Saving Messages to removable media

    A user has messages that they would like to transfer to CD or USB Memory stick or some other form of removable media. I understand that the messages are wave files, but how do I get access to them so that I can copy over for them!?

    Hi Janis,
    I remembered seeing this thread some time ago. Maybe it will give you what you need. The answer is from Hin@Cisco Systems;
    http://forum.cisco.com/eforum/servlet/NetProf?page=netprof&forum=Unified%20Communications%20and%20Video&topic=Unified%20Communications%20Applications&CommCmd=MB%3Fcmd%3Dpass_through%26location%3Doutline%40%5E1%40%40.1dd9cedd/3#selected_message
    Hope this helps!
    Rob

  • Copy Keychain to Removable Media

    Hello All:
    I wish to 'copy' my Keychain to removable media, just in case something untoward happens. Of course, the backup is in Time Machine, however without another 'Mac' around I cannot access the data. So, I figured I copy Keychain to removable media (iPod Classic set up as hard drive).
    Now, Mac Help says to "Copy your keychain to a location... or copy it to your removable media."
    Great! Now for the daft question: How do I (exactly) copy my keychain to removable media?
    Many, many thanks in advance!

    V.K.:
    Many Thanks for the reply. I should have thought it would be as easy as that. Although you are absolutely right that removable media is no better than a TM back-up, considering I will still need a Mac to access Keychain, it is more useful to me. It is easier to travel with the iPod (Classic) and have the info available than to carry a TM, even if I will need to locate a Mac to access.
    Many thanks again,
    Bill

  • Kingston DataTraveler shown as having removable media.

    I have tried two new Kingston HyperX 3.0 DataTraveler DTHX30/256GB USB Flash drives in my Lenovo T500 2081 with Windows 7 Professional 64-bit, but both show up in Explorer and Storage Disk Management as a device with removable media--as opposed to being a removable drive. It therefore has 0 capacity and cannot be accessed for reading or writing, nor formatting. I have checked that I have the latest Microsoft and Lenovo drivers, but nothing I have tried or that has been suggested by Kingston or other sources fixes this issue. The DTHX30/256GB works fine on computers with Windows 7 32-bit and Windows XP, just not on my Lenovo T500. I have used Diskpart on another computer to clean, partition, and reformat the DTHX30/256GB without any affect on how the T500 sees the drive. I also used a software utility on another computer to "flip" the removable bit without apparent affect in how the T500 sees the drive. What is causing this issue and how to fix it?

    could you try the testing repo?
    there is the new udev along with new initscripts that should fix it.
    other fix would be to change the udev.rules rule according to this:
    # never access removable ide devices, the drivers are causing event loops on open()
    BUS=="ide", DRIVER!="ide-cdrom", SYSFS{block/removable}="1", GOTO="persistent_end"

Maybe you are looking for

  • How do i link my existing itunes library to my new ipad

    how do ilink my old itunes library to my new ipad air

  • Mov types not affecting G/L accounts

    hi gurus, can anyone explain whether there are any movement types not affecting G/L accounts?  for e.g when any movt. is made it shouldn't hit financials . tks in advance

  • Using Bridge within a small team

    Hi I have been looking for some basic digital asset management software that a small team can use to monitor and manage images within the organisation. Looking at functionality that shows up Who is using it, where , for how long, owner etc. Bridge se

  • Player in Flash + Streaming

    Good day!! I have a very simple player based on the components of own Flash, in the case MediaController. So far ok, but I am using a A streaming server ex: " http://201.6.80.120:8000/" _global.Behaviors.Sound.TESTE.loadSound ( " Http://201.6.80.120:

  • Adobe Flashplayer

    Attempted to install Adobe Flash Player 10 using Adobe Download Manager - Installation fails giving the error:  Error:  Failed to register.  Per the recommendation of the Forum - Downloaded Flash Player 10 and re-attempted installation.  Local instal