Mount a USB Flash Drive

I am running a 1998 iMac with a PowerPC Processor. It has MacOS 8.5.1. I have a PNY 2 GB USB Flash Drive. How do I mount this.

The link says it won't work with G3(which is what I have).
Where does it say that? Both the 8.6 update and the USB Mass Storage Support 1.3.5 are OK for a 1998 iMac (with 8.5.1 right now). Since the USB Mass Storage Support 1.3.5 requires 8.6, install that update first.
Oh, and I forgot to mention the only means of transporting data is through a CD(which I can burn).
Yes, you can transfer files on a CD. Use a CD-R (not CD-RW).
If you are using a PC for the downloads, make sure that the files are kept unaltered. Do not try to decode the MacBinary (.bin) on the PC. Once on the iMac, use an appropriate version of StuffIt Expander (which, hopefully, is there already) for the decoding (drag the .bin file onto the StuffIt Expander program icon). Otherwise, special software (such as TransMac) will be needed on the PC in order to correctly handle Mac files.
The iMac is not connected to the internet.
If necessary, that can be resolved within minutes. The iMac has a built-in modem for a dial-up connection, or it can be connected to a broadband router by means of an RJ-45 Ethernet cable.
Jan

Similar Messages

  • 10.5.1:  Unable to mount a USB flash drive.

    I've seen this problem posted elsewhere, but so far I have yet to see a solution:
    After upgrading my MacBook Pro to 10.5.1, it can no longer mount USB flash drives. They show up in System Profiler as well as the USB Probe tool, but do not show up in Disk Utility (and, obviously, not on the Desktop or listed in /Volumes).
    I checked the drives on a co-worker's MBP, also running 10.5, and the problem persisted there. The drives mount and work fine under 10.4, as well as various flavors of Windows. When plugged into the MBPs, the status LEDs light up, so they are getting power, and mice plugged into the USB ports work fine.
    So, the problem seems to be specific to mounting a USB flash drive in 10.5/10.5.1. I'm not sure if this is specific to MacBook Pros, or if the issue is the same on all 10.5 machines.
    Any help would be appreciated.

    I have the USB problem. When I insert my USB memory pen, it flashes then stops. The icon doesn't come up on the Desktop, but the memory shows up on the System Profiler.
    My USB telephone responds in Skype, but the sound input and output don't show up in Preferences, and so the phone doesn't work.
    My Vodaphone USB internet modem won't connect.
    This morning, I have no sound at all.
    All these problems are resolved if the computer is restarted with the external source already plugged in, but it's a big hassle and must be solvable............

  • OS refuses to mount external USB flash drive. Says a piece of OS software is missing.

    OS refuses to mount external USB flash drive. Says a piece of OS software is missing. The flash drive (thumb drive) usually lights up but does not go through the flashing on/off that was tyjpical when first inserting it.
    I tried an external hard drive and got the same results; that is, no result, as if it wasn't connected. No icon appears on the desktop and no device shows up in the sidebar. It (10.6.8, Mac Pro Duo) had worked perfectly before this, of course.

    Hmmmmm,,,,
    Disconnected all peripherals. Did a Safe Mode startup and that worked fine. Very limited features, of course.
    Started up with the Snow Leopart (10.6.3) disk. Used disk utility to verify permissions and ran disk repair on all three internal HDs. No repairs needed.
    Ran Drive Genius and did the same things, as a double-check.
    Plugged in the flash drive (thumb drive) and it came up fine (still operating the OS from the Sno-Leop disk). 
    I wanted to re-start with the disk and bring up the Apple Hardware Test as you suggested. I had lots of kernal panics on a previous machine, a G4 desktop, and has used that at that time (with a 10.2 or 10.4 disk). thought I remembered that you hold the D key down when starting up from the disk and it would open the hardware test, but either I remember wrong or it works different in 10.6 because it was just a normal startup.
    How do I get to the Hardware Test on the 10.6 Snow Leopard disk?
    Restarted without the disk and the Mac Pro desktop still showed the gray screen with what Apple calls the "prohibitory" sign, the circle with the diagonal line in it.
    I decided to load the OS disk onto HD 3 and designate that as the startup disk, which I did and it works fine. The USB flash drive loads properly, opens, etc. just as it should. I haven't yet plugged in the peripherals (scanner, printer, second DVD/CD recorder, tablet, an external drive, or connected to ethernet yet. Will do those one at a time and see if any of them casued a problem.)
    Am I right in thinking:
    A) HD One might have bad sections. I didn't defrag with Drive Genius (26% fragged) or look for bad blocks, which I'll probably do tonight.
    or B) the OS has been slightly corrupted and may need reloading
    or C) I have a virus or conflict (though I haven't added anything new lately). I do have the ButtonManager loading problem for Mac. which is talked about on MacRumors site, etc. but the timing of its appearance and this problem don't match.
    Apologies for being so wordy; want to get all information that may be helpful. I appreciate your interest.

  • Mount a USB flash drive from a shell

    I am about six months new to Linux; I have installed my first arch system but not yet installed a desktop environment.  I am trying to mount a USB flash drive from the shell but I am not having much luck.  I have tried following the instructions in the archwiki, http://wiki.archlinux.org/index.php/USB_Storage_Devices. I am having a problem with the following command:
    mount -t vfat /dev/sda1 /mnt/usbstick
    I get an error message saying that the mount point does not exist.  I have in the /mnt directory the following:
    cd cdrom dvd fd0 f1
    (I am not sure what fd0 and fl are, if somebody could please tell me I would appreciate it.  Also I do not have a DVD-ROM on my computer is the dvd listed by default or do I have a package installed I do not need?)  I did some searching online and came across the following site, http://linuxcommando.blogspot.com/2007/ … -from.html. I followed the instructions to identify the correct partition name corresponding to the USB drive by running the following command:
    grep SCSI /var/log/messages.log
    and I get the following results:
    Dec 30 22:16:17 morgan-desktop scsi2 : SCSI emulation for USB Mass Storage divices
    Dec 30 22:16:22 morgan-desktop sd 2:0:0:0: [sdb] Attached SCSI removable disk
    The next steps in the instructions are to mount the partition to the existing mount point (directory) by using the following command.
    mkdir -p /mnt/myusb
    mount -t vfat -o rw,users /dev/sda1 /mnt/myusb
    This is where I am having a problem, I do not understand the results and how to proceed to the next step, please help me.
    One other small question what is the best command to shut down the computer as a normal user?
    Thank you
    Morgan Smith

    Ok, Lots of different advice here, let's see if I can explain it all together, and clear up a few bits...
    I'll try to explain why I'm saying what I am, it doesn't matter if you don't follow it all, commands are below.
    You are on the right lines here, but a few things missing.  Firstly, to mount the USB stick you are using the correct command, but the locations are a problem.  The command is "mount -t type what/to/mount where/to/mount".   You can find out more about the mount command with "mount --help" or "man mount"
    You have correctly identified type as vfat - this means the pen is formated as FAT.
    To find out what to mount, you can check /var/log/messages.log, the second command you posted searches trough that file and prints out lines including the phrase SCSI, and the result tells you that a usb storage device had been attached as sdb, so the correct device is /dev/sdb1.  Storage devices are named sda sdb sdc etc in the order they are attached, and the numbers refer to the partitions on the disk.
    You can mount it anywhere you want, as any existing directory, but the one you tried to use /mnt/usbstick doesn't exist, so create it, using mkdir.
    The commands you need therefore are:
    mkdir /mnt/usbstick
    mount -t vfat /dev/sdb1 /mnt/usbstick
    This will work as root.  There is also, as byte said, a program called pmount (which you can get with pacman -S pmount) which works the same way for a standard user.
    Finally, there are also a number of tools like HAL which can be used to automate the process.
    As for shutting down, as has been said you must be root or in the power group, then you can use 'halt' 'poweroff' 'reboot' or 'shutdown'. All have slightly different effects, and poweroff is probably the easiest.
    Hope this helps
    Jack

  • How to mount fat32 usb flash drive on 10.6.8?

    Hello there,
    I've read many posts about this problem but they don't work for me.
    I've a Kingstone flash drive 16GB that I use mainly to record videos from a Digital terrestrial tuner box or to watch vieos from internet on my videoprojector.
    It used to work fine, then I re formatted it  on the DTV box and recorded a couple of programs with the tuner and they show up correctly, but once connected to my iMac mid2011 usb port or MBPro I'm asked to initialize the drive or ignore, eject.
    - It doesn't show up in DiskUtility.
    - It does show up in System Profiler:
    DT R500:
      Capacity:    15.99 GB (15,988,686,848 bytes)
      Removable Media:    Yes
      Detachable Drive:    Yes
      BSD Name:    disk1
      Product ID:    0x1654
      Vendor ID:    0x0951  (Kingston Technology Company)
      Version:     1.00
      Serial Number:   
      Speed:    Up to 480 Mb/sec
      Manufacturer:    Kingston
      Location ID:    0xfd130000 / 6
      Current Available (mA):    500
      Current Required (mA):    300
      Partition Map Type:    MBR (Master Boot Record)
      S.M.A.R.T. status:    Not Supported
      Volumes:
      Capacity:    15.99 GB (15,988,654,080 bytes)
      Writable:    Yes
      BSD Name:    disk1s1
    - It does show up with mount command in Terminal:
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:     FDisk_partition_scheme                        *16.0 GB    disk1
       1:             Windows_FAT_32                         16.0 GB    disk1s1
    - Tried to make a dir and then mount but with no success:
    sh-3.2# mount -t msdos  /dev/disk1s1 /Volumes/Kingstone/
    mount_msdos: /dev/disk1s1 on /Volumes/Kingstone: Invalid argument
    I just need to copy the recorded files and then format again the flash drive.
    Any suggestion?
    Thank you in advance!
    Piero

    "DTV box may not have formatted properly" --> I'd suspect something like that too...
    FAT32 is limited to file size of 4GB actually (minus one byte).
    In my experience you can copy a larger file to a FAT32 volume, let's say a video file, but when the copying process is finished, you notice the size is 4GB, and when you play the video it ends abruptly at this point.
    (another limit is limited file name length and limited use of characters in the filename. A slash for instance is not allowed.)
    Piero, did you try to connect your flash drive to a windows machine?

  • External USB drive wont mount but USB Flash Drive Wll?

    I have an external usb hard drive formatted to NTFS. When I plug it in it shows up in my file manager as New Volume.
    When I click on it I get an error message that says
    "Cannot get volume fstype alternative"
    I have made changes to PolicyKit and it didnt fix it.
    I also have a Corsair Flash Drive that has no problem mounting and I can access it without errors.
    I dont have a clue how to fix it since one works and the other doesnt.
    Any help would be greatly appreciated
    Last edited by ziegen (2009-06-07 02:22:15)

    Have you got ntfs-3g installed?

  • How to mount USB Flash Drive

    Hello again Arch-Linux users,
    I always search google very hard and for months (off and on) I search for how to mount a USB Flash Drive.  Nothing ever work so I give up than try again months latter.  I don't want to give up anymore and that is why I join this forum.
    Here are some of the code I found on the net.  Some of these commands will only re-mount the entire Arch-Linux running system in  /mnt/usbstick.
    sudo mount -o rw,noauto,async,user,umask=1000 /dev/sda1 /mnt/usbstick
    ... don't work it only re-mount the entire system
    /dev/sda15 /mnt/usbstick  vfat   user,noauto,unhide   0      0
    ... don't work... I found nothing inside /mnt/usbstick
    mount -t vfat -o rw,nosuid,nodev,quiet,shortname=mixed,uid=1001,gid=100,umask=077,iocharset=utf8 /dev/sda1 /mnt/usbstick
    ... don't work... here is the error i get:
    mount: /dev/sda1 already mounted or /mnt/usbstick busy
    mount: according to mtab, /dev/sda1 is mounted on /
    It strange that most USB mount commands use the operating system partition itself- example: /dev/sda1 as the device for USB device, while others use /dev/cdrom for cd - /dev/dvd for dvd and /dev/fd0 for floppy.
    Could someone post the code that will easily mount a usb device under Arch_Linux.
    I'm using Arch-Linux core-64 (08-2009)
    Thanks in advance
    Last edited by sharris (2010-06-17 21:58:43)

    Thanks fsckd,
    I needed a rapid reply because I been wasting too much time not getting anything done because I needed to get pass this flash-drive thing.  I can now have a secure back-up in my pocket on USB to go.  Arch-Linux does it better for what I seen while just dd'ing on disk.
    ...lsusb
    Found it
    http://gd.tuwien.ac.at/linuxcommand.org … susb8.html
    Thanks demian,
    sdb is the location for my single hard-drive machine.  I saw it before in my list above but I changed it to sda1 because I knew no better.  I had no clue it represent a 2nd hard-drive for LINUX if one is not already present.
    This did it for me
    Thanks again

  • How to use USB flash drive in XFCE?

    Hello,
    How to mount/unmount USB flash drive in XFCE?
    Thanks for your help,
    Anand

    http://wiki.archlinux.org/index.php/AutoFS_HowTo might be interesting

  • Udisks2: mount only usb flash

    Hello, Arch users!
    How can I configure udisks2 to permit mounting only usb flash drives and similiar for users in "storage" group, not internal drives?
    Here are the contents of my /etc/polkit-1/localauthority/50-local.d/10-storage-group-mount-override.pkla:
    [storage group mount override]
    Identity=unix-group:storage
    Action=org.freedesktop.udisks2.filesystem-mount-system
    ResultAny=no
    ResultInactive=yes
    ResultActive=yes
    Or I must create another group "storage-flashonly" for this and configure something for it?
    My use-case: I want to protect guest users from mounting my windows partitions, but allow them automounting of their usb flash drives.
    Any thoughts aprreciated.
    Last edited by dontbugme (2012-05-26 02:28:00)

    Change Action line from
    Action=org.freedesktop.udisks2.filesystem-mount-system
    to
    Action=org.freedesktop.udisks2.filesystem-mount
    and it will be mount only removable devices, internal drives won't be mounted

  • Time Maching backup and USB flash drives problem with TC

    I have a time capsule that is currently backing up my computer for the first time. I want to add a USB hub to the USB port so I can add my flash drives and setup a printer wirelessly. I plugged in one of my flash drives into the USB port and a folder popped up that was titled "NO NAME". Is there any reason why TC isn't recognizing this as a disk and letting me move files to/from the flash drive. Additionally, is there anyway to backup the day-to-day Time Machine files to the flash drives instead of to the TC, or would this not be recommended?
    Thanks to all who can help!

    I have successfully mounted a USB flash drive but had to first reformat and name it using Disk utility. I am also using a USB hub with an external 750G drive attached through the USB hub.

  • USB Flash Drive not mounting

    I recently bought an 8GB USB flash drive, which came formatted FAT-32. The drive was put into a friend's Windoze laptop and had a couple GBs of jpeg and avi files transferred to it. I took the drive home and put it in my white MacBook (4GB RAM, Leopard 10.5.8) and it would not mount. I put it in my G4 MacMini; likewise, it wouldn't mount. I am assuming it also won't mount in all my older Macs with USB, either. I returned it to the Windoze laptop, and it ALSO wouldn't mount this time, except as one pulled the flash drive from the Windoze laptop, for a second a window with the flash drive's contents would flash on the desktop of the laptop. Originally, the flash drive was "properly" ejected from the Windoze laptop.
    On the MacBook, both Disk Utility and DiskWarrior do not see the flash drive when it is in the USB port (either port). However, Apple System Profiler does recognize when it is plugged into the port. ASP returns the following information when the flash drive is in the high speed USB port:
    "Flash Disk:
    Product ID: 0x3234
    Vendor ID: 0x1221
    Version: 0.00
    Serial Number: 10000000000003CF
    Speed: Up to 480 Mb/sec
    Manufacturer: USB2.0
    Location ID: 0x24100000
    Current Available (mA): 500
    Current Required (mA): 100"
    Anybody have any idea what is the cause of my problems with the flash Drive and how I can get the drive to mount? I don't think the problem is a function of my Apple hardware, as my USB ports on all my machines function with everything else USB which I have without problems. Thanks.

    I know that, but I have USB in my older Macs, too, and besides, some of the most knowledgeable people are in these older forums!!
    I've come to the conclusion that the drive may be defective, too, but I was just looking for some possible angle which I'd not already considered. I tried reformatting, but without the drive even being recognized, it isn't even possible to reformat. I can only get ASP to indicate that it is attached.
    Thanks for your try!

  • USB Flash Drive Powered but Not Mounting

    I have two USB flash drives that refuse to mount on my 13" MacBook Pro running 10.6.7.
    The flash drive powers on, and blinks a bit.
    The drive shows up in Disk Utility but the volumes are listed generically (like disk1s2) rather than having their proper volume name.
    Clicking the mount button with a colume selected appears ineffective.
    Trying to eject the drive results in:
    The disk “Kingston DataTraveler 200 Media” could not be unmounted.
    Ideas
    Pulling the drive out without ejecting crashes Disk Utility.  The Disk Utility Log doesn't say anything helpful.
    I have two drives I've tried, opne the Kingston above which has two HFS+J volumes and another one formatted FAT32.  Both drives work great on a different MacBook.  I don't have other drives on hand to test at the moment.
    I have MacFUSE and NTFS-3G and Parallels 6, installed, I haven't tried disabling them yet.  Anyone else experiencing similar issues?  Figured it out yet? Ideas?

    Just so you don't think you're alone, I've been having the same problem, but with firewire devices. I'm searching around to see if there's a solution. I re-ran the 10.4.3 combo updater and it seemed to "fix" things for a while, but now the problem is back. I was in the middle of a copy from a FW CD-drive and it just disconnected. Then the iMac disconnected a hard drive attached to the other FW port. So it's happening on both ports, even when the computer is actively engaged in something.
    I'm going to run the updater again. Then I might try downgrading to 10.4.2.

  • USB Flash Drive is seen by Mac but will not mount

    I use an HP 32GB flash drive, formatted exFAT, to transfer files. My Windows PC and other MacBooks in my house running older Mac OS X versions read this flash drive just fine. This flash drive used to show up on the desktop of my newest MacBook Pro 15 (late 2011) too.
    However, after upgrading to 10.7.5 I experienced numerous problems (Time Machine, etc.) and the USB Drive fails to mount onto the desktop or be recognized by any application. I cannot get Apple's Disk Utility to recognize the flash drive either.
    Interestingly enough
    1. The System Information window of my MacBook Pro shows the USB drive when it is attached. The Mac even knows it is an HP 32GB drive. But Disk Tools does not see it, I cannot format or read it in any other way on this Mac.
    2. when I launch Windows 7 OS through Parallels, then install the USB drive, these applications too fail to recognize the flash drive. But if I pull out the USB flash drive then a screen appears for a split-second, as though somehow the MacBook Pro knew the drive had been pulled.
    Moments ago I downloaded the OS X 10.7.5 supplment "Software  Mac OS X Lion 10.7.5 (11G63)", but while that may have fixed Time Machine, I see no changes to the USB drive recognition.
    Any ideas?
    MacBook Pro (15-inch Late 2011), Mac OS X (10.7.5)

    iDVD '11 works on Mountain Lion.  You just need to get an old iLife '11 DVD.

  • USB flash drive won't mount

    I have a strange problem with a USB flash drive which refuses to mount on the desktop of my MDD FW800. It registers in System Profiler but not in Disk Utility. I can't get it to mount using Terminal either. The Terminal screen says it has mounted but it doesn't appear on the desktop and I can't access it. However, if I do a restart with the the drive plugged in, it does mount. If I eject it and then try to plug it in again, it won't mount! Very frustrating.
    It works fine on my Powerbook and my Digital Audio so it can't be the drive itself that's the problem. Not quite sure when this started but it may have been after I installed a PCI USB2.0 card (a Ratoc Rex-PCIU3). The card itself works fine with other USB products and I don't have any deep sleep problems with it either. I'm stumped.
    Any suggestions anyone?
    Alex
    G4 1.25GHz Dual MDD FW800; G4 Digital Audio; Powerbook 800MHz DVI   Mac OS X (10.4.8)  

    Hello rickame
    Click on the desktop then go up to the menu bar and select Finder / Finder Preferences / General and make sure the box's are checked for Hard disk, External disks, etc.. then reconnect the drive. If you still don't see it on the desktop it may have been improperly disconnected from the iMac while mounted, look to see if it show's up in Disk Utilities and the System Profiler on the USB bus. If you are plugging it into the keyboard, try one of the USB ports on the back of the iMac or a powered hub. There also could be a conflict with other USB devices, try ejecting and disconnect things like an iPod, a printer/scanner or camera, then restarting the iMac and connect only the Flash drive.
    Dennis

  • Usb flash drive wont mount on desktop

    my usb flash drive no longer mounts on the desktop or shows up in disk utility.When i plugged it in the green led did a series of flashes with 3 intervals and the cursor froze.Unplugging it brings the computer back to normal.It works fine on a powerbook and on a pc at work.I re-formated the drive on the pc using fat32 and it works fine.(dragged files out first and back again after re-format).Now when i bring it home the green light flashes continuous and does not affect the computer in any way but it still wont show on desktop or in disk utility?.
    imac 333   Mac OS X (10.3.9)   512m ram 40gig 7200 harddrive

    I have a few devices connected all right but they work fine on either usb input. I think maybe the system software may be damaged somehow but i am only guessing and i dont want to re-install in case i am wrong.
    imac 333 Mac OS X (10.3.9) 512m ram 40gig 7200 harddrive

Maybe you are looking for

  • Add the baseline date , posting date and the item text in the Standard Prog

    Have to add some parameters in MRRL transaction Program is RMMR1MRS and apply some calculation part in it.      The additional fields External PO (EKKO-ZZEXT_PO_NO) and Interface ID (ZZINTERFACE_ID) are added in the ZMRRL and  will be used as the ex

  • Can i upgrade  ios 7 beta to my I Phone 5 ???, Can i upgrade  ios 7 beta to my I Phone 5 ???

    Hiii All. I hv I Phone 5 purchased from India. I want to know can i upgrade io7 beta to my I Phone 5 ??? If yes than how ?? Pls let me guied. Abhishek Patel

  • Hello world tutorial

    is there any simple tutorials for starting j2 me like the classic helloworld. ones that explain the code that is. ive looked at 2 for getting started on this site but they dont really explain the code, more about getting the examples build and runnin

  • BPM Enterprise - Create domain Fails

    Hello all I am new to BPM Enterprise I am using BPM Enterprise 10.3.1.0 I am using WebLogic server 10.3 (R3) Databas Oracle 11g I run the configuration wizard to create the directory service and configure the engine. It works fine, but when it reachs

  • My iphone 4 shuts down

    My IPhone4 just shut down went black and then the apple symbol showed up on the screen. After a few minutes my phone came back up. Has anyone else had this problem?