The Artima Developer Community
Sponsored Link

Java Buzz Forum
Debian VMWare VMX file problems

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Fred Grott

Posts: 4361
Nickname: shareme
Registered: Jan, 2003

Fred Grott is Lead Developer-CEO of ShareMe Technologies LLC -The Mobile Future
Debian VMWare VMX file problems Posted: Aug 1, 2006 1:31 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Fred Grott.
Original Post: Debian VMWare VMX file problems
Feed Title: ShareMe Technologies LLC-The Mobile Future
Feed URL: http://www.jroller.com/shareme/feed/entries/rss
Feed Description: A Weblog about Java programming and digital convergence on mobile devices in such areas as P2P and collaborative technology.
Latest Java Buzz Posts
Latest Java Buzz Posts by Fred Grott
Latest Posts From ShareMe Technologies LLC-The Mobile Future

Advertisement
Just attempting to get two issues cleared up. The original VMWare image for Debian had some vmx file confguration errors that prevented the CD and Floppy from being connected for the host winXP home system. The entries I have are not entirely correct, but I think I am closer:

ide1:0.present = "TRUE"
ide1:0.fileName = "E:"
ide1:0.deviceType = "atapi-cdrom"
ide0:0.startConnected = "TRUE"
floppy0.present = "TRUE"
floppy0.fileName = "A:"
floppy0.startConnected = "TRUE"


I think I have to change the filenames to:

ide1:0.fileName = "media/cdrom"
floppy0.fileName = "media/floppy"


I am not sure if I have to add the 0 at the end of the filename. Well try this and see if I can mount the cd with the vmware tools iso on it..

Read: Debian VMWare VMX file problems

Topic: You Are What You Is: Defining Object Identity Previous Topic   Next Topic Topic: Flickr: Checking out the code

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use