Parallels tsclient

In the parallels menu bar go to Devices USB USB2.0 Mass Storage (or whatever your drive is called. The drive should unmount from mac OS and show up in windows. NTFS is supposed to be faster and more reliable, i figured i needed every bit of good karma for running windows in Boot Camp, for gaming.

With Parallels, you should be able to set up a VM and use Boot Camp. I've done this and have run into a problem... I get an error message when I try to run that VM. I contacted Parallels and they gave me a reply that directed me to a solution on their web site at this location ---
Hello,
If you boot from the Boot Camp Windows partition and the following
error message appears: 'More than one Windows partitions are found. This
is not a standard Boot Camp configuration', please follow the steps in
the article:
http://kb.parallels.com/entry/28/472/
____________
Thank you for contacting the Parallels Support Team. We now consider
the issue resolved but will keep this request ticket open for 5 days if
you need further assistance. If you do not feel that this issue is
closed, please contact us as soon as possible so that we can proceed
with troubleshooting.
---
Best regards,
Arthur
Parallels Customer Service
http://www.parallels.com
I had tried that previously and it was not a permanent fix .... meaning that it would revert back after I rebooted the machine. That was with an older version of Parallels. I have not tried this fix after I installed 3.0. Maybe it will work... we shall see! Let me know if it works for you.
  • Parallels HDS Recovery Software is a fully authenticate utility which is well suitable to recover files from Parallels virtual machine disks having NTFS & FAT file systems. It is compatible with all variants of major file systems i.e. FAT, FAT16, FAT32, FAT64, NTFS, HFS+, and EXTX. Retrieve Data If VM Failed to Start.
  • NTFS is a file system that can be read and written only by Windows operation system. On a Mac side it will be only for reading. You will not be able to copy or create any files on it. If you would like your external device be fully detected by both operation systems please use Paragon software.
  • In Mac OS X, open Finder, go to Applications folder Utilities folder, and double-click Terminal.; Paste the command below into Terminal as is (do not hit Enter yet): prldisktool check -hdd.
  • Parallels Desktop can also access a Boot Camp partition as a secondary drive with read and write access to FAT32 and NTFS file systems.

Feb 9, 2008 9:53 PM

prl_disk_tool

The prl_disk_tool utility is used to manage disk drives of your virtual machines. This utility has the following syntax:

prl_disk_tool <COMMAND> [OPTIONS] --hdd <disk_path>

Paragon

Resizing Virtual Disks

Seeing

Parallel Nfs

When resizing virtual disks, the utility has the following syntax:

prl_disk_tool resize --size <size>[M|G] [--resize_partition] --hdd <disk_path> [--force] [--split]

prl_disk_tool resize -i,--info [--units <K|M|G>] --hdd <disk_path>

resize

Changes the capacity of the virtual disk. The disk to be resized must be formatted as NTFS, FAT 16, FAT 32, ext2, or ext3.

--size

New size of the virtual disk. It can be set either in megabytes (specify M after the value) or in gigabytes (specify G after the value). By default, the size is set in megabytes.

--resize_partition

Resizes the last partition of the specified virtual disk.

--hdd <disk_path>

Full path to the virtual disk to be configured.

--force

Forces the resizing operation for suspended virtual disks.

--split

Splits the virtual hard disk into 2 GB files.

-i, --info

Do not resize the virtual disk; just show the size the disk will have after resizing.

--units

Displays the disk size in kilobytes (K), megabytes (M, default), and gigabytes (G).

Compacting Virtual Disks

Parallels

When compacting virtual disks, the utility has the following syntax:

Parallels Tsclient

prl_disk_tool compact [--buildmap] --hdd <disk_path> [--force]

prl_disk_tool compact -i,--info --hdd <disk_path>

compact

Removes all empty blocks from the expanding virtual disk and reduces its size on your physical disk. The disk to be compacted must be formatted as NTFS, FAT 16, FAT 32, ext2, or ext3. You can also try to compact virtual disks with other filesystems using the --buildmap option.

--hdd <disk_path>

Full path to the virtual disk to be configured.

--buildmap

Compacts virtual disks with unsupported filesystems.

--force

Forces the compacting operation for suspended virtual disks.

-i, --info

Do not compact the virtual disk; just display the information about the size the disk will have after compacting.

Preparing Virtual Disks for Booting

The prl_disk_tool utility can also be used to prepare virtual disks and real Boot Camp partitions for booting into virtual machines. In this case, the utility has the following syntax:

prl_disk_tool configure --hdd <disk_path> [--para <paravirt_driver>] [--boot <boot_driver>]

Paragon Ntfs Parallels Problem

configure

Prepares a disk or a real Boot Camp partition for booting into a virtual machine.

--hdd <disk_path>

Full path to the virtual disk to be configured.

--para

Specifies the full path to the Parallels virtualization driver.

--boot

Specifies the full path to the Parallels boot driver.

Converting Virtual Disks

You can use the prl_disk_tool utility to change the type of a virtual machine disk from expanding to plain and vice versa. In this case, the utility has the following syntax:

prl_disk_tool convert --hdd <disk_path> [--plain|expanding] [--split|--merge]

prl_disk_tool convert -i,--info --hdd <disk_path>

convert

Converts the virtual disk from the expanding format to plain and vice versa.

--hdd <disk_path>

Full path to the virtual disk to convert.

-i, --info

Do not convert the virtual disk; just show the size the disk will have after resizing.

--plain

Converts the disk to the plain format. A plain virtual hard disk has a fixed size.

--expanding

Converts the disk to the expanding format. An expanding virtual hard disk is small initially. Its size grows as you add applications and data to it.

--split

Splits the virtual hard disk into 2 GB files.

--merge

Merges all parts of the split disk into one file.

Displaying Utility Help

To display the utility help, use this command:

Parallels Write To Ntfs Drive

prl_disk_tool --help