-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
-
×InformationNeed Windows 11 help?Check documents on compatibility, FAQs, upgrade information and available fixes.
Windows 11 Support Center. -
- HP Community
- Archived Topics
- Desktops (Archived)
- HP Simplesave Desktop on Mac

Create an account on the HP Community to personalize your profile and ask a question

04-02-2010 10:00 PM
Hey Guys.... I have some info that will help you out. I've been using Apple computers for ages.
Formatting your Drive to work on both Mac and PC:
1. Plug your HP Simple Save in and wait for it to mount on the desktop.
2. Click Spotlight (top right corner) and type "disk utility" it should be the first thing that comes up as soon as you type the letter "d"
3. Once you've opened disk utility select the HP drive from the list on the left.
4. After the HP drive is selected, click the "Erase" tab.
5. Click the drop-down for "Volume Format" and select MS-DOS (FAT) NOTE: This is not the most secure format. You will have to be very careful to properly eject your drive each time you're done using (especially on PC). If the drive is not ejected correctly there is a chance data loss may occur. I personally have never experienced this (knock on wood) but many forums say to always use Mac OS Journaled for sensitive data or important back-ups. As you may have experienced, this does not allow you to use the drive on both Mac and PC, whereas the MS-DOS (FAT) will!
6. Your drive will now be formatted within seconds to work on both machines.... HOWEVER.... the annoying disk icon will still not disappear.
Im currently trying to completely "zero the drive" to see if it works to rid me of the disc icon. Unfortunately its estimating that it will take six hours to complete the job. I'll repost if it works and include the directions step by step for anyone that's interested in trying for them selves.
"Zeroing the drive" is something that is recommended to be done when you are finished using a hard drive. It is the safest way to protect sensitive or private information that you may want to stay deleted i.e. : banking info, etc. In this case I'm hoping it finds every little hidden file that HP may have installed on the drive and nukes all of them!
05-01-2010 09:13 AM - edited 05-01-2010 09:17 AM
I just worked out how to do this with AppleScript -- before you do any of the following, read the caveat at the bottom to make sure you're happy to proceed at your own risk.
1. Open the AppleScript editor (it's in Applications, Utilities)
2. Past in your Terminal command(s). Mine was this, as I have two drives and hence two icons
diskutil unmount "/Volumes/HP Launcher" diskutil unmount "/Volumes/HP Launcher 1"
3. Edit this Terminal-style code, so it's suitable for AppleScript, to do that you change it to the following
do shell script "diskutil unmount \"/Volumes/HP Launcher\"" do shell script "diskutil unmount \"/Volumes/HP Launcher 1\""
...you can see from the version below the items I added, highlighted here in red
do shell script "diskutil unmount \"/Volumes/HP Launcher\""
do shell script "diskutil unmount \"/Volumes/HP Launcher 1\""
You are pre-fixing the Terminal command with 'do shell script' and wrapping the Terminal command in double-quotes and finally 'escaping' the double-quotes already in use by the Terminal command by prefixing them with a back-slash.
4. You then do 'File, Save As...' and choose 'File Format:' as 'Application' and save the resulting App somewhere, I saved mine under my Home folder in a folder called 'Alans Applications' so I would easily know mine from 'real' apps in the Applications folder.
5. You can now quit the AppleScript application, and it it's open, you can quit the Terminal application.
6. If your desktop currently has the HP CD icon showing, you should be able to simply double-click your application and the HP CD icon should disappear a second or two later.
7. Optional: If you want this to happen each time you login
- open System Preferences (the thing that looks like clock cogs)
- choose 'Accounts'
- click your name in the list of accounts so it's highlighted (in case it wasn't already)
- click 'Login Items' over on the top-right
- click the '+' symbol toward the bottom
- navigate to your applications icon and click it once to select it and click Add
Caveat: Although I would expect these instructions to work fine and not be a problem, it's your risk if anything goes wrong -- the above worked for me but as they say, "your mileage may vary".
09-25-2010 12:45 AM
Not sure if this will help anyone, but I think I found a fix for the annoying HP Launcher. It appears that the CDFS is loaded into the controller (the SATA USB connection). If you connect the hard drive via another USB connection, it shows up as an unformatted drive in disk utility. I formatted it, and now I'm able to use it as an external without any sign of the HP Launcher. Conversely, if I attach another drive with the first controller (the one that always loads HP Launcher), the only thing I can find in disk utility is a CDFS drive of about 900MB. I'm going to try using the drive as an internal bootable drive tonight after I get some more work done on my old drive. If anyone wants to know the outcome, post on here.
11-02-2010 08:53 PM
I have a simple save HP drive that has files I would like to transfer to my I-mac and then use the drive with Time Machine after. Can I simple drag those files to the Mac hard drive without having to reformat the drive and lose them?
11-13-2010 09:40 PM - edited 11-13-2010 09:45 PM
