How could i mount the usb image drive at the desktop?

i'm using Lion and since my new computer has arrived I got a little disapointed! First, and at least for me the more awful issue, the image of a pluged usb drive DO NOT appear at desktop!!!!!!!!!!!!!!!!!!!!!! how could that happen? it was a very usefull treat! my hope is my ignorance: i think i'm not dealing properly with my new computer, i really hope there is a hidden way to activate that!
second: why **** the quickplayer DO NOT recognise subtitles? every time i try to watch a movie with subtitle the quicktime closes and the quicktime 7 opens!
third: why activity monitor DO NOT show the right disk free space? even erasing huge files the available free space is frozen! do not increase!
sorry for my english mistakes!

Thanks for the reply. I was able to save the data on the Macbook Air whose HD got corrupted by using File Sharing (ethernet connecting two Macbook Airs).
I am also going to make a disk image of the HD using Disk Utility and mount that Disk Image onto an external hard drive. That way I can save the hard drive contents.

Similar Messages

  • How do I mount the hard drive of one Macbook Air onto another Macbook Air?

    I did something funny to my Macbook Air (late 2009). However I have a brand new Macbook Air that I just took out of the box today.
    I want to check the hard drive of the old MBA and remove some files as I filled up the hard drive by mistake while I was backing it up.
    Whenever I start the old Macbook Air, it shows a blue screen. I can see Yahoo Widgets but the dock is off the screen.
    How do I mount the HD of the old MBA? I have two USB ethernet dongles. I have an ethernet cord.
    Can I simply connect them up via the USB ports? Will that mount the old MBA onto the new MBA?
    I am in serious trouble because I don't have a backup. I wrecked the hard drive while I was doing a backup. I am trying to salvage whatever I have on the hard drive of the old MBA.
    I think I can salvage a lot. I just can't see the Desktop of the old MBA when I start that computer up.
    As my new MBA has 256GB I am going to try and mount the old MBA onto the new MBA and remove some files from there.
    Can it be done like this?

    Thanks for the reply. I was able to save the data on the Macbook Air whose HD got corrupted by using File Sharing (ethernet connecting two Macbook Airs).
    I am also going to make a disk image of the HD using Disk Utility and mount that Disk Image onto an external hard drive. That way I can save the hard drive contents.

  • How do I mount a second hard drive in Beige G3 its listed in the profiler

    Inherited a 300 Mhz Beige G3 with 6 GB system drive running OS 9.2.2
    Has a card in SCSI Bus 1 with IDE drive cable. I have installed a 60 GB drive on the sled and the system profiler recognizes it as Mac OS Extended, but says the drive is not mounted.
    Hate to be stupid in front of so many people but, how do I mount the drive.. the profiler is the only place it shows up?
    Also has a Firewire/USB card in PCI slot 1. Any chance firewire or USB will actually work?
    I eagerly await your responses.

    Some PCI-slot Drive Controller cards report to the System they are SCSI Controllers to be able to use the more mature and flexible SCSI drivers with "Logical Block Addressing" instead of the older "Track-Head-Sector" addressing. Track-Head-Sector has not worked for so long the drives are all faking that they have 32 or 64 heads, even in drives only 9 mm tall.
    These Controllers can then support up to two drives, often larger than 120 GB each, on each of two cables, if they have places to plug them in.
    One problem is that if you format it in OS 9 on the motherboard-attached cable, you only get the ATA/IDE driver. If you want to move the drive to the card later, you really do need the SCSI driver on it, so it must be reformatted while attached to the PCI card.
    If you have an OS 9 CD, a later version of OS 9 Drive Setup can be found in the Utilities folder on the CD. You need not boot to the CD or install to use it, just insert the CD, and when it mounts on the desktop, open the Utilities folder and double-click Drive Setup.
    Mac OS X will usually format all major brands and many obscure ones. If you check the checkbox for "Install Mac OS 9 Drivers" you get the OS 9 IDE/ATA driver, the SCSI driver, and the IDE/ATA in FireWire Driver ALL installed.

  • How do I change the desktop Icon for an external hard drive?  I have gone to "Get Info" and tried dragging and dropping  several formats of pictures and the icon changes to the generic image of that file type.

    how can I change the desktop icon for an external hard drive.  Using LaCies and Dimple hard drives.

    One of the things I've found with OS X (at least with Snow Leopard, which is my first excursion into OS X), is that all too often the thumbnail displayed on a file, whether a file created or one downloaded, is a false thumbnail. That is, when you do a Get Info on the file the icon in the upper left is the generic icon for that file type, rather than the thumbnail displayed in Finder. Makes it a bit difficult to copy.
    Apparently Finder uses Preview in the background to generate the displayed thumbnail without actually creating one.
    What I've resorted to doing, particularly with graphic images, is to process them with GraphicConverter - I have its prefs set to automatially add thumbnails and previews. With an individual file this means opening it in GC and doing a Save As. However, a much easier and faster way is when there are two or more such files; I put them in a common folder and drop the folder onto GC. GC then opens them in a catalog view, in the process adding real thumbnails and previews to each automatically. Doesn't take long to do several hundred files that way.

  • 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

  • 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.

  • I can't mount a USB Hard Drive...can you?

    I can't mount a USB hard drive on MAC or PC. Mac it does not mount - PC won't accept password.
    Does it even work?
    AirPort Extreme n   Mac OS X (10.4.9)   PC too

    I just bought the Airport Extreme 802.11n and a WD MyBook Essential Edition 500GB to use with it as a shared disk. Reformatted it on my Mac and it works fine, but can't get Airport Disk Utility to see it. I've tried resetting everything, but no go.
    The improved range compared to my old Airport Extreme 802.11b/g is great, but I've wasted my money on the disk if the Airport can't connect to it.
    Why was there no explanation anywhere in the specifications that this new Airport only works with some USB disks? The way it's written is clearly designed to make you think that any external HD that connects to a USB port will work.
    I too would welcome any thoughts on how to get the HD to work with Airport. Thanks.
    MacPro 2x2GHz   Mac OS X (10.4.9)  

  • 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............

  • How could I find the SQL statement who get this message ?

    ORA-01555 caused by SQL statement below (Query Duration=11191 sec, SCN: 0x0854.723b9c32)
    ... How could I find the SQL statement who got this message ?
    Thanks, Paul

    ORA-01555 means that the UNDO/ROLLBACK space is not large enough.
    This occurs because the SELECT statement is attempting to read the UNDO, but the UNDO has been released (transactions have committed or rolled back) and reused.
    The following are SOME of the reasons I have seen this to occur:
    1) Updates in a loop, with commits happening in the same loop
    - this will mark the UNDO available quickly and quickly reuse it. Then when the SELECT wants to rebuild a block, the UNDO used to rebuild the block has been reused (solution, make the UNDO bigger)
    2) A SELECT cursor used to control a loop in which updates are performed, and a 'done' flag is marked against the current cursor record, and commits are performed at the end of each loop, prior to fetching the next record
    - same problem as above, but it hits the current process. Same solution
    3) A 'month end' activity spike occurs, and all sorts of transactions create updates. There is a report that reports the activity - amusingly it needs to start at the beginning of all the work and updates periodically by doing a huge SELECT up front. This is then used to drive a loop which attempts to get information from the various transactions that have been updated and committed. After a while, the SELECT gets an ORA-01555
    - same problem as above and same solution. Get a bigger UNDO segment.
    You say this only happens once a month. That should give a hint.
    I wouldn't bother with which SELECT statement, as much as which APPLICATIONs are being run when it happens.
    One way around this - use 10g and set the guaranteed retention period. All sorts of other things will break, by no more 1555. <g>

  • How could I import the photos I took in iPhone into Aperture 3?  I see nothing when I connect my iPhone to my Mac..

    How could I import the photos I took in iPhone into Aperture 3?  I see nothing when I connect my iPhone to my Mac..
    iPhoto isn't working neither..

    I see nothing when I connect my iPhone to my Mac.
    Does your Mac not recognize the device? Or is the iPhone recognized, but the import panel does not show any images to import? Is your Photo Stream turned on?
    There is a known bug with PhotoStream and AP 3.2.1.
    Do you have the current Aperture version 3.2.2? If not, upgrade to 3.2.2.
    See this: http://aperture.maccreate.com/2011/12/12/aperture-3-2-2-addresses-hidden-photost ream-issue/

  • I want transfer photos from Iphone to laptop. The windows doensn't recognize de iphone im "computer" but the itunes does. How could I transfer the photos from IPhone?

    I want transfer photos from Iphone to laptop. The windows doensn't recognize de iphone im "computer" but the itunes does. How could I transfer the photos from IPhone?

    It should appear as a camera/scanner device in My Computer, or you can associate a phot app on the computer with it. If it doesn't appear there is probably a corrupt image in the Camera Roll or the Camera Roll is empty. You cannot transfer photos from the Photo app (transfer is one way only, computer to iPhone), only from the Camera Roll.

  • Basically... I had an ipod touch sync'd to my dads i tunes.. i then got an iphone and created my own apple id.. how could i transfer the media from my ipod which was used on a different apple id onto my own account without everything deleting

    basically... I had an ipod touch sync'd to my dads i tunes.. i then got an iphone and created my own apple id.. how could i transfer the media from my ipod which was used on a different apple id onto my own account without everything deleting

    Syncing an iDevice to a computer does not remove content from the computer.
    Syncing an iDevice to a computer that it does not normally sync with will remove the content from that device.
    If the media was acquired with a different Apple ID it is in no way linked to your Apple ID.

  • How could i get the selected node in the JTree

    getLastSelectedPathComponent() �returns the parent node of currenr selected, so how could I get the selected node itself in the JTree
    I will appretiate for any help!

    i think you can get by....
    TreePath treePath = tree.getSelectionPath();
    DefaultMutableTreeNode treeNode = (DefaultMutableTreeNode) treePath.getLastPathComponent();

  • How can I set the desktop image for client computers?

    How can I set the desktop image for client computers using ARD or terminal?

    How can I set the desktop image for client computers using ARD or terminal?

  • While talking to someone, I could lock the screen in iSO6 and continue the call, How could I do the same in iSO7?

    Dear Team,
    In iSO 6 while talking to some one I could lock the screen in the middle of the call and I could continue the call, this helps me in may ways
    1. I dont press the key board accidentally so that key presses wont be sent to IVR if Iam talking to a customer care or bank ect..
    2. once I lock the screen while talking to the other person, accidentally I could avoid pressing End button, as it is touch screen and an accidental skin touch ends the call?
    3. How could I reject the call if I dont want to receive the call using touch screen in iSO7 if possible?
    could you please answer these queries if am on right forum, if not let me know?
    thank you.
    Kul

    Hello Csound1
    The feature exists (and is clearly described in Numbers User Guide) in Numbers '09 but the thread is about the behavior of Numbers '08.
    Yvan KOENIG (VALLAURIS, France) mercredi 21 septembre 2011 21:59:50
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.0
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community

Maybe you are looking for