USB stick slow to mount

Ever since kernel 2.6.6 (currently using 2.6.9) I have been having some slow mount times (takes about 20 seconds to mount my USB stick). I have tried both devfs and udev but both yield the same results. Currently I am using udev (hence the /dev/stick).
USB media support is compiled into the kernel, as well as all necessary USB bus support (V1's - V2).
My fstab entry:
/dev/stick /mnt/usbstick vfat rw,users,noauto,noexec 0 0
demesg output:
[root@intel2500 jjohnson]# dmesg
>usb-storage: usb_stor_bulk_transfer_buf: xfer 13 bytes
usb-storage: Status code 0; transferred 13/13
usb-storage: -- transfer complete
usb-storage: Bulk status result = 0
usb-storage: Bulk Status S 0x53425355 T 0x35 R 0 Stat 0x0
usb-storage: scsi cmd done, result=0x0
usb-storage: *** thread sleeping.
usb-storage: queuecommand called
usb-storage: *** thread awakened.
usb-storage: Command READ_10 (10 bytes)
usb-storage: 28 00 00 00 02 9d 00 00 01 00
usb-storage: Bulk Command S 0x43425355 T 0x36 L 512 F 128 Trg 0 LUN 0 CL 10
usb-storage: usb_stor_bulk_transfer_buf: xfer 31 bytes
usb-storage: Status code 0; transferred 31/31
usb-storage: -- transfer complete
Strangely, the last eight lines 'loop' or repeat themselves over and over (too long to post obviously). I think this might have something to do with the slowness however I have no idea what it means. Once it is mounted, the device operates at speeds comparable to Windoze.
Thanks for any help.
JSkier

Have you tried plugging in the devices one at a time to see if the problem is with just one of them?
If so, you may need to contact the manufacturer & see if they say it is compatible with 10.4.6 as is, or may need a firmware update, which hopefully they can provide.
Note: when I Googled "Dazzle compact flash reader OS X" I got several hits suggesting at least one model with this description isn't very compatible with OS X, like this one.

Similar Messages

  • Usb stick doesn't mount on Mac, but does on Win

    Hello all,
    I've been looking for a solution for my issue allover, but it seems to be persistently difficult to find.
    I got an unbranded 4gb pen drive formated as FAT32. The device works perfectly on Windows, but my Mac OS 10.8.4 doesn't recognize it.
    I've tried to:
    a) Look at the "Utilities Disk" and "Finder". Doesn't show up.
    b) Format at any possible format with Windows (FAT32, exFAT, NTFS, even HFS+ using a software).
    c) Use another usb stick in the same port. It works with any other pen drive.
    d) Use the usb stick in another computer. Still, work only on Windows, not on Mac.
    e) Use it with Windows. Works.
    P.S.: I'm attaching a image of the mounted items. The two HFS are partitions of my external hard drive (disk1s2 and disk1s3) and the other is the Bootcamp partition (disk0s4).
    Does anyone know what I could do to make the usb stick work on my Mac?
    I'd appreciate any help on this matter.
    Cheers!

    OK, a SD/compact memory card type of thing used with cameras. The same solution/diagnosis still applies. Failing mounting the memory card directly in the MacBook, you could do it indirectly, via a cable that connects the camera or whatever it is used with, with the card in it, and the cable connected to your MacBook's USB port. It's a bit of a pain, but it's usually possible to do it that way.

  • USB stick won't mount on mac mini, it works perfectly on my macbook

    Both of them are osx lion.
    On the mini the led of the 256Mb USB stick (and still plenty of space!) gives short flashes every second, and won't mount on my desktop, in finder. It doesn't show up in disk utility.
    The mac mini is the most recent server model. I tried USB ports on the back of the mac mini, and also on the connected thunderbolt display. Other memorysticks work well. Only this particular one doesn't work on the mini.
    The memorystick works perfectly in my 2008 macbook pro. Plug it in, it mounts as it should do.
    What can i do?

    In Disk Utility, once you highlight a Drive or Partition, you'll see Verify Disk, (blue arrow), & if a drive you're not booted from then Repair Drive, (red arrow), will be an option also...
    I'm thinking you may have to copy everything off it & see if you can Format it FAT32.

  • USB Sticks don't mount

    After having returned from a two week vacation my 2 USB-Sticks (SanDisk 1 G and Yakumo 512 MB) suddenly don't mount anymore. If I start DiskUtility it keeps spinning and spinning, if I pull the Stick out DiskUtility stops spinning and shows the stick (which isn't there anymore). This happens on all three OS-X systems I have! I cannot even reformat the sticks. I have all the latest updates installed.
    Frans

    I hope you didn't have valuable data on your USB sticks.
    If you can't get them recognized and formated by Disk Utility on 3 different computers, I'd try to return them to the store.
    There's no perfect solution for file storage. (Flash based) USB sticks, harddrives, DVDs can fail without warning you, so you should always keep backups available. Read http://www.thexlab.com/faqs/backuprecovery.html and search this forum. There are other utilities like Carbon Copy Cloner (free) and Superduper. You don't have to use Retrospect.

  • Satellite C660 - USB sticks are not mounted

    I have a *Satellite C660 with Windows 7 64 bit*. When I conect a USB stick (2GB LG or another), Windows mount the USB new drive, but after some seconds, the USB stick is unmount and mount and unmount indefinitely.
    With my old *Toshiba Sattelite M50, Windows XP* both sticks work fine.

    Hi mkobets,
    Probably something is wrong with USB ports or chipset driver if the USB sticks work with your old Toshiba notebook
    Easiest way would be updating the chipset driver in my opinion that you can download here:
    http://eu.computers.toshiba-europe.com/innovation/download_drivers_bios.jsp

  • [SOLVED] Mounted USB stick immediately unmounts itself - why?

    Hi all,
    I thought I was unable to mount a USB stick, however it does actually mount but then it gets immediately unmounted by something:
    # mount /dev/sdd1 /mnt
    # ls /mnt
    <empty folder>
    # umount /mnt
    umount: /mnt: not mounted
    # mount /dev/sdd1 /mnt && ls /mnt
    <contents of USB stick>
    # ls /mnt
    <empty folder>
    Somehow the USB stick is getting automatically *unmounted* almost immediately after I mount it!
    I don't have any automounts enabled, so I'm not sure why this would happen.  If I make a different folder (e.g. /root/test) and mount it there then it sticks, it is only the /mnt folder that gets automatically unmounted.
    Any idea what's going on?  I've never seen this happen before, and last time I tried this (a week or two ago) it worked fine.
    Last edited by Malvineous (2015-03-15 01:15:16)

    brebs wrote:Use "mount -v" (i.e. "verbose") to get some feedback - it's most likely not being mounted.
    Like I said in my first post, if you run "ls" immediately after the mount then you can see the contents of the USB stick, so it's definitely getting mounted, but waiting only a few hundred milliseconds after the mount reveals it has been unmounted again.  What is causing the unmount is unknown.
    brebs wrote:
    Immediately after running that mount command, run:
    echo $?
    To see the return code. It should be 0.
    Yes it is zero, because the mount command succeeds.  "ls" wouldn't be able to list the files on the USB stick if the mount failed.  It is something else that is unmounting the folder mere milliseconds after it is successfully mounted, but I don't know where else to look to find out what it could be.
    brebs wrote:Also, mounting to /mnt is very weird - you should be mounting a directory *inside* /mnt.
    I am mounting inside /mnt, I just used /mnt as an example to keep things simple.
    Vain wrote:
    I made the same “mistake”. Try running “systemctl status mnt.mount” and see which device the output refers to. For me, it still listed the old device name. Hence, when you mount it, systemd tries to find the (old) device—which it can’t—and thus unmounts your device immediately.
    I was too lazy/annoyed to find out how to solve this properly. I rebooted my system.
    Interesting idea!  Unfortunately I have nothing listed for this particular mount point.  The only *.mount services on my system are the ones that are mounted at boot (e.g. srv.mount for /srv).  I have the "noauto" option against this mount point in fstab (as USB sticks aren't normally attached to my system when I boot) so sensibly enough I don't seem to have a mount service running for this particular mount point.

  • How to access files in USB stick when installing from it?

    I have prepared my installable USB stick (8G) from Arch 2009.02 ISO file, and copied some configuration files to the USB stick. Everything looks well.
    After the Arch installation (not reboot yet), I want to access my configuration files on the stick, but I just cannot find them. Where has my USB stick been mounted to, and how can I read the files on it?
    I am confused...:rolleyes:

    lilsirecho wrote:To mount your USB stick you can mount it as root.  Using sd(x) as an example, mkdir /mnt/sd(x) in /mnt...
    Of course I tried this, but failed. Well, maybe what I said above is not explicit enough. I mean:
    1. the USB stick is just the installable USB stick I used to install Arch;
    2. not mounting the USB stick on the system I've installed, but just on the live arch linux OS that the installable USB stick introduced.
    After all, I was booting from the USB stick, so it may have been mounted. In fact, I can find it by:
      # cat /proc/mounts
    In the output, my USB stick is /dev/sdb1, and the mounted directory is /bootxxx (not remembered, sorry), but I JUST cannot find this directory. So I was confused.
    lilsirecho wrote:...Confused here that you used an .iso to generate a USB stick installer when the download archlinux-2009.02 is available in .img format for both i686 and X86_64...
    Yes, I know there's an IMG file for USB stick. But I don't want to use it, because after I use "dd" command writing the IMG file to the USB stick, the stick became the same size (about 330Mb) as the IMG file. Then how can I copy some other files into this 8G USB stick?
    So, I used archlinux-2009.02 ISO file. I prepared my USB stick by cfdisk, and formated it. I mounted the ISO file to some directory (using abc as an example), and copied all the files in abc to my USB stick, then installed grub on it. Finally, an installable 8G USB stick was made.
    Last edited by cwjiof (2009-02-19 09:24:29)

  • Removing the USB stick during suspend

    I'm using Gnome and Nautilus as my volume manager, have the latest stable packages, on a Dell Inspiron 1520 laptop.
    Suspend is set up to work through uswsusp.
    Now if I insert a USB stick it is mounted automagically and works great, then I suspend, and while the laptop is suspended I remove the USB stick (happens sometimes, eg. forgot to remove it before), then after I resume Nautilus still shows that the stick is mounted . A user can't unmount it, only root can. Is there a way to fix this? Force HAL(?) to rescan what hardware is connected and adjust mountpoints accordingly or something?
    Any hints would be appreciated.
    Thanks
    Last edited by Hohoho (2008-10-05 13:28:34)

    and while the laptop is suspended I remove the USB stick (happens sometimes, eg. forgot to remove it before)
    You would do yourself a huge favor by waking it up and removing it, instead of removing it while in suspend, because eventually you *will* ruin the filesystem on it.
    It is not a solution, but, very good advice. I hope you don't mind.
    I guess you could create a pm script to unmount devices that match a pattern, say the UUID or LABEL of the stick? That would be executed upon suspending your machine.

  • USB stick very slow

    Hello,
    I don't use my USB stick very often, so only today I've found that copying from/to USB is VERY slow (~10kb/s). I remember that some time ago the speed was fast enough. What is wrong, why USB is so slow now?

    I recently had to reinstall my system due to a corrupted pacman database.
    This is the first time I used my usb sticks and cardreader since the reinstall, and the speed is very slow. It now takes 1.5 hours to transfer 100Mbs of data to and from my usb sticks.
    This wasn't the case before I reinstalled: It only took under a minute to transfer 100+Mbs of data.
    My fstab:
    # /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/hda2 swap swap defaults 0 0
    /dev/hda1 / jfs defaults 0 1
    /dev/hda3 /home jfs defaults 0 1
    pmount.allow:
    # /etc/pmount.allow
    # pmount will allow users to additionally mount all devices that are
    # listed here.
    /dev/sda
    dmesg:
    $ dmesg
    Linux version 2.6.15-archck (root@sara) (gcc version 4.0.3 20051222 (prerelease)) #1 SMP PREEMPT Sun Mar 19 21:08:15 EST 2006
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
    BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 000000003df40000 (usable)
    BIOS-e820: 000000003df40000 - 000000003df50000 (ACPI data)
    BIOS-e820: 000000003df50000 - 000000003e000000 (ACPI NVS)
    BIOS-e820: 000000003e000000 - 0000000040000000 (reserved)
    BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
    95MB HIGHMEM available.
    896MB LOWMEM available.
    On node 0 totalpages: 253760
    DMA zone: 4096 pages, LIFO batch:0
    DMA32 zone: 0 pages, LIFO batch:0
    Normal zone: 225280 pages, LIFO batch:31
    HighMem zone: 24384 pages, LIFO batch:3
    DMI 2.3 present.
    ACPI: RSDP (v000 MSI ) @ 0x000f8400
    ACPI: RSDT (v001 MSI 1013 0x10282005 MSFT 0x00000097) @ 0x3df40000
    ACPI: FADT (v002 MSI 1013 0x10282005 MSFT 0x00000097) @ 0x3df40200
    ACPI: MADT (v001 MSI OEMAPIC 0x10282005 MSFT 0x00000097) @ 0x3df40300
    ACPI: WDRT (v001 MSI MSI_OEM 0x10282005 MSFT 0x00000097) @ 0x3df40360
    ACPI: MCFG (v001 MSI OEMMCFG 0x10282005 MSFT 0x00000097) @ 0x3df403b0
    ACPI: SSDT (v001 OEM_ID OEMTBLID 0x00000001 INTL 0x02002026) @ 0x3df43700
    ACPI: OEMB (v001 MSI MSI_OEM 0x10282005 MSFT 0x00000097) @ 0x3df50040
    ACPI: DSDT (v001 MSI 1013 0x10282005 INTL 0x02002026) @ 0x00000000
    ACPI: PM-Timer IO Port: 0x4008
    ACPI: Local APIC address 0xfee00000
    ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    Processor #0 15:4 APIC version 16
    ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
    IOAPIC[0]: apic_id 1, version 33, address 0xfec00000, GSI 0-23
    ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 21 low level)
    ACPI: IRQ0 used by override.
    ACPI: IRQ2 used by override.
    Enabling APIC mode: Flat. Using 1 I/O APICs
    Using ACPI (MADT) for SMP configuration information
    Allocating PCI resources starting at 50000000 (gap: 40000000:bff80000)
    Built 1 zonelists
    Kernel command line: root=/dev/hda1 video=vesafb:ywrap,mtrr:3,1024x768-16@60 resume2=swap:/dev/hda2 ro disable_timer_pin_1
    mapped APIC to ffffd000 (fee00000)
    mapped IOAPIC to ffffc000 (fec00000)
    Initializing CPU#0
    PID hash table entries: 4096 (order: 12, 65536 bytes)
    Using 3579 PM timer ticks per jiffy
    Detected 1592.644 MHz processor.
    Using pmtmr for high-res timesource
    Console: colour VGA+ 80x25
    Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    Memory: 1000248k/1015040k available (2065k kernel code, 14124k reserved, 748k data, 196k init, 97536k highmem)
    Checking if this processor honours the WP bit even in supervisor mode... Ok.
    Calibrating delay using timer specific routine.. 3187.37 BogoMIPS (lpj=1593687)
    Security Framework v1.0.0 initialized
    Mount-cache hash table entries: 512
    CPU: After generic identify, caps: 078bfbff e3d3fbff 00000000 00000000 00000001 00000000 00000001
    CPU: After vendor identify, caps: 078bfbff e3d3fbff 00000000 00000000 00000001 00000000 00000001
    CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
    CPU: L2 Cache: 1024K (64 bytes/line)
    CPU: After all inits, caps: 078bfbff e3d3fbff 00000000 00000010 00000001 00000000 00000001
    Intel machine check architecture supported.
    Intel machine check reporting enabled on CPU#0.
    mtrr: v2.0 (20020519)
    Enabling fast FPU save and restore... done.
    Enabling unmasked SIMD FPU exception support... done.
    Checking 'hlt' instruction... OK.
    checking if image is initramfs... it is
    Freeing initrd memory: 744k freed
    ACPI: Looking for DSDT in initramfs... successfully read 11800 bytes from /DSDT.aml.
    ACPI-0292: *** Info: Table [DSDT] replaced by host OS
    CPU0: AMD Turion(tm) 64 Mobile Technology MT-30 stepping 02
    Total of 1 processors activated (3187.37 BogoMIPS).
    ENABLING IO-APIC IRQs
    ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
    Brought up 1 CPUs
    NET: Registered protocol family 16
    ACPI: bus type pci registered
    PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=1
    PCI: Using MMCONFIG
    ACPI: Subsystem revision 20050902
    ACPI: Interpreter enabled
    ACPI: Using IOAPIC for interrupt routing
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    PCI: Probing PCI hardware (bus 00)
    PCI: Ignoring BAR0-3 of IDE controller 0000:00:14.1
    Boot video device is 0000:01:05.0
    PCI: Transparent bridge - 0000:00:14.4
    ACPI: PCI Interrupt Routing Table [_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Routing Table [_SB_.PCI0.P0P1._PRT]
    ACPI: Embedded Controller [EC] (gpe 6)
    ACPI: PCI Interrupt Routing Table [_SB_.PCI0.POP2._PRT]
    ACPI: PCI Interrupt Link [LNKA] (IRQs 5 6 7 10 11 12 14 15) *0, disabled.
    ACPI: PCI Interrupt Link [LNKB] (IRQs 5 6 7 *10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKC] (IRQs *5 6 7 10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKD] (IRQs 5 6 7 10 *11 12 14 15)
    ACPI: PCI Interrupt Link [LNKE] (IRQs 5 *6 7 10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKF] (IRQs 5 6 *7 10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKG] (IRQs *5 6 7 10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKH] (IRQs 5 6 7 10 11 12 14 15) *0, disabled.
    Linux Plug and Play Support v0.97 (c) Adam Belay
    pnp: PnP ACPI init
    pnp: PnP ACPI: found 10 devices
    SCSI subsystem initialized
    PCI: Using ACPI for IRQ routing
    PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
    PCI: Device 0000:02:03.0 not found by BIOS
    PCI: Device 0000:02:04.0 not found by BIOS
    PCI: Device 0000:02:04.1 not found by BIOS
    PCI: Device 0000:02:04.2 not found by BIOS
    PCI: Device 0000:02:09.0 not found by BIOS
    PCI: Bridge: 0000:00:01.0
    IO window: d000-dfff
    MEM window: fbe00000-fbefffff
    PREFETCH window: f4000000-faffffff
    PCI: Bus 3, cardbus bridge: 0000:02:04.0
    IO window: 0000e000-0000e0ff
    IO window: 0000ec00-0000ecff
    PREFETCH window: 50000000-51ffffff
    MEM window: 56000000-57ffffff
    PCI: Bus 7, cardbus bridge: 0000:02:04.1
    IO window: 00001000-000010ff
    IO window: 00001400-000014ff
    PREFETCH window: 52000000-53ffffff
    MEM window: 58000000-59ffffff
    PCI: Bridge: 0000:00:14.4
    IO window: e000-efff
    MEM window: fbf00000-fbffffff
    PREFETCH window: 50000000-54ffffff
    ACPI: PCI Interrupt 0000:02:04.0[A] -> GSI 19 (level, low) -> IRQ 16
    ACPI: PCI Interrupt 0000:02:04.1[b] -> GSI 20 (level, low) -> IRQ 17
    apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
    apm: overridden by ACPI.
    highmem bounce pool size: 64 pages
    VFS: Disk quotas dquot_6.5.1
    Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    Installing knfsd (copyright (C) 1996 [email protected]).
    Initializing Cryptographic API
    io scheduler noop registered
    io scheduler anticipatory registered
    io scheduler deadline registered
    io scheduler cfq registered
    vesafb: ATI Technologies Inc., MS48, 01.00 (OEM: ATI MOBILITY RADEON Xpress 200G Series)
    vesafb: VBE version: 2.0
    vesafb: protected mode interface info at c000:52f9
    vesafb: pmi: set display start = c00c5367, set palette = c00c53a1
    vesafb: pmi: ports = d810 d816 d854 d838 d83c d85c d800 d804 d8b0 d8b2 d8b4
    vesafb: no monitor limits have been set
    vesafb: scrolling: ywrap using protected mode interface, yres_virtual=3072
    Console: switching to colour frame buffer device 128x48
    vesafb: framebuffer at 0xf4000000, mapped to 0xf8880000, using 6144k, total 32768k
    fb0: VESA VGA frame buffer device
    ACPI: AC Adapter [ADP1] (on-line)
    ACPI: Battery Slot [BAT1] (battery present)
    ACPI: Power Button (FF) [PWRF]
    ACPI: Lid Switch [LID0]
    ACPI: Sleep Button (CM) [SLPB]
    ACPI: Power Button (CM) [PWRB]
    ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
    ACPI: Thermal Zone [THRM] (55 C)
    isapnp: Scanning for PnP cards...
    isapnp: No Plug & Play device found
    PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
    i8042.c: Detected active multiplexing controller, rev 1.1.
    serio: i8042 AUX0 port at 0x60,0x64 irq 12
    serio: i8042 AUX1 port at 0x60,0x64 irq 12
    serio: i8042 AUX2 port at 0x60,0x64 irq 12
    serio: i8042 AUX3 port at 0x60,0x64 irq 12
    serio: i8042 KBD port at 0x60,0x64 irq 1
    Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
    ACPI: PCI Interrupt 0000:00:14.6[b] -> GSI 17 (level, low) -> IRQ 18
    ACPI: PCI interrupt for device 0000:00:14.6 disabled
    floppy0: no floppy controllers found
    RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize
    loop: loaded (max 8 devices)
    mice: PS/2 mouse device common for all mice
    NET: Registered protocol family 2
    IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    TCP established hash table entries: 131072 (order: 8, 1572864 bytes)
    TCP bind hash table entries: 65536 (order: 7, 786432 bytes)
    TCP: Hash tables configured (established 131072 bind 65536)
    TCP reno registered
    TCP bic registered
    NET: Registered protocol family 1
    NET: Registered protocol family 10
    lo: Disabled Privacy Extensions
    IPv6 over IPv4 tunneling driver
    NET: Registered protocol family 17
    Using IPI No-Shortcut mode
    Suspend2 Core.
    Suspend2 Compression Driver loading.
    Suspend2 Encryption Driver loading.
    Suspend2 Swap Writer loading.
    Suspend2 FileWriter loading.
    ACPI wakeup devices:
    POP2 RTL USB1 USB2 EUSB AC97 MC97
    ACPI: (supports S0 S1 S3 S4 S5)
    Freeing unused kernel memory: 196k freed
    Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
    ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
    ATIIXP: IDE controller at PCI slot 0000:00:14.1
    ACPI: PCI Interrupt 0000:00:14.1[A] -> GSI 16 (level, low) -> IRQ 19
    ATIIXP: chipset revision 0
    ATIIXP: not 100% native mode: will probe irqs later
    ide0: BM-DMA at 0xff00-0xff07, BIOS settings: hda:DMA, hdb:pio
    ide1: BM-DMA at 0xff08-0xff0f, BIOS settings: hdc:DMA, hdd:pio
    Probing IDE interface ide0...
    hda: TOSHIBA MK6025GAS, ATA DISK drive
    input: AT Translated Set 2 keyboard as /class/input/input0
    logips2pp: Detected unknown logitech mouse model 99
    ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
    Probing IDE interface ide1...
    input: ImPS/2 Logitech Wheel Mouse as /class/input/input1
    logips2pp: Detected unknown logitech mouse model 99
    input: ImPS/2 Logitech Wheel Mouse as /class/input/input2
    hdc: Slimtype DVDRW SDW-431S, ATAPI CD/DVD-ROM drive
    ide1 at 0x170-0x177,0x376 on irq 15
    hda: max request size: 128KiB
    hda: 117210240 sectors (60011 MB), CHS=65535/16/63, UDMA(100)
    hda: cache flushes supported
    hda: hda1 hda2 hda3
    JFS: nTxBlock = 7824, nTxLock = 62592
    Suspend2 2.2: Swapwriter: Signature found.
    Suspend2 2.2: Suspending enabled.
    Linux agpgart interface v0.101 (c) Dave Jones
    fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
    [fglrx] Maximum main memory to use for locked dma buffers: 896 MBytes.
    ACPI: PCI Interrupt 0000:01:05.0[A] -> GSI 17 (level, low) -> IRQ 18
    [fglrx] module loaded - fglrx 8.23.7 [Mar 6 2006] on minor 0
    usbcore: registered new driver usbfs
    usbcore: registered new driver hub
    ndiswrapper version 1.10 loaded (preempt=yes,smp=yes)
    ndiswrapper: driver neti2220 (LanExpress,03/29/2004,2.10.03.2004) loaded
    ACPI: PCI Interrupt 0000:02:09.0[A] -> GSI 22 (level, low) -> IRQ 20
    ndiswrapper: using irq 20
    wlan0: vendor: 'INPROCOMM IPN2220 Wireless LAN Adapter'
    wlan0: ndiswrapper ethernet device 00:11:09:16:cd:97 using driver neti2220, 17FE:2220.5.conf
    wlan0: encryption modes supported: WEP; TKIP with WPA; AES/CCMP with WPA
    powernow-k8: Found 1 AMD Athlon 64 / Opteron processors (version 1.50.4)
    powernow-k8: 0 : fid 0x8 (1600 MHz), vid 0xa (1300 mV)
    powernow-k8: 1 : fid 0x0 (800 MHz), vid 0x14 (1050 mV)
    cpu_init done, current fid 0x8, vid 0x8
    powernow-k8: ph2 null fid transition 0x8
    ACPI: PCI Interrupt 0000:00:14.6[b] -> GSI 17 (level, low) -> IRQ 18
    ACPI: PCI Interrupt 0000:00:14.5[b] -> GSI 17 (level, low) -> IRQ 18
    ACPI: PCI Interrupt 0000:00:13.2[A] -> GSI 19 (level, low) -> IRQ 16
    ehci_hcd 0000:00:13.2: EHCI Host Controller
    ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 1
    ehci_hcd 0000:00:13.2: irq 16, io mem 0xfbdff000
    ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 8 ports detected
    ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
    ACPI: PCI Interrupt 0000:00:13.0[A] -> GSI 19 (level, low) -> IRQ 16
    ohci_hcd 0000:00:13.0: OHCI Host Controller
    ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 2
    ohci_hcd 0000:00:13.0: irq 16, io mem 0xfbdfd000
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 4 ports detected
    ACPI: PCI Interrupt 0000:00:13.1[A] -> GSI 19 (level, low) -> IRQ 16
    ohci_hcd 0000:00:13.1: OHCI Host Controller
    ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 3
    ohci_hcd 0000:00:13.1: irq 16, io mem 0xfbdfe000
    usb 1-2: new high speed USB device using ehci_hcd and address 2
    hub 3-0:1.0: USB hub found
    hub 3-0:1.0: 4 ports detected
    pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    hub 1-2:1.0: USB hub found
    hub 1-2:1.0: 4 ports detected
    shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    usb 1-2.3: new low speed USB device using ehci_hcd and address 3
    Real Time Clock Driver v1.12
    usbcore: registered new driver hiddev
    input: USB Mouse as /class/input/input3
    input: USB HID v1.00 Mouse [USB Mouse] on usb-0000:00:13.2-2.3
    usbcore: registered new driver usbhid
    drivers/usb/input/hid-core.c: v2.6:USB HID core driver
    8139too Fast Ethernet driver 0.9.27
    ACPI: PCI Interrupt 0000:02:03.0[A] -> GSI 18 (level, low) -> IRQ 22
    eth0: RealTek RTL8139 at 0xf8856c00, 00:0c:76:f9:35:a8, IRQ 22
    eth0: Identified 8139 chip type 'RTL-8101'
    8139cp: 10/100 PCI Ethernet driver v1.2 (Mar 22, 2004)
    hdc: ATAPI 24X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache, UDMA(33)
    Uniform CD-ROM driver Revision: 3.20
    Adding 2097136k swap on /dev/hda2. Priority:-1 extents:1 across:2097136k
    Bluetooth: Core ver 2.8
    NET: Registered protocol family 31
    Bluetooth: HCI device and connection manager initialized
    Bluetooth: HCI socket layer initialized
    Bluetooth: L2CAP ver 2.8
    Bluetooth: L2CAP socket layer initialized
    Bluetooth: HIDP (Human Interface Emulation) ver 1.1
    Bluetooth: RFCOMM socket layer initialized
    Bluetooth: RFCOMM TTY layer initialized
    Bluetooth: RFCOMM ver 1.6
    wlan0: no IPv6 routers present
    [fglrx] Maximum main memory to use for locked dma buffers: 896 MBytes.
    [fglrx] free PCIe = 54804480
    [fglrx] max PCIe = 54804480
    [fglrx] free LFB = 19099648
    [fglrx] max LFB = 19099648
    [fglrx] free Inv = 0
    [fglrx] max Inv = 0
    [fglrx] total Inv = 0
    [fglrx] total TIM = 0
    [fglrx] total FB = 0
    [fglrx] total PCIe = 16384
    [fglrx] Flat panel plugged in
    drivers/usb/input/hid-core.c: input irq status -71 received
    usb 1-3: new high speed USB device using ehci_hcd and address 4
    Initializing USB Mass Storage driver...
    scsi0 : SCSI emulation for USB Mass Storage devices
    usb-storage: device found at 4
    usb-storage: waiting for device to settle before scanning
    usbcore: registered new driver usb-storage
    USB Mass Storage support registered.
    Vendor: Model: USB FLASH DRIVE Rev: 1.01
    Type: Direct-Access ANSI SCSI revision: 00
    usb-storage: device scan complete
    SCSI device sda: 507904 512-byte hdwr sectors (260 MB)
    sda: Write Protect is off
    sda: Mode Sense: 03 00 00 00
    sda: assuming drive cache: write through
    SCSI device sda: 507904 512-byte hdwr sectors (260 MB)
    sda: Write Protect is off
    sda: Mode Sense: 03 00 00 00
    sda: assuming drive cache: write through
    sda: sda1
    sd 0:0:0:0: Attached scsi removable disk sda
    APIC error on CPU0: 00(40)
    usb 1-3: USB disconnect, address 4
    usb 1-3: new high speed USB device using ehci_hcd and address 5
    scsi1 : SCSI emulation for USB Mass Storage devices
    usb-storage: device found at 5
    usb-storage: waiting for device to settle before scanning
    usb 1-3: USB disconnect, address 5
    lsmod:
    $ lsmod
    Module Size Used by
    nls_cp437 6272 0
    vfat 9984 0
    fat 40348 1 vfat
    sd_mod 13696 0
    usb_storage 62272 0
    rfcomm 31124 0
    hidp 12928 2
    l2cap 20224 10 rfcomm,hidp
    bluetooth 37860 5 rfcomm,hidp,l2cap
    snd_seq_oss 27264 0
    snd_seq_midi_event 6272 1 snd_seq_oss
    snd_seq 43408 4 snd_seq_oss,snd_seq_midi_event
    snd_seq_device 7052 2 snd_seq_oss,snd_seq
    snd_pcm_oss 41760 0
    snd_mixer_oss 15104 1 snd_pcm_oss
    ide_cd 33284 0
    cdrom 31520 1 ide_cd
    8139cp 17024 0
    8139too 22528 0
    mii 4992 2 8139cp,8139too
    joydev 8000 0
    usbhid 40064 0
    rtc 10164 0
    shpchp 36832 0
    pci_hotplug 22852 1 shpchp
    ati_agp 7052 0
    ohci_hcd 17028 0
    ehci_hcd 27144 0
    snd_atiixp 14988 3
    snd_atiixp_modem 12296 0
    snd_ac97_codec 80032 2 snd_atiixp,snd_atiixp_modem
    snd_ac97_bus 2688 1 snd_ac97_codec
    snd_pcm 69252 5 snd_pcm_oss,snd_atiixp,snd_atiixp_modem,snd_ac97_codec
    snd_timer 19076 3 snd_seq,snd_pcm
    snd 41956 14 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_atiixp,snd_atiixp_modem,snd_ac97_codec,snd_pcm,snd_timer
    soundcore 7776 1 snd
    snd_page_alloc 8200 3 snd_atiixp,snd_atiixp_modem,snd_pcm
    cpufreq_ondemand 6440 1
    powernow_k8 11040 1
    freq_table 4256 1 powernow_k8
    ndiswrapper 157772 0
    usbcore 100484 6 usb_storage,usbhid,ohci_hcd,ehci_hcd,ndiswrapperfglrx 438412 7
    agpgart 26064 2 ati_agp,fglrx
    jfs 152828 2
    ide_disk 13568 4
    atiixp 5264 0 [permanent]
    generic 4868 0 [permanent]
    ide_core 102864 5 usb_storage,ide_cd,ide_disk,atiixp,generic
    Some relevant facts:
    Laptop, cardreader and the 2 sticks are usb2.0
    I use gnome-volume-manager to automount the stick
    Some notable changes from the reinstall:
    gnome 2.12 to 2.14
    Help please. How do I go about troubleshooting this?
    Thanks.

  • 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

  • Cant mount usb sticks with fat32 ISO-8859-1 2.6.31-ARCH

    when trying to mount my usb sticks from xfce4 desktop(halmount).
    Following error occurs (as told by dmesg).
    FAT: IO charset ISO-8859-1 not found
    First i suspected hal being the culprit but now im not so sure anymore.
    im using stock 2.6.31-ARCH.
    when i checked the .config for the stock kernel CONFIG_NLS_ISO8859_1=y is enabled in the kernelconfig, and also everything below to support fat32.
    CONFIG_FAT_FS=m
    CONFIG_MSDOS_FS=m
    CONFIG_VFAT_FS=m
    CONFIG_FAT_DEFAULT_CODEPAGE=437
    CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
    CONFIG_NTFS_FS=m
    but when i list the modules nls_iso8859-1.ko is missing.
    #~ls -a /lib/modules/2.6.31-ARCH/kernel/fs/nls/nls_iso*
    /lib/modules/2.6.31-ARCH/kernel/fs/nls/nls_iso8859-13.ko
    /lib/modules/2.6.31-ARCH/kernel/fs/nls/nls_iso8859-14.ko
    /lib/modules/2.6.31-ARCH/kernel/fs/nls/nls_iso8859-15.ko
    /lib/modules/2.6.31-ARCH/kernel/fs/nls/nls_iso8859-2.ko
    /lib/modules/2.6.31-ARCH/kernel/fs/nls/nls_iso8859-3.ko
    /lib/modules/2.6.31-ARCH/kernel/fs/nls/nls_iso8859-4.ko
    /lib/modules/2.6.31-ARCH/kernel/fs/nls/nls_iso8859-5.ko
    /lib/modules/2.6.31-ARCH/kernel/fs/nls/nls_iso8859-6.ko
    /lib/modules/2.6.31-ARCH/kernel/fs/nls/nls_iso8859-7.ko
    /lib/modules/2.6.31-ARCH/kernel/fs/nls/nls_iso8859-9.ko
    So i suspect the newest kernel broke mounting with hal.
    Last edited by nichlas.johansson (2009-10-17 14:25:56)

    Based on the information given in http://bbs.archlinux.org/viewtopic.php?id=82176, I changed in /etc/rc.conf from LOCALE=en_GB.iso88591 to LOCALE=en_GB.utf8, uncommented en_GB.UTF-8 UTF-8  in /etc/locale.gen, issued # locale-gen and after a reboot, I was able to mount my usb sticks again.
    However, now I get "FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!" in dmesg. Is this something, I need to worry about...?
    Last edited by smurf (2009-10-19 08:29:15)

  • Mount USB stick on an ASA 5505?

    Hello,
    I have an ASA 5505 and the built in flash is pretty small and I need to put 3 .pkg on it for Anyconnect 4.
    I formated an USB Stick (4GB) to FAT32 and put in the USB Port 2 on the back and rebooted the firewall.
    But in the filemanager I see disk0 and disk1, but disk1 does not work, doesn't list anything and I can't create folders on it.
    Can I mount the USB stick manually or something?
    Kind Regards.

    The USB port on the 5505 is not a supported file storage location.
    On the newer 5500-X series (including the 5506-X) you can do that.

  • USB Stick not mounting

    Hi Guys,
    I have a 2GB IBM USB 2.0 memory stick and I did an 'erase' because trash wouldnt get rid of some locked files - and nothing else would. I did a 'zero - erase' and now the stick will not mount when I plug it into my computer. It says that it is not recognised and gives option to initialize or eject...
    Please help as this is really useful!
    Many thanks,
    Martin

    Thanks for the attempt, but the disk doesnt mount at all. I tried following the guide, but it is a USB stick after all...
    Any more ideas? I haven't tried putting it into a windows machine yet...
    Martin

  • Automatic Start of a script / programm once USB Stick is mounted?

    Is there a way to start a programm each time an USB Stick - in fact any volume - is mounted? In windows that is possible with autorun.inf . Is there something similar with mac?
    All help is appreciated.
    John

    Thanks, that works very well. Although Lignon starts the script everytime anything is mounted I had it to just do the stuff I want by putting another script on the USB Stick that is only available when that stick is inserted. Thus the script I want only runs when I insert the USB Stick.
    Thanks for your help!
    John

  • Auto mount of USB sticks and hard drives?

    Hello.
    I'd like ArchLinux to auto-mount USB sticks, hard drives, etc... when plugging them in. How do I manage to do this?
    These are my daemons: DAEMONS=(syslog-ng network netfs crond dbus hal ntpd alsa gdm)
    Thank you in advance.
    EDIT: Somehow, autofs does not work.
    And btw, I use Thunar as file manager.
    Last edited by rik (2011-04-24 13:24:40)

    You need to have gvfs and thunar-volman installed. Make sure you are a member of the storage group. https://wiki.archlinux.org/index.php/Xf … le_Devices
    Last edited by yugrotavele (2011-04-24 14:55:59)

Maybe you are looking for

  • Opening a Photoshop PSD in Bridge to Camera Raw

    I am using a book "THe HDR Book" by Rafael Concepcion. He talks about using Bridge to open a Photoshop image by right clicking and choosing "Open in Camera Raw" But when I try this, there is no option to open a Photoshop Image in Camea Raw Am I missi

  • Can't add hours to time correctly...

    I'm trying to add hours to sysdate when it's formated as HH24MMSS. I tried the following and had no luck: select to_char(sysdate ,'HH24MMSS') + 7/24 from dual;Desired output: -- If select to_char(sysdate ,'HH24MMSS') from dual = 111026 -- Then, I wou

  • LOGIC 8 Keeps Crashing!!!

    Logic 8.0.2 crashes about 3 time every hour! It seems to crash while I am using the Spectrasonics (Trilogy, Omnisphere and Rmx) plugins. I hear and audio click (like something has been unplugged) and then logic crashes. Sometimes Logic will not shutd

  • Where is "Feather" in FCX?

    You know in FinalCut7 where you go to crop and feather was one of the options at the bottom- Where is feather in Final Cut 10?

  • Security Token missing

    Hello all! I was trying to download a jpg file to another site (forum) The site will not take it and sends a message back that I am missing a security token? Does anyone know what I should do?