View Single Post
Old 03-7-2013, 05:53 PM   #33
UserNameGoesHere
FFR Veteran
FFR Veteran
 
UserNameGoesHere's Avatar
 
Join Date: May 2008
Posts: 1,114
Send a message via AIM to UserNameGoesHere
Default Re: Recommend me a good coding laptop

Quote:
Originally Posted by qqwref View Post
It's not really a partition. It basically keeps a big file somewhere (for this one it's called a Virtual Disk Image; mine is 8 GB) which it uses to hold all of the data for the virtual box. Then it runs everything off that, putting all of its filesystem in that one file. But as far as Windows is concerned it's just a regular old gigantic file sitting on your computer. You could theoretically send the entire file to someone else (or another computer) and load up the VM in the same state you had it in. I imagine if you had the right tools you could even take a look at the file to see how its file system is structured or extract any information from it.

And yeah, as UNGH says, there are many different ways to get similar stuff done. I actually have cygwin too but don't like it as much.
Absolutely, 100%, correct!

However, if you were interested in such low-level details as file system structure, it would be far easier to acquire and read through documentation on the specific filesystem if such documentation is available (It's available for many, but not all, filesystems. Even if it's not officially available, someone may have already done the work, so check for that first). The using low-level tools and doing it yourself approach is also known as reverse engineering and is probably among the most difficult things you could possibly do with software. Possible, but requires mad skills.
__________________
Quote:
Originally Posted by Crashfan3 View Post
Man, what would we do without bored rednecks?
[SIGPIC][/SIGPIC]
UserNameGoesHere is offline   Reply With Quote