Skip to content

Configure Garmin Express to download files to a different partition

Short answer: you can't. Files (map data, firmware updates etc.) are always downloaded to %ProgramData%\Garmin\CoreService\Download (typically C:\ProgramData\Garmin\CoreService\Download)

The only solution I could find is to move that folder to another partition (make sure to completely exit Garmin Express first), then create a link to it:
c:>cd C:\ProgramData\Garmin\CoreService

c:\ProgramData\Garmin\CoreService>mklink /J Downloads "d:\Garmin.Downloads"
Junction created for Downloads <<===>> d:\Garmin.Downloads

c:\ProgramData\Garmin\CoreService>


  • Twitter
  • Bookmark Configure Garmin Express to download files to a different partition at del.icio.us
  • Facebook
  • Google Bookmarks
  • FriendFeed
  • Digg Configure Garmin Express to download files to a different partition
  • Mixx Configure Garmin Express to download files to a different partition
  • Bloglines Configure Garmin Express to download files to a different partition
  • Technorati Configure Garmin Express to download files to a different partition
  • Fark this: Configure Garmin Express to download files to a different partition
  • Bookmark Configure Garmin Express to download files to a different partition at YahooMyWeb
  • Bookmark Configure Garmin Express to download files to a different partition at Furl.net
  • Bookmark Configure Garmin Express to download files to a different partition at reddit.com
  • Bookmark Configure Garmin Express to download files to a different partition at blinklist.com
  • Bookmark Configure Garmin Express to download files to a different partition at Spurl.net
  • Bookmark Configure Garmin Express to download files to a different partition at NewsVine
  • Bookmark Configure Garmin Express to download files to a different partition at Simpy.com
  • Bookmark Configure Garmin Express to download files to a different partition at blogmarks
  • Bookmark Configure Garmin Express to download files to a different partition with wists
  • wong it!
  • Bookmark using any bookmark manager!
  • Stumble It!
  • Print this article!
  • E-mail this story to a friend!
  • Identi.ca

Add Ubuntu alongside a pre-installed Windows on an HP laptop (convert primary partition to extended/logical)

Recently I wanted to install Ubuntu next to a pre-installed Windows on a brand-new HP EliteBook.

The notebook came with four primary partitions, with Windows installed on the biggest one:

- sda1 (1 GB, NTFS, label=SYSTEM)
- sda2 (457 GB, NTFS)
- sda3 (16 GB, NTFS, label=HP_RECOVERY)
- sda4 (2 GB, FAT32)

In order to install Ubuntu it's not enough to resize the Windows partition, as you cannot have more than four primary partitions. Removing one of the other partitions is a bad idea according to several reports, as it might render the system unable to start, or prevent BIOS updates. So the idea is to convert the Windows partition to a logical one in addition to resizing it. Fortunately everything you need to do that is already included on the Ubuntu installation image.

1. Use gparted to resize and move the Windows partition. I resized it to 100 GB and added 10 MB free space before it (to leave some space to create the extended partition later on). This will take a while, depending on the performance of your hard drive.

2. Use fixparts to convert sda2 to a logical partition:
# fixparts /dev/sda
Type l then 2, write the changes to the disk with w.

3. Restart the computer without the Ubuntu install media so that Windows fixes itself. This will take even longer than the partition resize, be patient. Restart once more to make sure the Windows install is fine.

4. Proceed with installing Ubuntu, choose the option to "install Ubuntu alongside Windows".
  • Twitter
  • Bookmark Add Ubuntu alongside a pre-installed Windows on an HP laptop (convert primary partition to extended/logical) at del.icio.us
  • Facebook
  • Google Bookmarks
  • FriendFeed
  • Digg Add Ubuntu alongside a pre-installed Windows on an HP laptop (convert primary partition to extended/logical)
  • Mixx Add Ubuntu alongside a pre-installed Windows on an HP laptop (convert primary partition to extended/logical)
  • Bloglines Add Ubuntu alongside a pre-installed Windows on an HP laptop (convert primary partition to extended/logical)
  • Technorati Add Ubuntu alongside a pre-installed Windows on an HP laptop (convert primary partition to extended/logical)
  • Fark this: Add Ubuntu alongside a pre-installed Windows on an HP laptop (convert primary partition to extended/logical)
  • Bookmark Add Ubuntu alongside a pre-installed Windows on an HP laptop (convert primary partition to extended/logical) at YahooMyWeb
  • Bookmark Add Ubuntu alongside a pre-installed Windows on an HP laptop (convert primary partition to extended/logical) at Furl.net
  • Bookmark Add Ubuntu alongside a pre-installed Windows on an HP laptop (convert primary partition to extended/logical) at reddit.com
  • Bookmark Add Ubuntu alongside a pre-installed Windows on an HP laptop (convert primary partition to extended/logical) at blinklist.com
  • Bookmark Add Ubuntu alongside a pre-installed Windows on an HP laptop (convert primary partition to extended/logical) at Spurl.net
  • Bookmark Add Ubuntu alongside a pre-installed Windows on an HP laptop (convert primary partition to extended/logical) at NewsVine
  • Bookmark Add Ubuntu alongside a pre-installed Windows on an HP laptop (convert primary partition to extended/logical) at Simpy.com
  • Bookmark Add Ubuntu alongside a pre-installed Windows on an HP laptop (convert primary partition to extended/logical) at blogmarks
  • Bookmark Add Ubuntu alongside a pre-installed Windows on an HP laptop (convert primary partition to extended/logical) with wists
  • wong it!
  • Bookmark using any bookmark manager!
  • Stumble It!
  • Print this article!
  • E-mail this story to a friend!
  • Identi.ca