Preventing .DS_Store, ._.Trashes, .Spotlight-V100 on USB sticks, ext HD's?

How do I prevent these hidden files from being generated on external hard drives, USB sticks, and network drives? They make a mess on Windows, and I'm a bit tired of using scripts that hunt these down periodically to remove them.
.Spotlight-V100
._.Trashes
.Trashes
.fseventsd
.DS_Store

Blueharvest is the best. you can do it for free yourself but it will require some extra work.
you can run
dot_clean
terminal command on the drive to get rid of the resource forks and you can use "find" to remove .DS_Store files. don't touch .Trashes. It's needed by the system.
i would also leave .Spotlight alone. it will be rebuilt by the OS x next time you plug in the drive and it's also needed by OS X.
the process can be automated. paste the following into Script Editor and save it as an application
<pre style="
font-family: Monaco, 'Courier New', Courier, monospace;
font-size: 10px;
margin: 0px;
padding: 5px;
border: 1px solid #000000;
width: 720px;
color: #000000;
background-color: #ADD8E6;
overflow: auto;"
title="this text can be pasted into the Script Editor">
on open some_items
repeat with this_item in some_items
try
set ppath to quoted form of (POSIX path of this_item)
do shell script "find " & ppath & " -name .DS_Store -exec rm '{}' \;"
--do shell script "rm " & ppath & "/.Spotlight-V100"  --uncomment if you want the script to remove the spotlight folder too.
do shell script "dot_clean --keep=dotbar " & ppath
do shell script "diskutil eject " & ppath & ">dev/null&"
end try
end repeat
end open</pre>
put the saved app on the desktop. then when you need to eject a USB stick drop it onto the application. it will clean it up and eject the drive.

Similar Messages

  • I need to hide "water marked" hidden files such as ".DS_Store", ".fseventsd", ".TemporaryItems", ".Spotlight-V100" and so on and so for, how do I get to do so...

    i need to hide "water marked" hidden files such as ".DS_Store", ".fseventsd", ".TemporaryItems", ".Spotlight-V100" and so on and so for, how do I get to do so...

    Open the Script Editor or AppleScript Editor in one of the subfolders of Applications and run the following:
    tell application "Finder" to quit
    try
    if (do shell script "defaults read com.apple.finder AppleShowAllFiles") is not "1" then error
    do shell script "defaults write com.apple.finder AppleShowAllFiles 0"
    on error
    do shell script "defaults write com.apple.finder AppleShowAllFiles 1"
    end try
    delay 2
    tell application "Finder" to run
    If you change your mind later, run the script again.
    (114251)

  • Can't see files on usb stick - folders are there but no files inside

    Hello
    I plugged in my usb stick to download some pictures I have on there. The folders of the different albums are there and the info says the folders are of the right size (5gb for instance) but the files do not show so I can't copy them onto my Mac.
    I tried it on a pc and it shows all the picture files and works fine.
    I originally downloaded the pictures from my camera whilst abroad on a PC in a cafe and then transferred to the USB.
    Anyone got any clues?
    Thanks.....

    Welcome to Apple Discussions!
    Is Spotlight indexing the usb stick? Check the menu in the upper right.
    If it is, wait for it to complete.

  • .Spotlight-V100 on backup Time Machine drive...

    Okay... I dunno what I did.
    External USB drive. I have 3 partitions. One partition has TM and some extra files stored on it. Earlier today I was trying to compress a huge file. Interrupted this, and after noticed that when this volume is mounted at system start up I was getting this message in the console:
    13/01/08 10:17:30 PM mds[20] (/Volumes/jstass backup/.Spotlight-V100/Store-V1/Stores/3B744FAE-9382-4A97-8C50-72267456D049)(Er ror) IndexCI in ContentIndexOpenBulk:Could not open /Volumes/jstass backup/.Spotlight-V100/Store-V1/Stores/3B744FAE-9382-4A97-8C50-72267456D049/liv e.0.; needs recovery
    13/01/08 10:17:30 PM mds[20] (/Volumes/jstass backup/.Spotlight-V100/Store-V1/Stores/F07AE061-B39A-4FD9-B380-B5B117E2A1FA)(Er ror) IndexCI in ContentIndexOpenBulk:Could not open /Volumes/jstass backup/.Spotlight-V100/Store-V1/Stores/F07AE061-B39A-4FD9-B380-B5B117E2A1FA/liv e.2.; needs recovery
    13/01/08 10:17:30 PM mds[20] (/Volumes/jstass backup/.Spotlight-V100/Store-V1/Stores/F07AE061-B39A-4FD9-B380-B5B117E2A1FA)(Er ror) IndexStore in SIStoreDirytySDBChunks:Error storing dirty sdb pages: 30
    13/01/08 10:17:30 PM mds[20] (/Volumes/jstass backup/.Spotlight-V100/Store-V1/Stores/3B744FAE-9382-4A97-8C50-72267456D049)(Er ror) IndexStore in SIStoreDirytySDBChunks:Error storing dirty sdb pages: 30
    So being the smart guy that I am, LOL, I decided to move the .Spotlight-V100 from the back up drive and onto my desktop - thinking that the backup volume would rebuild the .Spotlight upon restart. .Spotlight was not rebuilt and it seems now that whenever the drive is mounted spotlight goes about indexing it each time...
    So now I had this .Spotlight invisibly attached to my desktop... Somehow deleted it, but I can see (using WhatSize) that it's still in my .trash. Emptying the trash won't get rid of it.
    So:
    1. If I wipe the backup volume and start over will .Spotlight be recreated there?
    2. How do I get rid of the .Spotlight in my trash?
    Thanks,
    John

    Still not sure what I was doing... wiped the backup which recreated a .Spotlight folder... Somehow got the trash emptied. LOL.

  • Prevent mail results in spotlight

    Hi, in the finder when performing searchs, I don't want emails to show.
    In spotlight prefs I have unticked mail, but they persist.
    Is there a way to not show emails, it really spams the results, and if I am looking for a mail, i'll do that in the mail app.

    PizzaCake wrote:
    Petrock, what's your brute force method?
    *Note: Use this method as a last resort, if the methods listed above (via Spotlight Pref Pane) don't work.*
    0) Make sure Spotlight is not indexing (+click on the magnifying glass in the upper right corner of your screen, if you see a progress bar it is indexing. If you see a edit text field, then its not+)
    1) Launch /Applications/Utilities/Terminal.app
    2) type: *ls /Volumes* +Note: This will list all your mounted volumes, including volumes from servers you are connected to. These instructions only apply to the local hard drives/partitions and connected Firewire/USB drives. These instructions assume you know which volumes are which.+
    4) type: *sudo rm -r /Volumes/Nameof_first_local_volume_listed_the_lastcommand/.Spotlight-V100* +Note: Those are zero's, not Oh's, and there is a '.' before Spotlight-V100, its supposed to be there. This will ask for your admin password. When you type it in it won't print any characters, its supposed to be like that. Just make sure you type your password correctly. Example: sudo rm -r /Volumes/Macintosh\ HD/.Spotlight-V100+
    5) Repeat step 4 for all local volumes and mounted firewire/usb drives
    6) Restart
    When the Finder comes back up, Spotlight will start indexing every volume you performed step 4 on. Go get a soda/milk/beer/wine/cappuccino/whatever and wait for Spotlight to finish (wait for the magnifying glass to stop pulsating). It could take a while. Just let it run.
    Message was edited by: petrock

  • Found spotlight-v100 hidden folder in FAT32 partition

    On my macbook, I have created a FAT32 partition using bootcamp and found .spotlight-v100 hidden folder and other files with it. I cannot remove them and they stopped me from formatting the partition to NTFS. Please help~~~!!!. I am new to mac and please provide me walkthrough step by step. Really don't understand how they can get into the newly created blank FAT32 partition in the first place.
    Regards,
    macbie

    My drive that I wanted to format was the 3rd partition which was named as Drive E by bootcamp (C installed XP and D is default DVD ROM drive). The Drive E was formatted as FAT32 with cluster size 512k. I did some research on internet and was recommended to convert it to NTFS with cluster size 4096k. I did the conversion and it ended up with NTFS but size still remains at 512k. I tried to reformat it using different methods with no success. Each time I started to format it, the process proceeded with no problem until at the end, an warning message popped out : 'This drive cannot be formatted'. I have no clue why it happened like that since the drive has nothing in it except with 2 different folders created by window: Recycler and system volume information.
    I want to change cluster size because FAT32 format does not support file size larger than 4G. So, how can I change the cluster size? Any suggestion would be greatly appreciated!!!
    Macbie

  • How to prevent .DS_Store files in specificied folders

    Hello.  I want to stop creation of .DS_Store files in Desktop and Picture/hoge folders only. Also I would like to keep its settings of .DS_Store files in other folders.  When I googled the web I found so many pages explaining how to prevent .DS_Store in network folders, how to stop creation of .DS_Store files in all of the OSX system and usage of TotalFinder. Those are not what I am finding for. I want to stop creation of .DS_Store files in only particular folders.  I can use AppleScript or Terminal commands.  Thank you very much.

    would creating an empty one, then locking it achieve what you need ?
    + locking existing ones as needed.
    briefly checking here causes no obvious problems, Finder still alows changes, but reverted after relaunch.

  • Purpose of ".fseventsd" and ".Spotlight-V100" folders?

    These hidden folders are in my SD card, but what's their purpose?
    Some one told me earlier that the .Spotlight-V100 folder had something to do the Spotlight feature of a Mac and the way it indexes the SD card, but as for the other folder I have no idea what it's purpose is.
    Help?
    -Thanks

    Hi,
    .fseventsd is related to Spotlight as well. This article has more information about FSEvents:
    http://arstechnica.com/reviews/os/mac-os-x-10-5.ars/7

  • Resource fork et al deletion with usb stick drives

    I know there are lots of discussions about 'extra files' not used by other operating systems (such as resource forks and .Trashes and .DS_Stores and spotlight files and and whatever) so I hope this doesn't bore people but....
    I use a usb stick a lot, mostly to share data cross-platform. I want to get rid of the unusable files to make my colleagues' life easier and unclog my life. I know I prevent some of them over network connections, but that is only some of them, and that is only over network connections.
    I can't disable the creation of these using the method that applies to network connections (Article: HT1629).
    Can I just go to terminal and go:
    cd /Volumes/USBStick
    rm -fr .*
    This is seeming to work. I get an error about not being able to delete the . file and the .. file, but it happily goes ahead and gets rid of the rest.
    Seeing that it appears to work, can I dispense with paying for BlueHarvest (at least for my situation)? Or have I inadvertently destroyed essential data and should expect imminent falling of the sky upon my head?
    thanks all,
    diddles.

    Definitely a yawn here. As your wonderful machine is the source of this important data that's transferred over to that 'other' platform, convince your colleague that his life will be easier still if he buys a Mac. Thereafter, the invisible files will be just that.
    An expensive solution, but I think a good one.

  • Making a Windows 7 Installation USB Stick

    This is a discussion of making a bootable Windows 7 Installation USB-stick Media. It might apply to making other USB connected "Disks" like Smartcards bootable too.
    I recently had to do this (a Laptop with no build-in DVD drive and no USB DVD drive around). And it turned out to be surprisingly simple, using nothing but build in Windows tools from the Disk. I only found
    this german langauge guide and nothing in english (but I might just have searched after the wrong terms, google has been wierd regarding langauge lately), so I thought I write it up (along with some problems I ran into).
    Making a USB-Stick into a bootable Windows 7 (and propably Vista) Media is a 3 step process:
    1. Create a Active, Primary, FAT32 Partition of 4+ GB on the stick
    2. use bootsect.exe from Windows Disk to create the MBR and Partition Boot Record for that Partition
    3. Copy all files from the Disk to said Partition
    4. Test if it boots
    Detail analysis:
    Step 1 is so simple I doubt it needs explanations. Create enough free space on the USB disk (at worst delete all previous Partitions). Make a Priamry Partition of 4+ GiB. Mark it as Active. Format it in FAT32. The Guide used Diskpart,
    but this step can be done with any Partition Tool under any Windows, Linux, UNIX or DOS.
    While the choice of FAT32 seems a bit outdated, theye propably did not gave the relevant bootlaoder the ability to read NTFS. Or maybe they just though FAT32 is enough for a media that is mostly read. I have not tried what happens if I format it in NTFS, but
    it might be possible.
    Step 2 was the only tricky part. You need the programm "boot\bootsect.exe" from the Installation Media. It also must be run on a non-UEFI booted OS (otherwise it cancels out).
    I had a Windows 8 on a new Laptop so I had a UEFI booted system. Luckily I also had a VMWare Windows 7 lying around. I just assigned the Windows 7 ISO image to the Windows 7 VM, then connected the USB drive to the host.
    Once you have the USB stick in a a proper Windows mount the Parttion you created under 1 under any driveletter (should happen automatically under Windows), and open a console as Administrator (asumes DVD is drivletter is D: and the USB stick's partition
    ins Driveletter E:):
    //Go into the boot directory on the Install DVD
    D:
    cd boot
    //You should see a command promt like "D:\BOOT>"
    //Run bootsect.exe
    bootsect.exe /nt60 d:
    Step 3 is to either copy the contents of the DVD media (copy and paste) or the Image (Mount into Virtual DVD Drive and copy/paste, unpack ISO images contents) into the partition.
    How does this compare to other Distribution ways?
    To DVD:
    There is no need for a DVD drive. Even if a bootable USB-DVD drive is avalible, the Stick or Card will only need only USB port (most USB drives need 2 Ports due the 1 Ampere energy need of the drives).
    Flash Media has no seek times and much better throughput (the old weakpoint of any Disk and DVD/CD in particular)
    A FAT32 partition is inherently writeable. So modifications to the "Installation media" like Implementing Service Packs and other Windwos Updates, Modifying ei.cfg/preactivation/setup answer files, implementing special Disk/RAID drivers into the Windows
    PE or adding stuff that should be installed with Windows is easy (and do not requrie reburning a 4 GiB Image file).
    Since it only needs a 4 GiB partition, on a big USB stick there would still be place for other Data Partitions
    Since it relies on old techniques (Generic Bootloader + Active Primary Partition + partition boot loader), multiple Installation media on a big enough stick might be feasible (with a more advanced bootloader like GRUB). Have to test that part.
    However, the cost/media is a lot higher then a DVD. So if you need multiple Medias it will propably be cheaper to use the old DVD approach.
    Due to the needs of bootsec.exe, first creating the media can be more difficulty then just burning an image. But once it is bootable this programm is no longer needed.
    To PXE/network Distrubution:
    If you have the nessesary setup already (DHCP/PXE Server, powerfull network), the USB stick is likely inferior. The USB stick should beat a 100 MBIT Network easily, but will propably be beaten by a 1 GBIT Network. Network isntallation uses existing infrastructure
    (that you need for other reasons anyway) so the cost per media is even lower then the DVD.
    The PXE way also has even better modifyability - sending out different answer files or even automatically booting different images based on the Compuers MAC adress are tried techniques.
    If you lack the nessesary setup, the USB stick is a lot easier to implement and a lot easier to transport.
    Advanced things:
    Need to check if the partition could be formated as NTFS. I prefer a Journalling Filesystem for my USB-sticks.
    Need to check if using a advanced boot manager techniques (like Grub or modifciations to the BCD of the Windows PE) allows me to put multiple install media on one Stick (with one primary partition per "media"). Especially combining the x32/x86 and
    x64 Windows Installation Media would be worthwhile. As would be inlcuding a Window 8 or Vista installation media.
    Current Step 3 and 2 can propably be switched. I see no reason bootsect could not run from the USB stick as it runs from the DVD (it only accesses the MBR and
    VBR of the Disk, areas not in use by Windows)
    Steps 1 through 3 might be possible from the Windows PE environment. If so, only a computer with legacy BIOS boot would be nessesary (no actuall installation).
    Windows 7 can be installed on a (U)EFI system, but I have not checked if I can use the boot from teh stick on such a Computer. Latest for Windows 8 Media UEFI compatibilty is nessesary.
    Let's talk about MVVM: http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/b1a8bf14-4acd-4d77-9df8-bdb95b02dbe2 Please mark post as helpfull and answers respectively.

    Advanced things:
    Need to check if the partition could be formated as NTFS. I prefer a Journalling Filesystem for my USB-sticks.
    Windows 7 can be installed on a (U)EFI system, but I have not checked if I can use the boot from teh stick on such a Computer. Latest for Windows 8 Media UEFI compatibilty is nessesary.
    I converted the stick to NTFS using the convert.exe and it continued booting. So chances are high they only choose FAT32 in the example because no feature of NTFS was per nessesary in a "almost only reading" scenario like installation media.
    The second part depends on the BIOS. I have a more advanced one where I can choose legacy boot options (like USB stick) in the boot option menu even when the default setting is UEFI, as long as I don't need Secure boot (wich I do not).
    Another question arose: Windows 7 has the Kernel/BCD level ability to boot from .VHD Files. The only thing preventing version below corporate from using this feature is a license check that is run just before the login (so way after the booting has been
    completed).
    Starting with 3.0 Windows PE is based on the kernel of Windows 7. So the instlaltion system might have the ability to boot from .VHD too and might have no such check in place. If so, I could put both versions of the Windows 7 installer into .VHD, reducing the
    need to have physical primary partitions for those.
    Windows bootprocess vs. Linux boot process under BIOS:
    The BIOS goes over all the boot media. If it finds one with a MBR, that one is executed and the BIOS part of the boot process is officially over.
     -> Under Windows the MBR contains the "generic boot loader". A simple piece of code as old as BIOS (25 Years) that looks for the primary partition with "Active" Flag on "it's" disk. If it finds one, the Partition Boot Record of that parition is executed.
    The MBR has done it's part
        -> NTLDR (NT too 2000), this one reads the boot.ini file and gives/executeds apropirate options
        -> BOOTMGR (Vista, 7), this one reads the BCD files
          -> Since Windows 7 BOOTMGR can also chainload the Partition Boot Record that is inside a .VHD File
        -> Wicher was used in Windows 3.X/95/98/ME
    Higher versions can chainload lower versions, but must be designed for this and (re)installed in the proper "order".
    The sometimes odd behavior that Windows 7 tries to keep 100 MiB in a seperate primary partition is there to have proper places for later additions to the BOOTMGR settings. Specifically it allows multiple BOOTMGR OS to use/edit the same BOOTMGR instace without
    running into problems with "whose partition is active?" (since it is always the System Reserved one). It's not disimilar to having an extra /boot partition in Linux or how a GRUB's stage 2 works.
    -> Under a typical Grub Legacy the MBR contains the Stage 1. It directly reads the Stage 2 from the proper partition/file system with a hardcoded path, but due to size limit of the MBR cannot do more. In some cases it starts a stage 1.5 wich has more
    space to do work (63 sectors between MBR and first partition), but I never used this Setup
        -> Stage 2 loads the Grub Configuration from the disk. From here it depends on what OS you want to boot.
            -> For Linux or Unix the kernel is started directly.
            -> Any Windows OS up to 7 can be booted using the chainloader command. For the OS this is identical to having the partition choosen by the Generic Bootloader.
    While it can be chainloaded by the Generic Bootloader from the active primary partition, GRUB and thus Linux has no
    requirement for any Primary Partitions. Stage 1 is designed to directly access the specific File System containng the Stage 2. In fact it does not even need to reside on the same disk (as the Generic Bootloader has to).
    If one does not need the Active Flag to control the Generic Bootloader (because a proper Stage 1 is installed in MBR) it is adviseable to mark wichever Windows Partition is chainloaded as active (up to Vista at least I had very odd behavior if the Windows boot
    partition was not marked active, down to randomly shredded Partition boot managers).
    After running a Windows Setup usually the Stage 1 has to be restored, as Windwos Setup will always write it's Generic Bootloader in the MBR. In order to get "rid" of a Grub all one has to do is overwrite the MBR with the Generic Bootloader and set the active
    flag properly.
    Let's talk about MVVM: http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/b1a8bf14-4acd-4d77-9df8-bdb95b02dbe2 Please mark post as helpfull and answers respectively.

  • Please explain me, how to remove an usb stick or memory chip? With experiences only in pc:s, I do not find on my first apple e.g. MacBook Air a solution. Until now I have succeeded to destroy one chip full of photos and - there's no life more in the port.

    Please explain me, how to remove an usb stick or memory chip? With experiences only in pc:s, I do not find on my first apple e.g. MacBook Air a solution. Until now I have succeeded to destroy one chip full of photos and - there's no life more in the port...
    Someone told me just to remove the chip in clicking it to the trash can and voilá - it would be done. But as I did so, on the screen appeared a text which let me know, that that way had been the wrong one...
    I should have clicked Finder plus something.... which I do not now remember but which was then not found behind the Finder.
    So please would someone be so kind and tell me, where I can find explanations for the most simple functions. The manual I got does not include a clue.
    Thank you!

    First make sure that no application is using or has open any files on the disk. Then:
    Click and drag the disk icon on the desktop to the trash. Wait for the system to recognize the action, and the icon should disappear from the desktop. It is then safe to remove the device.
    Alternatively, you can secondary click on the disk icon, and then primary click "Eject (name of disk)". Wait for the icon to disappear off the desktop, and then it is safe to remove the drive.
    Here is a detailed help document on the subject.
    http://docs.info.apple.com/article.html?path=Mac/10.7/en/mchlp1056.html

  • How do I block an account on a USB stick?

    My daughter has created a new account on a USB stick (which I cannot find!) that overrides all the passwords and security checks for her account.  She has named it, and uses it when I am at work.  I have no idea how to stop this and although I have changed the passwords an all our family accounts to one she CANNOT guess, she obviously is able to gain access to the computer with the USB stick.  I have no idea where to begin!  The account shows as  "[son's name]'s iMac" and it has Administrators priviledges (although I have changed his settings back to "managed" in the Users & Groups pane, this makes no difference), my son is at University and therefore does not live with us and has not given her permission to use his account.  This has been going on now for three months and I'm sick of her downloading rubbish onto my computer but more importantly it means she is coming back downstairs to log back on until 2 am on a school night when we're all asleep!  Can someone please help me with blocking this account?  I'd be very grateful!!   

    Insert the stick.
    Wait for it to appear on the Desktop.
    Drag your files to it.
    Wait for the copying to complete.
    Drag the icon of the drive to the Trash.
    Do not remove the stick until the icon has disappeared from the Desktop.
    There are backup programs available which will make the process easier by using 'incremental backups' which copy over and update only changed files.

  • Usb stick not mounting as user

    I cannot mount the usb stick as user. When I plug the stick in the kde window comes up indicating it is in and goes to a new window and has an error. Following is an error from xsession:
    kded: ERROR: mount failed for /org/freedesktop/Hal/devices/volume_uuid_709E_ED39: org.freedesktop.DBus.Error.AccessDenied - A security policy in place prevents this sender from sending this message to this recipient, see message bus configuration file (rejected message had interface "org.freedesktop.Hal.Device.Volume" member "Mount" error name "(unset)" destination "org.freedesktop.Hal")
    kded: ERROR: mounting /org/freedesktop/Hal/devices/volume_uuid_709E_ED39 returned A security policy in place prevents this sender from sending this message to this recipient, see message bus configuration file (rejected message had interface "org.freedesktop.Hal.Device.Volume" member "Mount" error name "(unset)" destination "org.freedesktop.Hal")
    fifo_audio_out: audio buffer underflow!
    fifo_audio_out: audio buffer underflow!
    fifo_audio_out: audio buffer underflow!
    fifo_audio_out: audio buffer underflow!
    fifo_audio_out: audio buffer underflow!
    fifo_audio_out: audio buffer underflow!
    fifo_audio_out: audio buffer underflow!
    fifo_audio_out: audio buffer underflow!
    fifo_audio_out: audio buffer underflow!
    fifo_audio_out: audio buffer underflow!
    fifo_audio_out: audio buffer underflow!
    fifo_audio_out: audio buffer underflow!
    fifo_audio_out: audio buffer underflow!
    fifo_audio_out: audio buffer underflow!
    fifo_audio_out: audio buffer underflow!
    fifo_audio_out: audio buffer underflow!
    fifo_audio_out: audio buffer underflow!
    fifo_audio_out: audio buffer underflow!
    fifo_audio_out: audio buffer underflow!
    fifo_audio_out: audio buffer underflow!
    fifo_audio_out: audio buffer underflow!
    fifo_audio_out: audio buffer underflow!
    fifo_audio_out: audio buffer underflow!
    fifo_audio_out: audio buffer underflow!
    fifo_audio_out: audio buffer underflow!
    fifo_audio_out: audio buffer underflow!
    fifo_audio_out: audio buffer underflow!
    fifo_audio_out: audio buffer underflow!
    fifo_audio_out: audio buffer underflow!
    fifo_audio_out: audio buffer underflow!
    fifo_audio_out: audio buffer underflow!
    fifo_audio_out: audio buffer underflow!
    fifo_audio_out: audio buffer underflow!
    fifo_audio_out: audio buffer underflow!
    fifo_audio_out: audio buffer underflow!
    fifo_audio_out: audio buffer underflow!
    fifo_audio_out: audio buffer underflow!
    fifo_audio_out: audio buffer underflow!
    fifo_audio_out: audio buffer underflow!
    fifo_audio_out: audio buffer underflow!
    fifo_audio_out: audio buffer underflow!
    X Error: BadWindow (invalid Window parameter) 3
      Major opcode:  19
      Minor opcode:  0
      Resource id:  0x3400387
    konqueror: WARNING: Pixmap not found for mimetype inode/socket
    X Error: BadWindow (invalid Window parameter) 3
      Major opcode:  19
      Minor opcode:  0
      Resource id:  0x3a00006
    X Error: BadWindow (invalid Window parameter) 3
      Major opcode:  20
      Minor opcode:  0
      Resource id:  0x3a00006
    But when I switch to root everything works fine, I can read and write to the stick. I tried from the wiki :
    dev/sdb1 /mnt/usbstick vfat noauto,user 0 0 and this did nothing.

    Users worked and now everything is good thank.  Solved

  • How do I delete a file from my USB Stick

    I have a new MacBook Pro with retina display.
    I have just put in my USB flash drive which contains some movies (MP4 format).
    I am unable to even move the files to the trash.
    When I "double click" I only get options to open/ create alias etc
    When I hold down CMD and DELETE I get nothing.
    How do I delete a simple file from my USB stick??
    Thanks

    Hi,
    Thanks for the reply.
    Just to re-iterate...for some reason my Macbook doesn't seem to be providing enough power to the EHD through the USB ports.
    So in recap.
    1.  Is there anyway to get more power to my USB port to power the EHD
    2. If not, how do I transfer my contents of my EHD to my Macbook without wiping the EHD first
    thanks

  • Usb stick not working (solved)

    I copied some files to my usb stick and made sure it was working. Then I copied a open office file from my wifes computer running vista. After placing the usb stick back into my computer I got the following message
    A security policy in place prevents this sender from sending this message to this recipient, see message bus configuration file (rejected message had interface "org.freedesktop.Hal.Device.Volume" member "Mount" error name "(unset)" destination "org.freedesktop.Hal")
    I went to xsessions and got the following message.
    kded: ERROR: mount failed for /org/freedesktop/Hal/devices/volume_uuid_709E_ED39: org.freedesktop.DBus.Error.AccessDenied - A security policy in place prevents this sender from sending this message to this recipient, see message bus configuration file (rejected message had interface "org.freedesktop.Hal.Device.Volume" member "Mount" error name "(unset)" destination "org.freedesktop.Hal")
    kded: ERROR: mounting /org/freedesktop/Hal/devices/volume_uuid_709E_ED39 returned A security policy in place prevents this sender from sending this message to this recipient, see message bus configuration file (rejected message had interface "org.freedesktop.Hal.Device.Volume" member "Mount" error name "(unset)" destination "org.freedesktop.Hal")
    Seeing as the stick worked before I copied a file from vista, did the vista change something in the usb so it will not work in anything but windows? Is there anything I can do?
    changed /dev/sdc1 /mnt/usb vfat noauto,users 0 0
    to /dev/sdc1 /mnt/usb auto noauto,users 0 0
    and now everything works fine
    Last edited by smcsw2000 (2008-02-03 11:56:28)

    Try gparted to see what is loaded into your usb device partitions.....

Maybe you are looking for

  • Restricting for creation or PO for material with other purchase group

    Hi,   We have one requirement  we want to restrict the user for creation of purchase order for the materials which is not in there purchasing group on ME21N  in order data we enter the Pur. Group  e,g  101  and if user enter the material XYZ  for whi

  • Easiest way to add video? (preferably free)

    I have a client with television adds who wants to add them to the website. I don't have any linear editing software, just the DMX Zone free extension which does not look terribly promising...

  • Playing movies on ipod

    Can anyone please help me?! I downloaded a movie and (very proudly) turned it into an MPEG4 and put it into itunes. I can now watch the movie either full screen on my laptop or I can play it as an MPG4 on my laptop (sound and image comes up in a smal

  • Lost firefox, tried to reload 5 X with initial not future success--help

    After aborting a game installation, lost firefox. Tried to install 5 X but it would only open initially after each new installation but once closed, would not open again. The 5th time, it did not even open upon installation. Can you help?

  • Dynamic vlan assignment with openldap

    Hi, I have a scenario where my customer has an ACS 5.2 and couple WLCs. the customer has also a openldap database and needs to do dynamic vlan assignement for his wireless user against this database. I know that for Active directory it works, please