ADISC  
Rules Answers Wiki Galleries Live Chat Links
Go Back   ADISC > Public Forums > Off-topic > Computers and Games
Register Blogs FAQ Members List Social Groups Mark Forums Read

Closed Thread Post New Thread
 
LinkBack Thread Tools Display Modes
Old 29-05-2009   #1 (permalink)
Regular
 
Join Date: Jan 2009
Location: New Jersey
Age: 19
Posts: 48
Threads: 6
Reputation: 0
Default Virtual Machine

Is anyone familiar with Virtual Machines? and setting them up?

I have no trouble setting them up on my computer on either hard drive I have. But I want to install one on a Flash drive or my old iPod Photo. So far I have tried just creating the VM right onto both the FD/ipod but with varying results. The times it made it past the format and file copying it would error out during the installation of windows. I have tried creating it onto my hd then moving the files to the fd/ipod and doing that it couldn't find the files it needed even when I browsed and told it where they were. I have tried making the VM hd different sizes and swapped back and forth between pre allocating and not allocating space until it was needed. So far the closest I have gotten was I made it 99% through windows install but then kept getting errors that it couldn't get files from the "disc" (ISO image of disc). I told it to retry a few times then said continue without and it said corrupt hd when I tried to boot the computer. Because the flash drive and my iPod are considered removable media, I am limited to split 2gig hd files.

Anyone have any idea if it is possible to install a VM on a flash drive or iPod. If it is any one know how? Or does anyone know how to fake my computer into thinking an iPod is not removable but in fact a standard hd? Thanks for any help, even if its a link to another website. I attempted to search but found minimal stuff. Then again it was late at night so I'll probably look again also.
Technologic is offline  
Old 29-05-2009   #2 (permalink)
Adam's Little Brother
 
Wegs's Avatar
 
Join Date: Mar 2009
Location: NJ, USA
Age: 15
Posts: 1,030
Threads: 29
Wiki Edits: 1
Blog Entries: 8
Reputation: 24
Send a message via AIM to Wegs Send a message via Yahoo to Wegs
Default

I doubt you could do it on an I pod, but you probably could on a big enough flash drive. They have an entire wiki on VMs.
Wegs is offline  
Old 29-05-2009   #3 (permalink)
Regular
Donor
 
Join Date: Jan 2008
Location: ~
Age: 20
Posts: 432
Threads: 5
Blog Entries: 8
Reputation: 15
Default

Well..most VM packages use Disk Images to store the VM. Why not just create the VM and then move the configuration file and disk image file to your preferred storage medium?
Sawaa is offline  
Old 29-05-2009   #4 (permalink)
The Beast Under Your Bed
 
h3g3l's Avatar
 
Join Date: May 2008
Location: USA
Posts: 1,777
Threads: 30
Gallery Uploads: 8
Wiki Edits: 33
Blog Entries: 2
Reputation: 99
Send a message via MSN to h3g3l Send a message via Yahoo to h3g3l Send a message via Skype™ to h3g3l
Default

Quote:
Originally Posted by Sawaa View Post
Well..most VM packages use Disk Images to store the VM. Why not just create the VM and then move the configuration file and disk image file to your preferred storage medium?
Yup.

However, I'd advise against doing this on flash media, as the swap-space / temp-files will create disk thrashing. Flash media have a limited number of write cycles.
h3g3l is offline  
Old 29-05-2009   #5 (permalink)
Regular
 
Join Date: Jan 2009
Location: New Jersey
Age: 19
Posts: 48
Threads: 6
Reputation: 0
Default

I've tried just creating it on my computer and transfering the files over to my iPod but when i try and run it from my ipod it cant find the proper file, Even when i direct it where it is.

Does anyone know 100% that it is in fact possible?
Technologic is offline  
Old 29-05-2009   #6 (permalink)
Not your typical kid
 
chevre's Avatar
 
Join Date: Jan 2008
Location: US
Age: 25
Posts: 1,470
Threads: 43
Wiki Edits: 38
Reputation: 38
Default

If it's usable as a normal disk drive, then sure it's possible. What virtualization software are you using? Are you sure you copied all the files it created?
chevre is offline  
Old 29-05-2009   #7 (permalink)
Regular
 
Join Date: Jan 2009
Location: New Jersey
Age: 19
Posts: 48
Threads: 6
Reputation: 0
Default

I am using VMware-workstation-6.0.4-93057. and its an old iPod Photo that is enabled for disk use. As far as I know its all of the files, I will try later tonight creating a VM on my hd then moving it somewhere else on my hd and trying to run it to see if it is truly all of the files.
Technologic is offline  
Old 30-05-2009   #8 (permalink)
Regular
 
Join Date: Jan 2009
Location: New Jersey
Age: 19
Posts: 48
Threads: 6
Reputation: 0
Default

K well I kind of got it working. Before I was creating the VM then putting it onto my iPod then trying to install windows. I decided to install windows then move it and it works for the most part. But now after a short period of time,I keep getting Write delay error messages. It is having trouble writing to the VM log file on the iPod, and in doing this it really messes with everything since I cant do anything else while it complains. And if I kill power to the VM it corrupts it. I looked to see if I could tell it not to write to log but haven't had much luck finding out how. Tomorrow when I get a chance after work I'm gonna try and see if I can at least have it write the log file on the host computer so it wont error out. Anyone have any solutions? If you happen to be familiar with this VM or you are just bored and wanna try and look something up.
Thanks.
Technologic is offline  
Old 30-05-2009   #9 (permalink)
Not your typical kid
 
chevre's Avatar
 
Join Date: Jan 2008
Location: US
Age: 25
Posts: 1,470
Threads: 43
Wiki Edits: 38
Reputation: 38
Default

I happen to have a bit of experience tweaking VMWare and its various files. You'll find the .vmx file it creates is simply a text configuration file. Open it in your favorite text editor and you'll see a section like

Code:
# Logging
# This config activates logging, and keeps last log
logging = "TRUE"
log.fileName = "Virtual_Server.log"
log.append = "TRUE"
log.keepOld = "3"
You could probably pass an absolute path for the log file, or just disable logging entirely by setting 'logging = "FALSE"'.
chevre is offline  
Old 30-05-2009   #10 (permalink)
Regular
 
Join Date: Jan 2009
Location: New Jersey
Age: 19
Posts: 48
Threads: 6
Reputation: 0
Default

I checked my config file and it didn't have that so I just added it in and set logging to false. It seems to have worked fine. No longer complaining about delayed write failure so just hoping I don't run into any more problems. Thanks for the help, chevre and everyone else.
Technologic is offline  
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
The Baby Machine toddler82uk Finished Stories 13 30-04-2009 03:16 PM
Create a Virtual Computer UnMarth Wiki Article Discussion 2 10-03-2009 08:17 PM
The Vending machine Game James Fun and Games 455 16-02-2009 09:42 PM
Virtual Reality Question Mr Alex Off-topic 21 23-11-2008 05:15 AM
Shouldn't they be sentenced to virtual prison. Valentine Computers and Games 24 25-10-2008 05:35 PM


All times are GMT. The time now is 09:28 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Site content is Copyright ADISC.org 2008.
Content from this site may not be reproduced anywhere else
without the advance written permission of the webmaster, or author.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16